Results 1 to 3 of 3
I have a firewall, this consists of three NIC's:
Code:
eth0[192.168.0.2] eth1[192.168.1.2] and eth2[10.10.165.2]
I am trying to ping eth0 from eth2, but I am not able to succesfully get ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-06-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 2
Routing data
I have a firewall, this consists of three NIC's:
I am trying to ping eth0 from eth2, but I am not able to succesfully get a response from pinging the device, I am using:Code:eth0[192.168.0.2] eth1[192.168.1.2] and eth2[10.10.165.2]
I have tried to insert routing data into the routing table, but it still doesn't workCode:ping 192.168.0.2 -I eth2
Any suggestions, it will be greatly appreciated.
Thanks
it01y2
- 04-06-2010 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 54
No, that will not work. Your routing probably has an entry that says send everything for the network that 10.10.165.2 belongs to to your eth2 device.
So what purpose does this ping serve, rather what are you exactly trying?
- 04-07-2010 #3Just Joined!
- Join Date
- Apr 2010
- Posts
- 2
Routing
Firewall: eth0[192.168.0.2] eth1[192.168.1.2] and eth2[10.10.165.2]
I have a pc connected to eth2 [10.10.165.1], also I have a gateway connected to eth1[192.168.1.254].
I am trying to setup an internet connection, the firewall can easily get retrieve internet queries, however if I try to query a website on the computer[10.10.165.1] behind eth2 on the firewall It does not work.
I think this is due to the fact to when a query is routed to the firewall from the pc, it does not route to the eth2 to the gateway, so the query is invalid.
Any suggestions, it will be greatly appreciated.
Thanks
it01y2


Reply With Quote
