Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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, ... |
#2
|
|||
|
|||
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 link/ieee1394 00:90:27:00:01:b3:ae:dc brd ff:ff:ff:ff:ff:ff:ff:ff inet 192.168.200.1/24 brd 192.168.200.255 scope global eth2 |
#3
|
|||
|
|||
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 PING 192.168.200.2 (192.168.200.2) 56(84) bytes of data. 64 bytes from 192.168.200.2: icmp_seq=1 ttl=64 time=0.183 ms 64 bytes from 192.168.200.2: icmp_seq=2 ttl=64 time=0.177 ms --- 192.168.200.2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.177/0.180/0.183/0.003 ms |
Tags: connect, connecting, firewire, ieee1394, network, networking, ubuntu |
Thread Tools | |
Display Modes | |
|
|