LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   . as default gateway (https://www.linuxquestions.org/questions/linux-networking-3/as-default-gateway-700744/)

serge 01-29-2009 04:08 AM

. as default gateway
 
When I was looking at the routing table of a CentOS 5.2 box, I noticed that the output of `route` showed the default gatewat as . (a dot). What does this mean?

I did some extensive googling, but all references to the 'route' command (CentOS-specific or not) did not show that.

acid_kewpie 01-30-2009 12:45 PM

what are you running to get this? Could this be a weird DNS result? add -n to the route command if it's not already there..?

serge 01-31-2009 09:34 AM

I run 'route' to use this output.
'route -n' outputs as exprected.
The gateway is set to an ip address in the same subnet as eth0 in /etc/sysconfig/network.
There seem to be no problems in traffic, yet I still do not understand what it means.

acid_kewpie 01-31-2009 09:39 AM

so it does go away with a -n? DNS then. what does the response from "host your.gateway.ip.here" say?


All times are GMT -5. The time now is 10:02 PM.