差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
network:nvr500メモ [2015-01-06 11:51] 127.0.0.1 外部編集 |
network:nvr500メモ [2015-04-11 15:51] (現在) Decomo |
||
---|---|---|---|
行 4: | 行 4: | ||
* LAN2 : 内側 | * LAN2 : 内側 | ||
+ | 工場出荷時のconfig | ||
+ | < | ||
+ | ip lan1 address 192.168.100.1/ | ||
+ | dhcp service server | ||
+ | dhcp server rfc2131 compliant except remain-silent | ||
+ | dhcp scope 1 192.168.100.2-192.168.100.191/ | ||
+ | dns private name setup.netvolante.jp | ||
+ | analog supplementary-service pseudo call-waiting | ||
+ | analog extension dial prefix line | ||
+ | analog extension dial prefix sip prefix=" | ||
+ | </ | ||
+ | Web設定でPPPoEのプロバイダを1つ設定した後 | ||
+ | < | ||
+ | ip route default gateway pp 1 filter 500000 gateway pp 1 | ||
+ | ip lan1 address 192.168.100.1/ | ||
+ | provider type isdn-terminal | ||
+ | provider filter routing connection | ||
+ | provider lan1 name LAN: | ||
+ | provider lan2 name PPPoE/ | ||
+ | pp select 1 | ||
+ | pp name PRV/ | ||
+ | pp keepalive interval 30 retry-interval=30 count=12 | ||
+ | pp always-on on | ||
+ | pppoe use lan2 | ||
+ | pppoe auto disconnect off | ||
+ | pppoe call prohibit auth-error count off | ||
+ | pp auth accept pap chap | ||
+ | pp auth myname PPP_ID PPP_PASSWORD | ||
+ | ppp lcp mru on 1454 | ||
+ | ppp ipcp ipaddress on | ||
+ | ppp ipcp msext on | ||
+ | ppp ccp type none | ||
+ | ip pp secure filter in 200003 200020 200021 200022 200023 200024 200025 200030 200032 | ||
+ | ip pp secure filter out 200013 200020 200021 200022 200023 200024 200025 200026 200027 200099 dynamic 200080 200081 200082 200083 200084 200085 200098 200099 | ||
+ | ip pp nat descriptor 1000 | ||
+ | pp enable 1 | ||
+ | provider set 1 ISP_NAME | ||
+ | | ||
+ | | ||
+ | ip filter 200000 reject 10.0.0.0/8 * * * * | ||
+ | ip filter 200001 reject 172.16.0.0/ | ||
+ | ip filter 200002 reject 192.168.0.0/ | ||
+ | ip filter 200003 reject 192.168.100.0/ | ||
+ | ip filter 200010 reject * 10.0.0.0/8 * * * | ||
+ | ip filter 200011 reject * 172.16.0.0/ | ||
+ | ip filter 200012 reject * 192.168.0.0/ | ||
+ | ip filter 200013 reject * 192.168.100.0/ | ||
+ | ip filter 200020 reject * * udp,tcp 135 * | ||
+ | ip filter 200021 reject * * udp,tcp * 135 | ||
+ | ip filter 200022 reject * * udp,tcp netbios_ns-netbios_ssn * | ||
+ | ip filter 200023 reject * * udp,tcp * netbios_ns-netbios_ssn | ||
+ | ip filter 200024 reject * * udp,tcp 445 * | ||
+ | ip filter 200025 reject * * udp,tcp * 445 | ||
+ | ip filter 200026 restrict * * tcpfin * www,21,nntp | ||
+ | ip filter 200027 restrict * * tcprst * www,21,nntp | ||
+ | ip filter 200030 pass * 192.168.100.0/ | ||
+ | ip filter 200031 pass * 192.168.100.0/ | ||
+ | ip filter 200032 pass * 192.168.100.0/ | ||
+ | ip filter 200033 pass * 192.168.100.0/ | ||
+ | ip filter 200034 pass * 192.168.100.0/ | ||
+ | ip filter 200035 pass * 192.168.100.0/ | ||
+ | ip filter 200036 pass * 192.168.100.0/ | ||
+ | ip filter 200037 pass * 192.168.100.0/ | ||
+ | ip filter 200098 reject-nolog * * established | ||
+ | ip filter 200099 pass * * * * * | ||
+ | ip filter 500000 restrict * * * * * | ||
+ | ip filter dynamic 200080 * * ftp | ||
+ | ip filter dynamic 200081 * * domain | ||
+ | ip filter dynamic 200082 * * www | ||
+ | ip filter dynamic 200083 * * smtp | ||
+ | ip filter dynamic 200084 * * pop3 | ||
+ | ip filter dynamic 200085 * * submission | ||
+ | ip filter dynamic 200098 * * tcp | ||
+ | ip filter dynamic 200099 * * udp | ||
+ | nat descriptor type 1000 masquerade | ||
+ | dhcp service server | ||
+ | dhcp server rfc2131 compliant except remain-silent | ||
+ | dhcp scope 1 192.168.100.2-192.168.100.191/ | ||
+ | dns server pp 1 | ||
+ | dns server select 500001 pp 1 any . restrict pp 1 | ||
+ | dns private address spoof on | ||
+ | dns private name setup.netvolante.jp | ||
+ | analog supplementary-service pseudo call-waiting | ||
+ | analog extension dial prefix line | ||
+ | analog extension dial prefix sip prefix=" | ||
+ | </ |