|
| |||||||||
| There are two types of interface (tunnel) items in PPTP server configuration - static users and dynamic connections. An interface is created for each tunnel established to the given server. Static interfaces are added administratively if there is a need to reference the particular interface name (in firewall rules or elsewhere) created for the particular user. Dynamic interfaces are added to this list automatically whenever a user is
connected and its username does not match any existing static entry (or in case the entry is active already, as there can not be two separate tunnel interfaces referenced by the same name). Dynamic interfaces appear when a user connects and disappear once the user disconnects, so it is impossible to reference the tunnel created for that use in router configuration (for example, in firewall), so if you need a persistent rules for that user, create a static entry for him/her. Otherwise it is safe to use dynamic configuration. In here, we need two ethernet interface. First configure ethernet interface: [admin@PPPoE-Server] ip address> add address=10.1.0.3/24 interface=Local Then add PPPoE Server to the other ethernet interface: [admin@PPPoE-Server] interface pppoe-server server> add interface=Local \ Then, we can setup PPPoE clients: [admin@PPPoE-Server] ip pool> add name=pppoe ranges=10.1.0.100-10.1.0.200 Thus we have completed the configuration and added two users : test1 and test2 who are able to connect to Internet using PPPoE client software. Note that Windows XP built-in client supports encryption, but RASPPPOE does not. So, if it is planned not to support Windows clients older than Windows XP, it is recommended not to require encryption. In other case, the server will accept clients that do not encrypt data. Reference : Mikrotik Document.
Bookmark
Email This
Hits: 2328 Trackback(0)
Comments (0)
![]() Write comment
|
| Members | 4 |
| Content | 39 |
| Web Links | 24 |
| Content View Hits | 34.132 |