mpta wrote:奇怪 我沒V6 dhcp...(恕刪) 我是把中華給的 LAN port ipv6 /56放入pool內然後在dhcp server配ipv6沒有ipv6dhcp因該會吃中華的吧?
jeremy9678 wrote:我想你要的因該是這個...(恕刪) 謝謝, 我也是這樣操作的, 今天再試了一下, 發現問題出在我修改了 client-id我是按造網頁上有人分享的綁定方式, 上面寫可以自行修改 client-id沒想到竟然不行, 現在可以正常綁定了不過最後又遇到一個問題, 就是我在雙線負載均衡下, 無法 port mapping今天試了好久還是找不到方法以下是我目前的設定, 雙線負載均衡, 一路是IP, 一路是 PPPOE 撥接IP想要外部連線兩路都 FTP 可以對應到 192.168.0.112 port:21 NAS 上希望有人能夠, 謝謝----------------------------------------------------------------# mar/29/2015 22:12:25 by RouterOS 6.27# software id = 6A1T-IN9R#/interface ethernetset [ find default-name=ether3 ] name=lan1set [ find default-name=ether4 ] master-port=lan1 name=lan2set [ find default-name=ether5 ] master-port=lan1 name=lan3set [ find default-name=ether1 ] name=wan1set [ find default-name=ether2 ] name=wan2/interface pppoe-clientadd add-default-route=yes disabled=no interface=wan2 keepalive-timeout=\disabled name=pppoe-out2 password=xxxxxxxx user=xxxxxxx@hinet.net/ip neighbor discoveryset wan1 discover=no/ip pooladd name=dhcp ranges=192.168.0.10-192.168.0.250add name=dhcp_pool1 ranges=192.168.0.10-192.168.0.250/ip dhcp-serveradd address-pool=dhcp_pool1 disabled=no interface=lan1 lease-time=3d name=\dhcp1/portset 0 name=serial0/ip addressadd address=192.168.0.1/24 interface=lan1 network=192.168.0.0add address=59.125.XX.109/24 interface=wan1 network=59.125.XX.0/ip dhcp-clientadd comment="default configuration" dhcp-options=hostname,clientid disabled=\no interface=lan1/ip dhcp-server leaseadd address=192.168.0.112 client-id=DS1551+_1 mac-address=00:11:32:3D:94:2Dadd address=192.168.0.113 client-id=DS1515+_2 mac-address=00:11:32:3D:94:2Eadd address=192.168.0.114 client-id=DS1515+_3 mac-address=00:11:32:3D:94:2Fadd address=192.168.0.115 client-id=DS1515+_4 mac-address=00:11:32:3D:94:30add address=192.168.0.151 client-id=Work01 mac-address=E0:3F:49:44:73:FCadd address=192.168.0.152 client-id=Work02 mac-address=14:DA:E9:EA:D1:12add address=192.168.0.153 client-id=Work03 mac-address=14:DA:E9:EA:C8:ECadd address=192.168.0.154 client-id=Work04 mac-address=14:DA:E9:EA:D1:10add address=192.168.0.155 client-id=Work05 mac-address=14:DA:E9:EA:D1:11add address=192.168.0.156 client-id=Work06 mac-address=14:DA:E9:EA:CF:3Aadd address=192.168.0.157 client-id=Work07 mac-address=14:DA:E9:EA:D1:15add address=192.168.0.218 client-id=test_2 mac-address=00:15:17:8A:C6:85 \server=dhcp1add address=192.168.0.219 client-id=test mac-address=BC:5F:F4:47:35:0C server=\dhcp1add address=192.168.0.116 client-id=QNAP mac-address=00:08:9B:C5:66:17/ip dhcp-server networkadd address=192.168.0.0/24 comment="default configuration" dns-server=\168.95.1.1,8.8.8.8 gateway=192.168.0.1 netmask=24/ip dnsset allow-remote-requests=yes servers=168.95.1.1/ip dns staticadd address=192.168.88.1 name=router/ip firewall filteradd chain=input comment="default configuration" protocol=icmpadd chain=input comment="default configuration" connection-state=\established,relatedadd action=drop chain=input comment="default configuration" in-interface=wan1add chain=forward comment="default configuration" connection-state=\established,relatedadd action=drop chain=forward comment="default configuration" \connection-state=invalidadd action=drop chain=forward comment="default configuration" \connection-nat-state=!dstnat connection-state=new in-interface=wan1/ip firewall mangleadd action=mark-connection chain=input in-interface=wan1 new-connection-mark=\WAN1_connadd action=mark-connection chain=input in-interface=pppoe-out2 \new-connection-mark=WAN2_connadd action=mark-routing chain=output connection-mark=WAN1_conn \new-routing-mark=to_WAN1add action=mark-routing chain=output connection-mark=WAN2_conn \new-routing-mark=to_WAN2add action=mark-connection chain=prerouting dst-address-type=!local \in-interface=lan1 new-connection-mark=WAN1_conn \per-connection-classifier=both-addresses-and-ports:2/0add action=mark-connection chain=prerouting dst-address-type=!local \in-interface=lan1 new-connection-mark=WAN2_conn \per-connection-classifier=both-addresses-and-ports:2/1add action=mark-routing chain=prerouting connection-mark=WAN1_conn \in-interface=lan1 new-routing-mark=to_WAN1add action=mark-routing chain=prerouting connection-mark=WAN2_conn \in-interface=lan1 new-routing-mark=to_WAN2/ip firewall natadd action=masquerade chain=srcnat out-interface=wan1add action=masquerade chain=srcnat out-interface=pppoe-out2/ip routeadd check-gateway=ping distance=1 gateway=59.125.xx.254 routing-mark=to_WAN1add check-gateway=ping distance=1 gateway=pppoe-out2 routing-mark=to_WAN2add distance=1 gateway=59.125.xx.254add check-gateway=ping distance=1 gateway=59.125.xx.254add check-gateway=ping distance=2 gateway=pppoe-out2/system clockset time-zone-name=Asia/Taipei/system routerboard settingsset cpu-frequency=533MHz/tool mac-serverset [ find default=yes ] disabled=yesadd interface=wan2add interface=lan1add interface=lan2add interface=lan3/tool mac-server mac-winboxset [ find default=yes ] disabled=yesadd interface=wan2add interface=lan1add interface=lan2add interface=lan3
我發現到備份檔案好像會愈來愈大耶!之前剛設定好時有一個備份檔,但最近再備份時發現到備份檔從出廠給預設設定檔的65K到前一陣子最佳設定時備份的92K,在使用一個月後再備份時已變成218K了,是何原因呢?Log嗎?看起來沒那麼多Log啊!難不成系統執行時有暫存檔也進來了,那是否會愈用愈慢呢?