Re: Bizzare routing table entry.
- From: "jdow" <jdow@xxxxxxxxxxxxx>
- Date: Wed, 8 Aug 2007 07:17:16 -0700
From: "Josh Carroll" <josh.carroll@xxxxxxxxx>
root# route delete 0&0xc0a80132
[1] 37343
route: writing to routing socket: No such process
delete net 0: not in table
0xc0a80132: Command not found.
[1] + Exit 1 route delete 0
root# route delete 0&0xc0a80132
[1] 37343
route: writing to routing socket: No such process
delete net 0: not in table
0xc0a80132: Command not found.
[1] + Exit 1 route delete 0
I've no idea whether that is a valid route or not, but the reason
you're getting that funkiness is that the shell is eating the & and
thinks you are sending the route process to the background. Try:
route delete '0&0xc0a80132'
There goes 192.168.1.50.
{^_-} Joanne
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Bizzare routing table entry.
- From: Modulok
- Re: Bizzare routing table entry.
- From: Josh Carroll
- Bizzare routing table entry.
- Prev by Date: Re: what to do with this..?
- Next by Date: Re: FreeBSD systems
- Previous by thread: Re: Bizzare routing table entry.
- Next by thread: Re: Bizzare routing table entry.
- Index(es):
Relevant Pages
|