X
    Categories: VPN

インターネットVPN

<p>フレッツグループアクセスを使うようになり、インターネットVPNは使う必要がなくなりましたが、configを残しておきます。<&sol;p>&NewLine;<p>センター拠点を中心とした「スター型インターネットVPN」構成です。<&sol;p>&NewLine;<h3>VPN構成<&sol;h3>&NewLine;<ul>&NewLine;<li>センター拠点0(RTX1100&srarr;192&period;168&period;10&period;1):192&period;168&period;10&period;0&sol;24 ISP0<&sol;li>&NewLine;<li>拠点1(RT57i&srarr;192&period;168&period;11&period;1):192&period;168&period;11&period;0&sol;24 ISP1<&sol;li>&NewLine;<li>拠点2(RTV700&srarr;192&period;168&period;12&period;1):192&period;168&period;11&period;0&sol;24 ISP2<&sol;li>&NewLine;<&sol;ul>&NewLine;<p>センター拠点と拠点1はPPTPによるLAN間接続<br &sol;>&NewLine;センター拠点と拠点2はIPsecによるLAN間接続<&sol;p>&NewLine;<h3>VPN設定<&sol;h3>&NewLine;<h4>センター拠点(YAMAHA RTX1100使用)<&sol;h4>&NewLine;<h5>lan1アドレス設定<&sol;h5>&NewLine;<ul>&NewLine;<li>ip lan1 address 192&period;168&period;10&period;1&sol;24<br &sol;>&NewLine;RTX1100のlan1アドレスを192&period;168&period;10&period;1&sol;24に設定する<&sol;li>&NewLine;<&sol;ul>&NewLine;<h5>インターネット接続用のpp1を定義<&sol;h5>&NewLine;<ul>&NewLine;<li>pp select 1<&sol;li>&NewLine;<li>pppoe auto connect on<br &sol;>&NewLine;自動接続を有効にする<&sol;li>&NewLine;<li>pppoe auto disconnect off<br &sol;>&NewLine;自動切断を無効にする<&sol;li>&NewLine;<li>pppoe use lan2<br &sol;>&NewLine;lan2をpp1に使用する<&sol;li>&NewLine;<li>pp auth accept pap chap mschap mschap-v2<br &sol;>&NewLine;&srarr;認証方式の選択(papは平文 chapは暗号化)<&sol;li>&NewLine;<li>pp auth myname &lpar;ISP0に接続するID&rpar; &lpar;パスワード&rpar;<br &sol;>&NewLine;&srarr;ISP0に接続するためのIDとパスワードを指定<&sol;li>&NewLine;<li>pp always-on on<br &sol;>&NewLine;&srarr;PPPoE常時接続を有効にする<&sol;li>&NewLine;<li>ppp lcp mru on 1454<br &sol;>&NewLine;&srarr;mru&lpar;maximum receive unit&rpar;を1454バイトに指定<&sol;li>&NewLine;<li>ppp ipcp ipaddress on<br &sol;>&NewLine;&srarr;ISPから自動的に固定グローバルアドレスを取得する<&sol;li>&NewLine;<li>ip pp mtu 1454<br &sol;>&NewLine;&srarr;mtu&lpar;maximum transfer unit&rpar;を1454バイトに指定<&sol;li>&NewLine;<li>ppp ipcp msext on<&sol;li>&NewLine;<li>ppp ccp type none<br &sol;>&NewLine;&srarr;圧縮を使用しない<&sol;li>&NewLine;<li>ip pp secure filter in 1020 1030 1040 1041 1052 1053 2000<&sol;li>&NewLine;<li>ip pp secure filter out 1010 1011 1012 1013 1014 1015 1050 1051 3000 dynamic 100 101 102 103 104 105 106 107<&sol;li>&NewLine;<li>ip pp nat descriptor 1<&sol;li>&NewLine;<li>ip pp intrusion detection in on reject&equals;on<&sol;li>&NewLine;<li>pp enable 1<br &sol;>&NewLine;&srarr;pp1を有効にする<&sol;li>&NewLine;<li>ip route default gateway pp 1<&sol;li>&NewLine;<&sol;ul>&NewLine;<h5>IPフィルター設定一覧<&sol;h5>&NewLine;<ul>&NewLine;<li>ip filter source-route on<&sol;li>&NewLine;<li>ip filter directed-broadcast on<&sol;li>&NewLine;<&sol;ul>&NewLine;<p>WindowsのRPCと、NBT関連の通信を遮断するフィルター<&sol;p>&NewLine;<ul>&NewLine;<li>ip filter 1010 reject &ast; &ast; udp&comma;tcp 135 &ast;<&sol;li>&NewLine;<li>ip filter 1011 reject &ast; &ast; udp&comma;tcp &ast; 135<&sol;li>&NewLine;<li>ip filter 1012 reject &ast; &ast; udp&comma;tcp netbios&lowbar;ns-netbios&lowbar;ssn &ast;<&sol;li>&NewLine;<li>ip filter 1013 reject &ast; &ast; udp&comma;tcp &ast; netbios&lowbar;ns-netbios&lowbar;ssn<&sol;li>&NewLine;<li>ip filter 1014 reject &ast; &ast; udp&comma;tcp 445 &ast;<&sol;li>&NewLine;<li>ip filter 1015 reject &ast; &ast; udp&comma;tcp &ast; 445<&sol;li>&NewLine;<&sol;ul>&NewLine;<p>&num;LAN側のIPアドレスを送信元、あるいは宛先として詐称している通信を遮断するフィルター<&sol;p>&NewLine;<ul>&NewLine;<li>ip filter 1020 reject 192&period;168&period;10&period;0&sol;24 &ast;<&sol;li>&NewLine;<li>ip filter 1030 pass &ast; 192&period;168&period;10&period;0&sol;24 icmp<br &sol;>&NewLine;&num;PPTPを通すために必要なフィルター<&sol;li>&NewLine;<li>ip filter 1040 pass &ast; 192&period;168&period;10&period;1 tcp &ast; 1723<&sol;li>&NewLine;<li>ip filter 1041 pass &ast; 192&period;168&period;10&period;1 gre<br &sol;>&NewLine;&num;IPsecを通すために必要なフィルター<&sol;li>&NewLine;<li>ip filter 1050 pass (センター拠点のグローバルアドレス) (拠点2のグローバルアドレス) udp &ast; 500<&sol;li>&NewLine;<li>ip filter 1051 pass (センター拠点のグローバルアドレス) (拠点2のグローバルアドレス) esp &ast; &ast;<&sol;li>&NewLine;<li>ip filter 1052 pass (拠点2のグローバルアドレス) 192&period;168&period;10&period;1 udp &ast; 500<&sol;li>&NewLine;<li>ip filter 1053 pass (拠点2のグローバルアドレス) 192&period;168&period;10&period;1 esp &ast; &ast;<br &sol;>&NewLine;&num;すべての通信を明示的に遮断<&sol;li>&NewLine;<li>ip filter 2000 reject &ast; &ast;<br &sol;>&NewLine;&num;フィルターで遮断しない通信を、すべて明示的に通過させる<&sol;li>&NewLine;<li>ip filter 3000 pass &ast; &ast;<br &sol;>&NewLine;&num;動的フィルターの設定一覧<&sol;li>&NewLine;<li>ip filter dynamic 100 &ast; &ast; ftp<&sol;li>&NewLine;<li>ip filter dynamic 101 &ast; &ast; www<&sol;li>&NewLine;<li>ip filter dynamic 102 &ast; &ast; domain<&sol;li>&NewLine;<li>ip filter dynamic 103 &ast; &ast; smtp<&sol;li>&NewLine;<li>ip filter dynamic 104 &ast; &ast; pop3<&sol;li>&NewLine;<li>ip filter dynamic 105 &ast; &ast; netmeeting<&sol;li>&NewLine;<li>ip filter dynamic 106 &ast; &ast; tcp<&sol;li>&NewLine;<li>ip filter dynamic 107 &ast; &ast; udp<&sol;li>&NewLine;<&sol;ul>&NewLine;<h5>natの設定<&sol;h5>&NewLine;<ul>&NewLine;<li>nat descriptor type 1 masquerade<&sol;li>&NewLine;<li>nat descriptor address inner 1 192&period;168&period;10&period;1-192&period;168&period;10&period;254<&sol;li>&NewLine;<li>nat descriptor address outer 1 ipcp<&sol;li>&NewLine;<li>nat descriptor masquerade static 1 1 192&period;168&period;10&period;1 tcp 1723<&sol;li>&NewLine;<li>nat descriptor masquerade static 1 2 192&period;168&period;10&period;1 gre<&sol;li>&NewLine;<li>nat descriptor masquerade static 1 3 192&period;168&period;10&period;1 udp 500<&sol;li>&NewLine;<li>nat descriptor masquerade static 1 4 192&period;168&period;10&period;1 esp<&sol;li>&NewLine;<&sol;ul>&NewLine;<h5>拠点1(PPTP用)のpp2を定義<&sol;h5>&NewLine;<p>pp select 2<br &sol;>&NewLine;pp bind tunnel1&srarr;tunnel1とbindさせる<br &sol;>&NewLine;pp auth request mschap<br &sol;>&NewLine;pp auth username kyoten1 kyoten1<br &sol;>&NewLine;&srarr;PPTP接続用のIDとパスワードをともにkyoten1とする<br &sol;>&NewLine;ppp ccp type mppe-any<br &sol;>&NewLine;pptp service type server&srarr;pptpサーバーに設定する<br &sol;>&NewLine;pptp tunnel disconnect time off<br &sol;>&NewLine;pptp keepalive use on<br &sol;>&NewLine;pp enable 2<&sol;p>&NewLine;<h5>tunnnel1(PPTP用)を定義<&sol;h5>&NewLine;<p>tunnel select 1<br &sol;>&NewLine;tunnel encapsulation pptp&srarr;PPTPを使用<br &sol;>&NewLine;tunnel endpoint address (拠点1のグローバルアドレス)<br &sol;>&NewLine;tunnel enable 1&srarr;pp1を有効にする<br &sol;>&NewLine;ip route 192&period;168&period;11&period;0&sol;24 gateway tunnel 1<&sol;p>&NewLine;<h5>tunnel2(IPsec用)を定義<&sol;h5>&NewLine;<p>tunnel select 2<br &sol;>&NewLine;ipsec tunnel 2<br &sol;>&NewLine;ipsec sa policy 1 1 esp 3des-cbc sha-hmac<br &sol;>&NewLine;&srarr;暗号化espを指定 3DESを指定<br &sol;>&NewLine;ipsec ike local address 1 192&period;168&period;10&period;1<br &sol;>&NewLine;&srarr;local側のプライベートアドレスを指定<br &sol;>&NewLine;ipsec ike pre-shared-key 1 text (事前共有鍵パスワード)<br &sol;>&NewLine;&srarr;事前共有鍵パスワードを指定する<br &sol;>&NewLine;ipsec ike remote address 1 (拠点2対向ルーターのグローバルアドレス)<br &sol;>&NewLine;&srarr;対向側のグローバルアドレス<br &sol;>&NewLine;tunnel enable 2<br &sol;>&NewLine;&srarr;tunnel2を有効にする<br &sol;>&NewLine;ip route 192&period;168&period;12&period;0&sol;24 gateway tunnel 2<br &sol;>&NewLine;ipsec auto refresh on<&sol;p>&NewLine;<h5>DNSの設定<&sol;h5>&NewLine;<p>dns server &lpar;ISP0より指定されたDNSサーバのアドレス&rpar;<br &sol;>&NewLine;dns private address spoof on<&sol;p>&NewLine;<h5>DHCPの設定<&sol;h5>&NewLine;<p>dhcp service server<br &sol;>&NewLine;dhcp server rfc2131 compliant except remain-silent<br &sol;>&NewLine;dhcp scope 1 192&period;168&period;10&period;2-192&period;168&period;10&period;100&sol;24<br &sol;>&NewLine;&srarr;192&period;168&period;10&period;2~192&period;168&period;10&period;100までをDHCPで自動設定<&sol;p>&NewLine;<h4>拠点1(YAMAHA RT57i使用)<&sol;h4>&NewLine;<p>ip lan1 address 192&period;168&period;11&period;1&sol;24<&sol;p>&NewLine;<h5>pp1の設定<&sol;h5>&NewLine;<p>pp select 1<br &sol;>&NewLine;pp always-on on<br &sol;>&NewLine;pppoe use lan2<br &sol;>&NewLine;pppoe auto connect off<br &sol;>&NewLine;pppoe auto disconnect off<br &sol;>&NewLine;pp auth accept pap chap mschap mschap-v2<br &sol;>&NewLine;pp auth myname &lpar;ISP1へ接続するID&rpar; &lpar;ISP1へ接続するパスワード&rpar;<br &sol;>&NewLine;ppp lcp mru on 1454<br &sol;>&NewLine;ppp ipcp ipaddress on<br &sol;>&NewLine;ppp ipcp msext on<br &sol;>&NewLine;ppp ccp type none<br &sol;>&NewLine;ip pp secure filter in 1020 1030 1040 1041 2000<br &sol;>&NewLine;ip pp secure filter out 1010 1011 1012 1013 1014 1015 3000 dynamic 100 101 102<br &sol;>&NewLine;103 104 105 106 107<br &sol;>&NewLine;ip pp nat descriptor 1<br &sol;>&NewLine;pp enable 1<br &sol;>&NewLine;ip route default gateway pp 1<&sol;p>&NewLine;<h5>pp2の設定<&sol;h5>&NewLine;<p>pp select 2<br &sol;>&NewLine;pp bind tunnel1<br &sol;>&NewLine;pp always-on on<br &sol;>&NewLine;pp auth accept mschap-v2<br &sol;>&NewLine;pp auth myname kyoten1 kyoten1<br &sol;>&NewLine;ppp ipcp ipaddress on<br &sol;>&NewLine;ppp ccp type mppe-any<br &sol;>&NewLine;ppp ipv6cp use off<br &sol;>&NewLine;pptp service type client<br &sol;>&NewLine;pp enable 1<&sol;p>&NewLine;<h5>tunnnelの設定<&sol;h5>&NewLine;<p>tunnel select 1&srarr;tunnnel1(PPTP用)を定義<br &sol;>&NewLine;tunnel encapsulation pptp&srarr;PPTPを使用<br &sol;>&NewLine;tunnel endpoint address (センター拠点のグローバルアドレス)<br &sol;>&NewLine;pptp tunnel disconnect time off<br &sol;>&NewLine;tunnel enable 1&srarr;pp1を有効にする<br &sol;>&NewLine;ip route 192&period;168&period;10&period;0&sol;24 gateway tunnel 1<br &sol;>&NewLine;ip route 192&period;168&period;12&period;0&sol;24 gateway tunnel 1<&sol;p>&NewLine;<h5>IPフィルターの設定<&sol;h5>&NewLine;<p>ip filter source-route on<br &sol;>&NewLine;ip filter directed-broadcast on<br &sol;>&NewLine;&num;WindowsのRPCと、NBT関連の通信を遮断するフィルター<br &sol;>&NewLine;ip filter 1010 reject &ast; &ast; udp&comma;tcp 135 &ast;<br &sol;>&NewLine;ip filter 1011 reject &ast; &ast; udp&comma;tcp &ast; 135<br &sol;>&NewLine;ip filter 1012 reject &ast; &ast; udp&comma;tcp netbios&lowbar;ns-netbios&lowbar;ssn &ast;<br &sol;>&NewLine;ip filter 1013 reject &ast; &ast; udp&comma;tcp &ast; netbios&lowbar;ns-netbios&lowbar;ssn<br &sol;>&NewLine;ip filter 1014 reject &ast; &ast; udp&comma;tcp 445 &ast;<br &sol;>&NewLine;ip filter 1015 reject &ast; &ast; udp&comma;tcp &ast; 445<br &sol;>&NewLine;&num;LAN側のIPアドレスを送信元、あるいは宛先として詐称している通信を遮断するフィルター<br &sol;>&NewLine;ip filter 1020 reject 192&period;168&period;11&period;0&sol;24 &ast;<br &sol;>&NewLine;ip filter 1030 pass &ast; 192&period;168&period;11&period;0&sol;24 icmp<br &sol;>&NewLine;&num;PPTPを通すために必要なフィルター<br &sol;>&NewLine;ip filter 1040 pass &ast; 192&period;168&period;11&period;1 tcp &ast; 1723<br &sol;>&NewLine;ip filter 1041 pass &ast; 192&period;168&period;11&period;1 gre<br &sol;>&NewLine;&num;すべての通信を明示的に遮断<br &sol;>&NewLine;ip filter 2000 reject &ast; &ast;<br &sol;>&NewLine;&num;フィルターで遮断しない通信を、すべて明示的に通過させる<br &sol;>&NewLine;ip filter 3000 pass &ast; &ast;<br &sol;>&NewLine;&num;動的フィルターの設定一覧<br &sol;>&NewLine;ip filter dynamic 100 &ast; &ast; ftp<br &sol;>&NewLine;ip filter dynamic 101 &ast; &ast; www<br &sol;>&NewLine;ip filter dynamic 102 &ast; &ast; domain<br &sol;>&NewLine;ip filter dynamic 103 &ast; &ast; smtp<br &sol;>&NewLine;ip filter dynamic 104 &ast; &ast; pop3<br &sol;>&NewLine;ip filter dynamic 105 &ast; &ast; netmeeting<br &sol;>&NewLine;ip filter dynamic 106 &ast; &ast; tcp<br &sol;>&NewLine;ip filter dynamic 107 &ast; &ast; udp<&sol;p>&NewLine;<h5>natの設定<&sol;h5>&NewLine;<p>nat descriptor type 1 masquerade<br &sol;>&NewLine;nat descriptor address inner 1 192&period;168&period;11&period;1-192&period;168&period;11&period;254<br &sol;>&NewLine;nat descriptor address outer 1 ipcp<br &sol;>&NewLine;nat descriptor masquerade static 1 1 192&period;168&period;11&period;1 tcp 1723<br &sol;>&NewLine;nat descriptor masquerade static 1 2 192&period;168&period;11&period;1 gre<&sol;p>&NewLine;<h5>DNSの設定<&sol;h5>&NewLine;<p>dns server &lpar;ISP1より指定されたDNSサーバのアドレス&rpar;<br &sol;>&NewLine;dns private address spoof on<&sol;p>&NewLine;<h5>DHCPの設定<&sol;h5>&NewLine;<p>dhcp service server<br &sol;>&NewLine;dhcp server rfc2131 compliant except remain-silent<br &sol;>&NewLine;dhcp scope 1 192&period;168&period;11&period;2-192&period;168&period;11&period;100&sol;24<br &sol;>&NewLine;&srarr;192&period;168&period;11&period;2~192&period;168&period;11&period;100までをDHCPで自動設定<&sol;p>&NewLine;<h4>拠点2(YAMAHA RTV700使用)<&sol;h4>&NewLine;<p>ip lan1 address 192&period;168&period;12&period;1&sol;24<&sol;p>&NewLine;<h5>pp1の設定<&sol;h5>&NewLine;<p>pp select 1<br &sol;>&NewLine;pp always-on on<br &sol;>&NewLine;pppoe use lan2<br &sol;>&NewLine;pp auth accept pap chap<br &sol;>&NewLine;pp auth myname &lpar;ISP2へ接続するID&rpar; &lpar;ISP2へ接続するパスワード&rpar;<br &sol;>&NewLine;ppp lcp mru on 1454<br &sol;>&NewLine;ppp ipcp ipaddress on<br &sol;>&NewLine;ip pp secure filter in 1020 1030 1040 1052 1053 2000<br &sol;>&NewLine;ip pp secure filter out 1010 1011 1012 1013 1014 1015 1050 1051 3000 dynamic 100 101 102<br &sol;>&NewLine;103 104 105 106 107<br &sol;>&NewLine;ip pp nat descriptor 1<br &sol;>&NewLine;pp enable 1<br &sol;>&NewLine;ip route default gateway pp 1<&sol;p>&NewLine;<h5>tunnelの設定<&sol;h5>&NewLine;<p>tunnel select 1<br &sol;>&NewLine;ipsec tunnel 1<br &sol;>&NewLine;ipsec sa policy 1 1 esp 3des-cbc sha-hmac<br &sol;>&NewLine;ipsec ike keepalive use 1 on<br &sol;>&NewLine;ipsec ike local 1 192&period;168&period;12&period;1<br &sol;>&NewLine;ipsec ike pre-shared-key 1 text (事前共有鍵パスワード)<br &sol;>&NewLine;ipsec ike remote address 1 (センター拠点グローバルアドレス)<br &sol;>&NewLine;tunnel enable 1<br &sol;>&NewLine;ip route 192&period;168&period;10&period;0&sol;24 gateway tunnel 1<br &sol;>&NewLine;ip route 192&period;168&period;11&period;0&sol;24 gateway tunnel 1<br &sol;>&NewLine;ipsec auto refresh on<&sol;p>&NewLine;<h5>IPフィルターの設定<&sol;h5>&NewLine;<p>ip filter source-route on<br &sol;>&NewLine;ip filter directed-broadcast on<br &sol;>&NewLine;&num;WindowsのRPCと、NBT関連の通信を遮断するフィルター<br &sol;>&NewLine;ip filter 1010 reject &ast; &ast; udp&comma;tcp 135 &ast;<br &sol;>&NewLine;ip filter 1011 reject &ast; &ast; udp&comma;tcp &ast; 135<br &sol;>&NewLine;ip filter 1012 reject &ast; &ast; udp&comma;tcp netbios&lowbar;ns-netbios&lowbar;ssn &ast;<br &sol;>&NewLine;ip filter 1013 reject &ast; &ast; udp&comma;tcp &ast; netbios&lowbar;ns-netbios&lowbar;ssn<br &sol;>&NewLine;ip filter 1014 reject &ast; &ast; udp&comma;tcp 445 &ast;<br &sol;>&NewLine;ip filter 1015 reject &ast; &ast; udp&comma;tcp &ast; 445<br &sol;>&NewLine;&num;LAN側のIPアドレスを送信元、あるいは宛先として詐称している通信を遮断するフィルター<br &sol;>&NewLine;ip filter 1020 reject 192&period;168&period;12&period;0&sol;24 &ast;<br &sol;>&NewLine;ip filter 1030 pass &ast; 192&period;168&period;12&period;0&sol;24 icmp<br &sol;>&NewLine;ip filter 1050 pass (拠点2のグローバルアドレス) (センター拠点のグローバルアドレス) udp &ast; 500<br &sol;>&NewLine;ip filter 1051 pass (拠点2のグローバルアドレス) (センター拠点のグローバルアドレス)esp &ast; &ast;<br &sol;>&NewLine;ip filter 1052 pass (センター拠点のグローバルアドレス) 192&period;168&period;12&period;1 udp &ast; 500<br &sol;>&NewLine;ip filter 1053 pass (センター拠点のグローバルアドレス) 192&period;168&period;12&period;1 esp &ast; &ast;<br &sol;>&NewLine;&num;すべての通信を明示的に遮断<br &sol;>&NewLine;ip filter 2000 reject &ast; &ast;<br &sol;>&NewLine;&num;フィルターで遮断しない通信を、すべて明示的に通過させる<br &sol;>&NewLine;ip filter 3000 pass &ast; &ast;<br &sol;>&NewLine;&num;動的フィルターの設定一覧<br &sol;>&NewLine;ip filter dynamic 100 &ast; &ast; ftp<br &sol;>&NewLine;ip filter dynamic 101 &ast; &ast; www<br &sol;>&NewLine;ip filter dynamic 102 &ast; &ast; domain<br &sol;>&NewLine;ip filter dynamic 103 &ast; &ast; smtp<br &sol;>&NewLine;ip filter dynamic 104 &ast; &ast; pop3<br &sol;>&NewLine;ip filter dynamic 105 &ast; &ast; netmeeting<br &sol;>&NewLine;ip filter dynamic 106 &ast; &ast; tcp<br &sol;>&NewLine;ip filter dynamic 107 &ast; &ast; udp<&sol;p>&NewLine;<h5>natの設定<&sol;h5>&NewLine;<p>nat descriptor type 1 masquerade<br &sol;>&NewLine;nat descriptor address inner 1 192&period;168&period;12&period;1-192&period;168&period;12&period;254<br &sol;>&NewLine;nat descriptor address outer 1 ipcp<br &sol;>&NewLine;nat descriptor masquerade static 1 1 192&period;168&period;12&period;1 udp 500<br &sol;>&NewLine;nat descriptor masquerade static 1 2 192&period;168&period;12&period;1 esp<&sol;p>&NewLine;<h5>DNSの設定<&sol;h5>&NewLine;<p>dns server &lpar;ISP2より指定されたDNSサーバのアドレス&rpar;<br &sol;>&NewLine;dns private address spoof on<&sol;p>&NewLine;<h5>DHCPの設定<&sol;h5>&NewLine;<p>dhcp service server<br &sol;>&NewLine;dhcp server rfc2131 compliant except remain-silent<br &sol;>&NewLine;dhcp scope 1 192&period;168&period;12&period;2-192&period;168&period;12&period;100&sol;24<br &sol;>&NewLine;&srarr;192&period;168&period;12&period;2~192&period;168&period;12&period;100までをDHCPで自動設定<&sol;p>&NewLine;

管理人: