The following demonstrates creating routes to the Information Super Highway using ishadm on a Unix server. Firstly we check the status, # ./ishadm Information-Super-Highway is OFF. It's no wonder the "Internet is slow"! Now we enable the Information Super Highway, # ./ishadm -e add host information-super-highway: gateway 127.0.0.1 Information-Super-Highway is now ON. Better check this worked, # netstat -r Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- information-super-highway localhost UH 1 0 lo0 192.168.1.0 jupiter U 1 927 rtls0 default mars UG 1 0 rtls0 localhost localhost UH 4 91 lo0 Disabling it is just as easy, # ./ishadm -d delete host information-super-highway: gateway 127.0.0.1 Information-Super-Highway is now OFF.