Advertisement
smithy1208

ppp-client

Feb 27th, 2021
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # feb/27/2021 07:16:29 by RouterOS 6.48.1
  2. # software id =
  3. #
  4. #
  5. #
  6. /interface bridge add admin-mac=50:00:00:04:00:01 auto-mac=no name=br2
  7. /interface l2tp-client add connect-to=192.168.255.254 disabled=no name=l2tp-out1 user=ppp3
  8. /ppp profile add bridge=br2 change-tcp-mss=yes name=ppp_bridging
  9. /interface bridge port add bridge=br2 interface=ether2
  10. /ip address add address=172.30.30.2/27 interface=br2 network=172.30.30.0
  11. /ip dhcp-client add disabled=no interface=ether1
  12. /ip dhcp-client add default-route-distance=255 disabled=no interface=br2
  13. /system identity set name=m4
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement