I rebooted the system.
I re-configured the networking parameters.
The system still doesn't prompt for a default gateway.
Because the system tries to use the IP address of the local machine as the default gateway, the system can't resolve DNS entries, or browse the internet.
I can ping, and I can FTP, but I can't use the web browser.
The Solaris man page "syntax entries" are plentiful, but practical examples are sorely lacking.
I want to remove ALL references to the local gateway address, and insert the proper gateway address in it's place.
I ran some of the following commands, attempting to re-configure the gateway:
route -f add -net xxx.xxx.xxx.224 xxx.xxx.xxx.225
# Where 224 is the proper network address, and 225 is the proper gateway address.
route -f change -net xxx.xxx.xxx.224 xxx.xxx.xxx.225
# Where 224 is the proper network address, and 225 is the proper gateway address.
route -f delete -net xxx.xxx.xxx.224 xxx.xxx.xxx.231
# Where 231 is the IP address of the local system.
After running the route add and route change commands, my network was up, but internet browsing still unreachable. (I believe the browser isn't working, because the system is still trying to route through the local machines IP address.)
I ran the route delete command, to get rid of the bogus local gateway.
After running the route delete command, my network is down, and un-reachable...
Time for another sys-unconfig...
-------
If the local machines address is NOT supposed to be my gateway address, what is the proper command or commands to make it see the proper gateway?
By the way... The /etc/defaultrouter file is totally useless...
I've tried setting this file numerous times in the past, and it has NEVER initialized the gateway...
Why can't SUN prompt for a default gateway, like everyone else does, during the install? (HP-UX does, SuSE Linux does, Windows does, even RedHat does in it's latest versions... Although it used to follow the Solaris model...)