[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: changing IP routes



  On Thu, 30 May 2002 19:25:11 -0500
"Jamin W. Collins" <jcollins@asgardsrealm.net> wrote:

> If you can provide the IP range of the remote location it's just a
> matter of putting an entry in your routing tables for it.

UGH! Really does help if one make sure they read all of a post.  I
totally
missed the fact that you provided the information in your first post. 
Anyway, give this a shot:

auto eth0
iface eth0 inet static
  address 192.168.60.31
  netmask 255.255.255.0
  broadcast 192.168.60.255
  up route add -net 192.168.20.0 netmask 255.255.255.0 dev eth0

Sorry for the confusion.

-- 
Jamin W. Collins


      
    This worked perfectly. I added:

up route del -net 0.0.0.0 gw 192.168.60.1 dev eth0

and that took care of my incorrect route at boot time. Thanks for
your help, hope to return it one day.

Nole Realm

    
-- 
_______________________________________________
Download the free Opera browser at http://www.opera.com/

Powered by Outblaze


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: