[pptp-server] PPTP Client?

Nate Carlson natecars at real-time.com
Thu Oct 26 13:47:18 CDT 2000


On Thu, 26 Oct 2000, Boris Reisig wrote:
> I have the basic working ipchains rules to masqurade the 192.168.0.x subnet for internet. Now I can connect and stuff and things are great but their might be a routing issue or something. From the client side. I can ping myself [192.168.0.4] and the remote gateway [192.168.0.7]. The problem is that I cant ping any other remote ip or vice versa. any good ideas?

Do you have the proper FORWARD chain in place to allow traffic through on
the ppp0 interface? eg:

ipchains -I forward -s 192.168.0.0/24 -d 192.168.0.0/24 -i ppp+ -j ACCEPT
ipchains -I forward -s 192.168.0.0/24 -d 0/0 -i ppp+ -j MASQ

-- 
Nate Carlson <natecars at real-time.com>   | Phone : (952)943-8700
http://www.real-time.com                | Fax   : (952)943-8500





More information about the pptp-server mailing list