Can a network interface be configured to have a default gateway for UDP packets?
Posted
by
Vaibhav
on Server Fault
See other posts from Server Fault
or by Vaibhav
Published on 2010-12-27T14:46:55Z
Indexed on
2010/12/27
14:55 UTC
Read the original article
Hit count: 200
It is quite possible that my question may not make a lot of sense. I apologize, but I am not a networking guy, and that's my excuse.
To elaborate, WikiPedia defines "Default Gateway" as a node on a "TCP/IP" network. And the way it works is that if a network interface is sending a packet to an IP address not present on its subnet, it sends it out to the default gateway (which then knows what to do with that packet).
Is this true if a UDP packet (datagram) is involved? I mean, if my network interface is sending a UDP packet to an IP address that is not present on its subnet, would it automatically send it to the Default Gateway as well?
© Server Fault or respective owner