How delete the interface route in FreeBSD 9.2 (MPD5)?
MrStalker
mrstalker at simvol7.ru
Thu Oct 24 21:08:50 UTC 2013
Hello!
For my internet provider (L2TP VPN connection) is required a route to
the VPN server via local gate.
I'm using MPD5.
But, MPD5 creates route to the VPN server via its same interface...
root at Eviko:/home/mrstalker # netstat -nrf inet
Routing tables
Internet:
Destination       Gateway           Flags  Â
Refs     Use Netif Expire
default           85.21.230.206    Â
UGSÂ Â Â Â Â Â Â Â 0Â Â Â Â Â Â Â 8Â Â Â ng0
85.21.230.206Â Â Â Â Â link#7Â Â Â Â Â Â Â Â Â Â Â Â
UHÂ Â Â Â Â Â Â Â Â 0Â Â Â Â Â Â Â 8Â Â Â ng0
What will not work...
However earlier, it was possible delete this route and then create
right route.
root at Test2:/home/mrstalker # route delete 85.21.230.206
delete host 85.21.230.206
root at Test2:/home/mrstalker # route add 85.21.230.206 10.165.32.1
add host 85.21.230.206: gateway 10.165.32.1
When i trying FreeBSD 9.2, this is no longer working...
Thread about it at the forum
http://forums.freebsd.org/showthread.php?t=42547
Later I found source of problem:
http://svnweb.freebsd.org/base?view=revision&revision=248895
Now I can't delete the interface route (ng0). What does impossible work
with the internet provider.
How? How now resolve this problem?
I need to add route to the vpn server via local gate...
Please help me resolve this trouble. Since the release of FreeBSD 9.2 I
trying to find a solution.
More information about the freebsd-net
mailing list