>>> On 10/1/2012 at 06:04 PM, David Stuart <[email protected]> wrote: > I went to a handy quick reference, and issued a route command, and it appears > the default route is corrupt. It should, I believe, display an ip address. > Instead, it displays the high-order of what appears to be a DNS name.
If you do a "route" it will try to resolve IP address to DNS names. If you do a "route -n" it will not and only display IP addresses. I usually use "route -n" to avoid any problems with DNS timeouts on problematic network setups. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
