Re: Bizzare routing table entry.



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'

And see if it lets you remove the entry.

Josh
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: hosts file
    ... Thanks havent tried it but it does give me the network messages i was talking about: ... route: writing to routing socket: Network is unreachable ...
    (freebsd-questions)
  • Re: hosts file
    ... Thanks havent tried it but it does give me the network messages i was talking about: ... route: writing to routing socket: Network is unreachable ...
    (freebsd-questions)
  • Re: Good wireless signal - but browser cannot find it?
    ... Packet Scheduler Miniport ... Type this command, then reboot: ... please post a copy of the computer's route ... fraction of a second and then disappears. ...
    (microsoft.public.windowsxp.network_web)
  • Re: Problem setting up wireless lan connection
    ... >This is the output of iwconfig and ifconfig: ... you do the iwconfig command include "essid bosschaert". ... load the kernel module for the wifi card. ... You must use the route command to provide what ...
    (comp.os.linux.networking)
  • Re: IP FORWARDING IPTABLES
    ... I choose to configure my firewall to route packets in a different ... except that the '/sbin/route' command has nothing to do with the ... but has a "-I" option to use ICMP echos. ...
    (comp.security.firewalls)