Date: Tue, 23 Dec 2003 19:50:11 +0000 From: "Drew Robertson" <the_brothel@hotmail.com> To: freebsd-questions@freebsd.org Subject: A Challenge... NAT for PPP dial in user Message-ID: <BAY99-F22eBNKYnvQWv00022666@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hey all, I've been playing around with this for a while. I have a FreeBSD 4.8 box set as a gateway on my home LAN. I have 1 pc downstairs, and a few dial up users... FreeBSD box has 2 network cards, 1 for internal, 1 for external internet using cable & 1 56k modem. Very simple problem... when a dial in user connects to the FreeBSD gateway/router using PPP, NAT stops working on the PC downstairs and won't work on the dial in PC either... I have complete LAN access (telnet, ssh, samba, ping etc) on both the dial in PC and the downstairs PC, but somewhere my config is preventing everyone from being able to access the internet at once. In rc.conf, I have my Gateway_enable=YES, defaultrouter=192.168.1.1, router_enable=yes, proxyarp_all=yes... PPP.conf is simple... enable pap enable passwdauth set ifaddr 192.168.1.1 192.168.1.100-192.168.1.199 255.255.255.0 add HISADDR 255.255.255.0 MYADDR accept dns set dns 203.2.75.132 enable proxy In natd.conf interface tl0 sameports yes dynamic yes I'm running a firewall, but it is open for the TUN0 interface... I also have a divert natd (8668) allow all from any to any out via tl0 All other PC's on the LAN are windows clients... the one downstairs I was able to just set a default gateway and it was up and running on the internet, unfortunately it isn't done like that on a dial in setup on windows... I can't use DHCP for the clients, as I'm not supposed to have internet sharing running... Do I need to have an add statement in the PPP.conf, or do i have to enable proxyall rather than enable proxy?? Worst thing about this is I can't find enough doco on it on the net... I'll write my own when I get it done... Thanks D _________________________________________________________________ E-mail just got a whole lot better. New ninemsn Premium. Click here http://ninemsn.com.au/premium/landing.asp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY99-F22eBNKYnvQWv00022666>