imhd wrote:
於是我將我的RB450G reset 到 default, 再重新設定...(恕刪)
1.進去dhcp-client 刪除裡面的設定.
2.把防火牆的的 nat 裡面的ip偽裝(masquerade)這一個的out-interface選項取消.
以上
pctine wrote:
RG450G 我已經...(恕刪)
imhd wrote:
Sorry前輩:RB...(恕刪)
1.進去dhcp-client 刪除裡面的設定.
2.把防火牆的的 nat 裡面的ip偽裝(masquerade)這一個的out-interface選項取消.
YAWPYNG wrote:
1.進去dhcp-client 刪除裡面的設定.
2.把防火牆的的 nat 裡面的ip偽裝(masquerade)這一個的out-interface選項取消.
YAWPYNG wrote:
/ip dhcp-client
add comment="default configuration" disabled=no interface=ether1-gateway
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=ether1-gateway
ddk886 wrote:
小弟試過gfx兄您的...(恕刪)
# 允許白名單上的 IP 上網
/ip firewall filter
add chain=forward comment="allow users in WhiteList" out-interface=pppoe-out1 \
src-address-list=WhiteList
# 特定 mac address 加入白名單
add action=add-src-to-address-list address-list=WhiteList \
address-list-timeout=1d chain=forward comment="White List: pctine" \
out-interface=pppoe-out1 src-mac-address=BC:5F:F4:56:53:23
# 特定 mac address 加入白名單...
add action=add-src-to-address-list address-list=WhiteList \
address-list-timeout=1d chain=forward comment="White List: DS1513+ NAS" \
out-interface=pppoe-out1 src-mac-address=00:11:32:11:66:41
# drop all
add action=drop chain=forward comment="Drop all" out-interface=pppoe-out1