>> "RM" == Rodrigo Moya <Moya_Rodrigo/[EMAIL PROTECTED]> writes:
RM> I know I am missing the 'interfaces' configuration (????) but I RM> don't know where should I do it. Please help So you didn't tel the NIC which IP it has? You do this in /etc/init.d/network. This is mine: #!/bin/sh ifconfig lo 127.0.0.1 route add -net 127.0.0.0 ifconfig eth0 192.168.3.1 netmask 255.255.255.0 route add -net 192.168.3.0 ifconfig should then give you an output like: eth0 Link encap:Ethernet HWaddr 00:00:1C:01:04:45 inet addr:192.168.3.1 Bcast:192.168.3.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 Interrupt:3 Base address:0xb800 Ciao, Martin