Posts

Showing posts from October, 2014

Create PPTP server with profiles

Image
In this article i will be setting up a Point-to-Point Tunneling Protocol (PPTP) Server with dif ferent profiles. First we will configure interface that is connected to WAN. / ip address add address=10.0.0.2/24 network=10.0.0.0 broadcast=10.0.0.255 interface=ether1 Now we will configure second interface for our Local Network. / ip address add address=192.168.112.1/24 network=192.168.112.0 broadcast=192.168.112.255 interface=ether2 Now we will configure PPTP through Winbox. Now goto IP > Pool. Press the PLUS sign in RED, then create a IP Address Pool that will be used by the PPTP to give out IP and Press OK. It should look something like this. Now we will create a PPTP Server. Goto PPP then press PPTP Server, a new small window will popup, and select Enabled and just press OK. Now we will create a profile that will be used by different users. Goto the main PPP window, goto Profiles tab, here you will see two profiles by default, dont do any thing to these de...

PPPoE Server Setup with Profiles

Image
Hi everyone. This is my second time i am writing any thing on INTERNET. In this article i will be setting up a PPPoE (point-to-point protocol over ethernet) Server with different profiles. First we will configure interface that is connected to WAN. / ip address add address=172.16.10.50/16 network=172.16.0.0 broadcast=172.16.255.255 interface=ether1 Now one interface is configured and connected to WAN (with ip 172.16.10.50/16). Now we will configure second interface for our Local Network. / ip address add address=10.10.10.1/24 network=10.10.10.0 broadcast=10.10.10.255 interface=ether2 Now goto IP > Pool. Press the PLUS sign in RED, then create a IP Address Pool that will be used by the PPPoE to give out IP (i am using 10.10.10.10-10.10.10.250) Press APPLY and OK. It should look something like this. Now we will create a PPPoE Server. Goto PPP then press PLUS sign and select PPPoE Server, a new small window will popup, just press APPLY and OK. You will see a ...