Quote:
Originally Posted by ehawk
|
Thank you for the links I have read through these and found in the FAQ on poptop.org "Q. I can connect to the server and ping to it fine, but I can't ping any other hosts on the office subnet. I have ip-forwarding turned on and I have proxyarp set in the ppp/options file. What can be wrong?" it latter says "The simplest way around this problem, and the one that is suggested in the pppd documentation, is to set the pppd client IP assignment to be on the local subnet."
This is what I have setup in my /etc/pptpd.conf
My server ip is 192.168.1.10
#/etc/pptpd.conf
localip 192.168.1.49
remoteip 192.168.1.50-99
I then have several systems in the 192.168.1.12-30 range and dhcp from 192.168.1.100-255 non that I am able to connect to
I am somewhat new to Linux so if I’m missing something stupid please let me know, the setup in server 2003 is more or less click and complete.