Connecting two Ubuntu 9.10 computers over Firewire(IEEE1394):networking over firewireOn computer #1:
Repeat the above mentioned steps on computer #2:
Please note that the first computer uses IP address 192.168.200.1 while the second one uses IP address 192.168.200.2. After that you should be able to transfer files between your computers with samba, FTP, SSH, NFS, ... |
Re: Connecting two Ubuntu 9.10 computers over Firewire(IEEE1394):networking over fire"ip addr show" can help you to select the proper networking interface.
Code:
ip addr show eth2 Code:
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000 |
Re: Connecting two Ubuntu 9.10 computers over Firewire(IEEE1394):networking over firePing your computers to make sure everything is working properly:
Use Code:
ping -c 2 192.168.200.2 Code:
ping -c 2 192.168.200.1 Example: Pinging 192.168.200.2 from computer #1: Code:
ping -c 2 192.168.200.2 |
All times are GMT -6. The time now is 06:55 AM. |