Remove these ads by
Signing UpStep 1Installing and setting up PPTPD on Ubuntu Server
sudo apt-get install pptpd
Next it's time to configure your settings on your pptpd server with the file '''/etc/pptpd.conf'''
sudo nano /etc/pptpd.conf
Find the bottom lines that say
#localip 192.168.0.100
#remoteip 192.168.0.290
or something like that. We need to uncomment these lines, and change the ip addresses so they look something like this
localip local_ip_address_of_my_server
remoteip ip_range_to_assign_to_clients
The localip should be the address your router assigns to your server (make sure that your server receives a static ip), while the remoteip should be a range within your routers assignment range, but out of the normal assignment range
i.e. my local ip is 192.168.0.100 whereas my router assigns ip addresses between the ranges of 192.168.0.1-101, so i would set up my configuration like
localip 192.168.0.100
remoteip 192.168.0.102-202
the remote ip is outside of my routers normal range, but still within the total range.
| « Previous Step | Download PDFView All Steps | Next Step » |
3
comments
|
Add Comment
|
spel3o
says:
![]() |
Add Comment
|













































