frage zu pptp/routing

From: Matthias Leopold <bedhead(at)gmx.net>
Date: Sat, 22 Oct 2005 13:31:18 +0200

hallo

ich möchte mich mit freebsd 4.11 als client per pptp in ein vpn einhängen.
pptpserver ist mpd ebenfalls auf freebsd. mit linux und pptpclient geht das
problemlos (routingeintrag wird nach erfolgreicher anmeldung per hand
erledigt: route add -net 192.168.210.0 netmask 255.255.255.0 dev ppp0). mit
freebsd benutze ich pptpclient-1.7.0. die anmeldung funktioniert auch, nur
mit dem erreichen der rechner im neuen netz klappt es nicht. verschiedene
versuche das routing einzurichten (via ppp oder mit der hand) scheiterten.
was stimmt an untenstehendem output nicht wenn ich zb. 192.168.210.2 erreichen
will? ping gibt keine auskunft, andere mtu habe ich auch schon versucht

thx
matthias

$ ifconfig -u
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 84.114.177.105 netmask 0xffffff00 broadcast 255.255.255.255
        ether 00:20:40:34:d6:4f
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1498
        inet 192.168.210.150 --> 192.168.210.100 netmask 0xffffffff
        Opened by PID 64804

su-2.05b# route add 192.168.210/24 192.168.210.100
add net 192.168.210: gateway 192.168.210.100
su-2.05b# netstat -rn
Routing tables

Internet:
Destination Gateway Flags Refs Use Netif Expire
default 84.114.177.1 UGSc 31 255 rl0
84.114.177/24 link#1 UC 1 0 rl0
84.114.177.1 00:01:5c:22:78:82 UHLW 32 0 rl0 1199
84.114.177.105 127.0.0.1 UGHS 0 0 lo0
127.0.0.1 127.0.0.1 UH 1 60 lo0
192.168.210 192.168.210.100 UGSc 0 0 tun0
192.168.210.100 192.168.210.150 UH 1 0 tun0

# cat /etc/ppp/ppp.conf
xxx:
 set authname xxx
 set authkey xxx
 set timeout 0
 set ifaddr 0 0
# add 192.168.210.0/24 HISADDR
 alias enable yes

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 22 Oct 2005 - 13:39:00 CEST

search this site