IPv6: Mikrotik: Router Sederhana WAN Statik: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Created page with "==Topology== * WAN : fddd:0000:0000::/64 * LAN : ==Setup WAN== # WAN IPv6 static /ipv6 address add address=fddd:0000:0000::1/64 interface=ether1 advertise=yes ==Setup..." |
|||
| Line 26: | Line 26: | ||
.. | .. | ||
# | |||
/ipv6 | |||
# LAN setup | |||
# /ipv6 address add address=::1 interface=bridge1 advertise=yes | |||
/ipv6 address add address=2002:1234:5678::1/64 interface=bridge1 advertise=yes | |||
Revision as of 01:37, 13 May 2025
Topology
- WAN : fddd:0000:0000::/64
- LAN :
Setup WAN
# WAN IPv6 static /ipv6 address add address=fddd:0000:0000::1/64 interface=ether1 advertise=yes
Setup LAN
# LAN Bridge /interface bridge add name=bridge1 /interface bridge port add bridge=bridge1 interface=ether2 add bridge=bridge1 interface=ether3 add bridge=bridge1 interface=ether4 add bridge=bridge1 interface=ether5 add bridge=bridge1 interface=ether6 add bridge=bridge1 interface=ether7 add bridge=bridge1 interface=ether8 .. ..
# LAN setup # /ipv6 address add address=::1 interface=bridge1 advertise=yes /ipv6 address add address=2002:1234:5678::1/64 interface=bridge1 advertise=yes