On Mon, Aug 31, 2009 at 5:14 PM, Ashish Verma<ashishverma1...@gmail.com> wrote:
>>
>>  ip_forward set to 1 only means the packets can be forwarded across
>> interfaces. In this case, the host is responding and that has been
>> reached via the 172 interface. If ip_forward is 0, you cannot ping
>> systems in the 192 network other than the host having the two cards.
>>
>> Mohan Sundaram
>>
> That is exactly what is happening. ip_forward is set to 0. The server has 2
> interfaces 172 and 192. Another system is connected to 172 and has the first
> system set as the gateway. when I ping the 192 interface from the client
> system, I am getting a ping response.

Yes. It should work. This is what I meant by " If ip_forward is 0, you
cannot ping
>> systems in the 192 network other than the host having the two cards."

A ----------------------------------    B   ------------------- C
172.x.y.z            172.x.y.1    192.a.b.1      192.a.b.c

I'm assuming this is what you've and ip_forward is 0 on B. You are
pinging 192.a.b.1 from A. It should work as the host B responds to the
ping and not the interface. Always the case... In common parlance, we
use the term ping the interface. In reality it is ping the host thro'
the interface.

If ip_forward is 0, A cannot ping C.

-- Mohan Sundaram
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to