# # ゲスト用の無線ネットワークを設定する(FWX120 GUI設定例) # # # FWX120 # # # LANインタフェースの設定 # ip lan1 address 192.168.100.1/24 # # WANインタフェースの設定 (LAN2ポートを使用) # ip route default gateway pp 1 pp select 1 pp keepalive interval 30 retry-interval=30 count=12 pp always-on on pppoe use lan2 pppoe auto disconnect off pp auth accept pap chap pp auth myname (ISPに接続するID) (ISPに接続するパスワード) ppp lcp mru on 1454 ppp ipcp ipaddress on ppp ipcp msext on ppp ccp type none ip pp inbound filter list 1001 1002 1003 1004 1005 1006 1007 1008 1099 ip pp nat descriptor 1000 pp enable 1 # # VLANの設定 # vlan lan1/1 802.1q vid=201 name=VLAN201 ip lan1/1 address 192.168.201.1/24 # # フィルターの設定 # ip inbound filter 1001 reject-nolog * * tcp,udp * 135 ip inbound filter 1002 reject-nolog * * tcp,udp 135 * ip inbound filter 1003 reject-nolog * * tcp,udp * netbios_ns-netbios_ssn ip inbound filter 1004 reject-nolog * * tcp,udp netbios_ns-netbios_ssn * ip inbound filter 1005 reject-nolog * * tcp,udp * 445 ip inbound filter 1006 reject-nolog * * tcp,udp 445 * ip inbound filter 1007 reject-nolog 192.168.100.0/24 * * * * ip inbound filter 1008 reject-nolog 192.168.201.0/24 * * * * ip inbound filter 1099 pass-nolog * * * * * ip policy interface group 101 name=Private local lan1 lan1/1 ip policy interface group 102 name=lan lan1 ip policy interface group 103 name=vlan lan1/1 ip policy interface group 104 name=lan_vlan group 102 103 ip policy address group 101 name=Lan1 192.168.100.0/24 ip policy address group 102 name=Any * ip policy service group 101 name="Open Services" ip policy service group 102 name=General dns dhcpc dhcps ip policy service group 103 name=Mail pop3 smtp submission ip policy filter 1100 reject-nolog 104 * * * * ip policy filter 1110 pass-nolog * * * * 102 ip policy filter 1122 static-pass-nolog 102 102 * * * ip policy filter 1123 static-pass-nolog 102 local * * * ip policy filter 1124 static-pass-log * * 101 * http ip policy filter 1150 pass-nolog * pp1 * * * ip policy filter 1500 reject-nolog pp* * * * * ip policy filter 1520 pass-log * 102 * * 101 ip policy filter 1700 pass-nolog local * * * * ip policy filter 1710 static-pass-nolog * 104 * * * ip policy filter 3000 reject-nolog * * * * * ip policy filter set 101 name="Internet Access" 1100 [1110 1123 [1124] 1122 1150] 1500 [1520] 1700 [1710] 3000 ip policy filter set enable 101 # # NATの設定 # nat descriptor type 1000 masquerade # # DHCPの設定 # dhcp service server dhcp server rfc2131 compliant except remain-silent dhcp scope 1 192.168.100.2-192.168.100.191/24 dhcp scope 2 192.168.201.2-192.168.201.191/24 # # DNSの設定 # dns server pp 1 dns server select 500001 pp 1 any . restrict pp 1 dns private address spoof on # # スイッチの設定 # switch control use lan1 on