Hello,

I have a computer with two interfaces: eth0 and eth1

/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:B3:50:88:D3
inet addr:5.5.5.98 Bcast:5.5.5.255 Mask:255.255.255.0
...
eth1 Link encap:Ethernet HWaddr 00:02:B3:50:88:D4
inet addr:192.168.1.12 Bcast:255.255.255.255 Mask:255.255.255.255
...

/sbin/route
default * 255.255.255.255 UH 0 0 0 eth1 <- I down't know what is this.
192.168.1.17 * 255.255.255.255 UH 0 0 0 eth1
192.168.1.16 * 255.255.255.255 UH 0 0 0 eth1
192.168.1.15 * 255.255.255.255 UH 0 0 0 eth1
5.5.5.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 5.5.5.1 0.0.0.0 UG 0 0 0 eth0

cat /proc/sys/net/ipv4/ip_forward
0

My computer's ip is 5.5.5.2 with default gw 5.5.5.1
5.5.5.1 - cisco router

Is it right to ping 192.168.1.12 from 5.5.5.2 ?

I down't want to see 192.168.1.12 from 5.5.5.0 network.


Sorry for my english.

Thanks.




--
[EMAIL PROTECTED] mailing list

Reply via email to