linux not responding to ping
Hi everyone.
I'm trying to tranfer some files from my Windows machine to the Linux one. For that I have to mount the shared folder. When I run the command to mount it it times out.
I have two interfaces, eth0 for the Internet and eth1 connected to my Windows machine (not connected to the Internet). I have checked the connection and found that I can ping my Windows machine but when I try to ping my Linux machine from the windows one it times out, funny!!!
eth0 and eth1 are not on the same network, only to avoid linux getting confused. I've also routed the traffic to my windows machine through eth1 using the route command. the route configuration looks good to me:
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
10.0.0.0 * 255.0.0.0 U 0 0 0 eth1
default 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
Both interfaces are up and Linux should know what to do with each traffic. I might have done something wrong when routing the traffic I guess. My ifconf looks good to me too:
eth0 Encapsulamento do Link: Ethernet Endereço de HW 00:02:B3:29:A3:32
inet end.: 192.168.2.41 Bcast:255.255.255.255 Masc:255.255.255.0
endereço inet6: fe80::202:b3ff:fe29:a332/64 Escopo:Link
UP BROADCASTNOTRAILERS RUNNING MULTICAST MTU:1500 Métrica:1
RX packets:5003 errors:4 dropped:0 overruns:0 frame:4
TX packets:3834 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:2289684 (2.1 MiB) TX bytes:714039 (697.3 KiB)
eth1 Encapsulamento do Link: Ethernet Endereço de HW FF:FF:FF:FF:FF:FF
inet end.: 10.0.0.2 Bcast:10.255.255.255 Masc:255.0.0.0
endereço inet6: fe80::fdff:ffff:feff:ffff/64 Escopo:Link
UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1
RX packets:427 errors:0 dropped:0 overruns:0 frame:0
TX packets:208 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:52128 (50.9 KiB) TX bytes:18030 (17.6 KiB)
IRQ:11 Endereço de E/S:0xd400
lo Encapsulamento do Link: Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACKRUNNING MTU:16436 Métrica:1
RX packets:418 errors:0 dropped:0 overruns:0 frame:0
TX packets:418 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:0
RX bytes:29621 (28.9 KiB) TX bytes:29621 (28.9 KiB)
Ah! Both firewalls are disabled, double-checked.
It's driving me crazy, I would appreciate any help. thanx a lot!!!
Llanos