Nov 10, 2003 #1 chomps303 MIS Sep 30, 2003 83 US I have SCO 5.07 and have an old ip address route that I need to permanently delete it from the routing table. How can I do this? Where is it stored? Thanks Brandt SSI
I have SCO 5.07 and have an old ip address route that I need to permanently delete it from the routing table. How can I do this? Where is it stored? Thanks Brandt SSI
Nov 12, 2003 #2 PHV MIS Nov 8, 2002 53,708 FR The syntax to delete a route entry is: Code: /etc/route delete destination gateway The route is probably permanently defined somewhere in the /etc/rc2.d hierarchy. You can try something like this: Code: grep route /etc/rc2.d/* to locate the related script. Hope This Help PH. Upvote 0 Downvote
The syntax to delete a route entry is: Code: /etc/route delete destination gateway The route is probably permanently defined somewhere in the /etc/rc2.d hierarchy. You can try something like this: Code: grep route /etc/rc2.d/* to locate the related script. Hope This Help PH.
Nov 12, 2003 Thread starter #3 chomps303 MIS Sep 30, 2003 83 US Thanks PH!! I have allready done what you suggest. I have looked in /etc/rc2.d and it's not there. It must be hiding someplace. Thanks Brandt Upvote 0 Downvote
Thanks PH!! I have allready done what you suggest. I have looked in /etc/rc2.d and it's not there. It must be hiding someplace. Thanks Brandt
Nov 12, 2003 #4 PHV MIS Nov 8, 2002 53,708 FR Can you post the result of a ls /etc/rc2.d ? You may have something in /usr/internet (Sorry I don't remember the exact path ...) Hope This Help PH. Upvote 0 Downvote
Can you post the result of a ls /etc/rc2.d ? You may have something in /usr/internet (Sorry I don't remember the exact path ...) Hope This Help PH.
Nov 17, 2003 #5 Steve Bowman MIS Feb 14, 2000 425 US several other places to look /etc/rc2.d/S99route /etc/rc.d/8/userdef Steve Bowman steve.bowman@ultraex.com Upvote 0 Downvote
several other places to look /etc/rc2.d/S99route /etc/rc.d/8/userdef Steve Bowman steve.bowman@ultraex.com
Nov 17, 2003 #6 stanhubble MIS Apr 6, 2001 1,052 CA check /etc/default/tcp for a "GATEWAY" option. if present it will be set as the default route. also look in /usr/internet/ip/ .... this was a part of the "atlas" or internet faststart stuff... Upvote 0 Downvote
check /etc/default/tcp for a "GATEWAY" option. if present it will be set as the default route. also look in /usr/internet/ip/ .... this was a part of the "atlas" or internet faststart stuff...