How do I setup a default route To setup your default route edit the file /etc/inet/rc.inet. By searching for default you should find this text. ... /usr/sbin/in.routed -q Warning $? in.routed /usr/sbin/in.routed -q fi # # /usr/sbin/route add default your_nearest_gateway hops_to_gateway <--- default route # Warning $? /usr/sbin/route # # Start up rwhod daemon .... Uncomment and fill in the following lines with the appropriate values. fi # /usr/sbin/route add default cisco7206_3 2 Warning $? /usr/sbin/route If you need to add any additional routes you can add them at this location in the file. The next time you reboot the system will have the default route installed. For more information see route(1), and routed(1).