Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 10:19:23 -0500 (CDT)
From:      Nick Rogness <nick@rogness.net>
To:        Peter Salvage <wizard@sybaweb.co.za>
Cc:        Freebsd-questions@FreeBSD.ORG
Subject:   Re: old routes lurking in box
Message-ID:  <Pine.BSF.4.21.0106111016390.40585-100000@cody.jharris.com>
In-Reply-To: <032101c0f276$3e645780$0200a8c0@ait.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Jun 2001, Peter Salvage wrote:

> Recently we changed our upstream to another provider and our allocated
> ip addy's all changed (obviously).
> 
> I thought I had religiously cleared out every trace of the old routes
> from all our servers yet when I do a netstat -rn, it still shows some
> of them lurking. None of these IP addresses are in use any more. All
> of them are referencing 196.36.149.7 as their gateway, an address on
> our network (and a router) that no longer exist. Could someone please
> point me in the appropriate direction to flush these?

  # route delete 196.36.169.96 196.36.149.7 -netmask 255.255.255.240
  # route delete 196.36.169.104 196.36.149.7 -netmask 255.255.255.252
  # route delete 196.36.169.32 196.36.149.7 -netmask 255.255.255.252
  # route delete 196.36.169.40 196.36.149.7 -netmask 255.255.255.252
  # route delete 196.36.169.44 196.36.149.7 -netmask 255.255.255.252
> 
> Destination        Gateway            Flags     Refs     Use     Netif Expire
> 196.36.169.96/28   196.36.149.7       UGSc        0        0      rl1
> 196.36.169.104/30  196.36.149.7       UGSc        0        0      rl1
> 196.36.190.32/30   196.36.149.7       UGSc        0    24188      rl1
> 196.36.190.40/30   196.36.149.7       UGSc        0        0      rl1
> 196.36.190.44/30   196.36.149.7       UGSc        0        0      rl1
> 


Nick Rogness <nick@rogness.net>
 - Keep on Routing in a Free World...
  "FreeBSD: The Power to Serve!"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0106111016390.40585-100000>