[pptp-server] Getting started on OpenBSD
    David LANDGREN 
    david.landgren at bpinet.com
       
    Fri Nov 24 09:08:26 CST 2000
    
    
  
|Did you configure PoPToP using the command:
|    ./configure --with-bsdppp
Ack!
|The remoteip options should not be x.y.41.1-254.  This is NOT a list of
IPs
|that you will allow connection from.  This is the list of IPs that get
|assigned to the ppp interface of the machine making the connection.  More
|likely, you want something like:
|    localip 192.168.254.1
|    remoteip 192.168.254.2-254
OIC. Does that mean that the localip should be the same address as one of
the NICs in the machine, or specifically that it should be a different
address?
Thanks,
DAvid
    
    
More information about the pptp-server
mailing list