Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [admin@R2] > export
- # feb/27/2021 08:21:04 by RouterOS 6.48.1
- # software id =
- #
- #
- #
- /interface bridge
- add name=bridge_local
- /interface wireless security-profiles
- set [ find default=yes ] supplicant-identity=MikroTik
- /ppp profile
- add bridge=bridge_local name=ppp_bridging use-encryption=yes
- /interface l2tp-client
- add connect-to=1.1.1.1 disabled=no mrru=1600 name=l2tp-out1 password=ppp1 profile=ppp_bridging user=ppp1
- /interface pptp-client
- add connect-to=1.1.1.1 mrru=1600 name=pptp-out1 password=ppp1 profile=ppp_bridging user=ppp1
- /interface bridge port
- add bridge=bridge_local interface=ether1
- /ip address
- add address=192.168.88.254/24 interface=bridge_local network=192.168.88.0
- add address=2.2.2.2/30 interface=ether2 network=2.2.2.0
- /ip dhcp-client
- add disabled=no interface=bridge_local
- /ip route
- add distance=1 gateway=2.2.2.1
- add distance=1 gateway=2.2.2.1
- /system identity
- set name=R2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement