[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rsync with crossover cable connection



Sven Joachim <svenjoac@gmx.de> writes:

> On 2010-01-22 19:24 +0100, Rodolfo Medina wrote:
>
>> Still needing your help:
>>
>> following the suggestion come from the list, I edited /etc/network/interfaces
>> on the first pc as follows:
>>
>> auto eth0
>> allow-hotplug eth0
>> iface eth0 inet static
>> 	address 192.168.0.1
>> 	netmask 255.255.255.0
>>
>> , and on the second the same but with `192.168.0.2' in place of
>> `192.168.0.1'.  Then I did `/etc/init.d/networking restart' on both, and
>> `ifconfig' on the first gives:
>>
>> # ifconfig
>> eth0      Link encap:UNSPEC  HWaddr 00-03-0D-53-25-5C-86-16-00-00-00-00-00-00-00-00
>
> This is bad, it should look like the line from your other machine
> instead.
>
> What do you get from `ifconfig -a'?


Here's the output of `ifconfig -a':

# ifconfig -a
eth0      Link encap:UNSPEC  HWaddr 00-03-0D-53-25-5C-86-16-00-00-00-00-00-00-00-00
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth1      Link encap:Ethernet  HWaddr 00:03:0D:33:02:17
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:201 Base address:0xd800

lo        Link encap:Local Loopback
          LOOPBACK  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:151.83.190.177  P-t-P:10.64.64.64  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:1409 errors:38 dropped:0 overruns:0 frame:0
          TX packets:1547 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:911548 (890.1 KiB)  TX bytes:268897 (262.5 KiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


Rodolfo


Reply to: