[pptp-server] Can't ping the local LAN

Scott M. Stone sstone at taos.com
Wed Mar 8 16:01:11 CST 2000


On Wed, 8 Mar 2000, Gary Bowers wrote:

> OK
> 
> I have read all that I can, and now I need some help.
> 
> I have got poptop configured, and I can make a connection, but I cannot ping
> past the poptop server.
> 
> I have tried so many different combinations now, that I could not give you
> an accurate picture of my environment.
> 
> I have turned on proxyarp, and i have made the remore and localIPs to be on
> my local lan.  I still get request timed out when trying to ping.
> 
> Tell me what you need to help me, and its yours.

ok, assuming your local net is 192.168.81.0/24 and your remote side of the
pptp connection is being assigned 192.168.81.101, do:

ipchains -P forward DENY
ipchains -A forward -s 192.168.81.0/24 -d 192.168.81.101 -j ACCEPT
ipchains -A forward -s 192.168.81.101 -d 192.168.81.0/24 -j ACCEPT

see if that helps

--------------------------
Scott M. Stone, CCNA <sstone at taos.com>
UNIX Systems and Network Engineer
Taos - The SysAdmin Company 





More information about the pptp-server mailing list