Monday, 2 February 2009

IRIX set up default gateway

http://software.majix.org/irix/network-setup.shtml

The above link introduces the detailed steps of setting it up. The system I have is 6.5 version.

1. Set up DNS in /etc/resolv.conf

domain majix.homeip.net
nameserver 192.168.1.2
nameserver 192.168.10.1

2. Default gateway

At the end of the file /etc/config/static-route.options simply add the line
$ROUTE $QUIET add -net default 130.60.XX.1

3. Start/stop daemon

chkconfig routed off

Either you can log in as root, type
route add -net default 130.60.XX.1

No comments: