Date: Sun, 14 Jan 2001 15:22:37 -0800 From: Dan Holliman <danh@gelatinous.com> To: net@freebsd.org Subject: more weird mpd problems Message-ID: <20010114152237.A50188@gelatinous.com>
next in thread | raw e-mail | index | archive | help
I've gotten mpd-netgraph to work successfully on several networks with a traditional nat box as the gateway, just for fun, but for the network I am actually responsible for, I haven't been able to set it up successfully. I can get a pptp client to connect, the logs say I connect, but I can't actually get any traffic to go anywhere. I can't ping any thing else in the world except the ip address of my localhost, and the ip I made up for it on the private net of pptp clients. I think it's a routing problem I am not clued enough to understand. anyway, here is the relevant info from my mpd configuration: mpd.links file: pptp0: set link type pptp set pptp self 128.32.43.97 set pptp enable incoming set pptp disable originate mpd.conf file: default: load pptp0 pptp0: new -i ng0 pptp0 pptp0 set iface disable on-demand set iface enable proxy-arp set iface idle 0 set bundle disable multilink set link yes acfcomp protocomp set link no pap chap set link enable chap set link keep-alive 10 60 set ipcp yes vjcomp set ipcp ranges 128.32.43.97/32 10.186.221.0/24 set bundle enable compression set ccp yes mppc set ccp yes mpp-e40 set ccp yes mpp-e128 set ccp yes mpp-stateless and my routing table on a windows machine, behind a natd, after I've connected my natd gateway is 10.0.0.254: Network Address Netmask Gateway Address Interface Metric 0.0.0.0 0.0.0.0 10.0.0.254 10.0.0.10 2 0.0.0.0 0.0.0.0 10.186.221.5 10.186.221.5 1 10.0.0.0 255.255.255.0 10.186.221.5 10.186.221.5 1 10.0.0.0 255.0.0.0 10.186.221.5 10.186.221.5 1 10.0.0.0 255.255.255.0 10.0.0.10 10.0.0.10 2 10.0.0.10 255.255.255.255 127.0.0.1 127.0.0.1 1 10.186.221.5 255.255.255.255 127.0.0.1 127.0.0.1 1 10.255.255.255 255.255.255.255 10.0.0.10 10.0.0.10 1 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 128.32.43.97 255.255.255.255 10.0.0.254 10.0.0.10 1 224.0.0.0 224.0.0.0 10.0.0.10 10.0.0.10 1 224.0.0.0 224.0.0.0 10.186.221.5 10.186.221.5 1 255.255.255.255 255.255.255.255 10.186.221.5 10.186.221.5 1 so what am i doing wrong? thanks -dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010114152237.A50188>