[Sunhelp] Adding a route...

Kalusniak, Jeff sunhelp at sunhelp.org
Thu Nov 2 10:14:37 CST 2000


Yep, just masking the IP octets because it's on the internet.

I've tried all of these.....to no avail.  It's quite possible that our
network admin has something missing on his end.  Isn't it true that he also
has to have a route to me?

-----Original Message-----
From: Dale Ghent [mailto:daleg at elemental.org]
Sent: Thursday, November 02, 2000 9:55 AM
To: 'sunhelp at sunhelp.org'
Subject: Re: [Sunhelp] Adding a route...


On Thu, 2 Nov 2000, Kalusniak, Jeff wrote:

| I'm having a bit of a problem.....
| 
| I have a SUN box with an hme card, ip=10.4.0.20
| 
| I installed a qfe card ip=999.999.999.26 and I now want the default route
to
| go to 999.999.999.1
| 
| I can't seem to get that to work.  Can someone give me the correct route
add
| statement?

Although I'm sure you're using "999.999.999.26" as an example, you do know
that your octets cant be > 255, right? :)

To change the default route, delete any current one (netstat -rn; route
delete default <ip> )

Then add the new default route:

route add default 999.999.999.1 ; echo '999.999.999.1' >
/etc/defaultrouter

/dale

_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp



More information about the SunHELP mailing list