mikrotik routeros quick gui (webfig v6.28) config for modem bridge pppoe
menu item > sub menu item [tab or button]
1. > system > identity
2. find two or more NTP servers (stratum time servers) close to you
http://support.ntp.org/bin/view/Servers/WebHome#Browsing_the_Lists
> system > clock
3. create LAN switch ports (bridge)
standard install these will be your LAN side ether ports
4. DHCP pool. LAN pool (dhcp) and if needed, open vpn pool (ovpn-pool89)
> ip > pool > [add new]
4.1 DHCP server
> ip > DHCP server
result …
check netmask on [networks] tab
> ip > DHCP server > [networks]
5. add IP to interface (LAN and LAN DHCP pool to LAN ports (bridge-local))
> ip > addresses
result
> ip > routes (no changes needed here for modem bridge pppoe setup. all dynamic)
1.1.3.146/32 gw bridge-local is used to assign a single static IP from WAN to computer on LAN network.
static route below, notice gw is bridge-local, ie LAN
proxy-arp on ether2 (wan pppoe)
windows pc eg.
1.1.3.146
255.255.255.255
gw. 192.168.88.1
5.1 add NAT routes for above LAN IP’s and openvpn IP’s if required
> ip > firewall > [NAT]
[Add New]
result
6. create pppoe dialer for modem bridge mode
choosing ether2 for WAN (VDSL modem connection)
> PPP > interface > [add new]
6. Interfaces for reference only.
ovpn-in1 disabled. Used to apply firewall rules for single openvpn user. example. restrict access to a single pc. (openvpn article coming)















