RTX1200のリモートアクセス設定について
質問させていただきます。
RTX1200のルーターを会社に設置し、外出先からのリモートアクセス設定を試みておりますがうまくいきません。
状況としては、外出先indowsノートPCから会社にVPN接続自体はできます。
しかしながら接続した状態でWindowsノートPCは会社の固定IPアドレスとしてインターネットにアクセスができない感じです。
また、社内のPCも見れません。
現状の設定は下記のとおりです。
=====
#LANの設定
ip route default gateway pp 1
ip filter source-route on
ip filter directed-broadcast on
ip lan1 address 192.168.100.1/24
ip lan1 proxyarp on
#プロバイダとの接続設定
pp select 1
pp always-on on
pppoe use lan2
pp auth accept pap chap
pp auth myname (プロバイダに接続するID) (プロバイダに接続するパスワード)
ppp lcp mru on 1454
ppp ccp type none
ip pp address (固定IPアドレス)/32
ip pp mtu 1454
ip pp intrusion detection in on
ip pp intrusion detection in ip on reject=off
ip pp intrusion detection in ip-option on reject=off
ip pp intrusion detection in fragment on reject=off
ip pp intrusion detection in icmp on reject=off
ip pp intrusion detection in udp on reject=off
ip pp intrusion detection in tcp on reject=off
ip pp intrusion detection in default off
ip pp intrusion detection out ftp on reject=on
ip pp intrusion detection out winny on reject=on
ip pp intrusion detection out share on reject=on
ip pp intrusion detection out default off
ip pp nat descriptor 1
pp enable 1
#フィルター
ip filter 1010 reject * * udp,tcp 135 *
ip filter 1011 reject * * udp,tcp * 135
ip filter 1012 reject * * udp,tcp netbios_ns-netbios_ssn *
ip filter 1013 reject * * udp,tcp * netbios_ns-netbios_ssn
ip filter 1014 reject * * udp,tcp 445 *
ip filter 1015 reject * * udp,tcp * 445
ip filter 1020 reject 192.168.0.0/24 *
ip filter 1030 pass * 192.168.0.0/24 icmp
ip filter 2000 reject * *
ip filter 2001 reject * * udp,tcp 6346 6346
ip filter 3000 pass * *
ip filter dynamic 100 * * ftp
ip filter dynamic 101 * * www
ip filter dynamic 102 * * domain
ip filter dynamic 103 * * smtp
ip filter dynamic 104 * * pop3
ip filter dynamic 105 * * netmeeting
ip filter dynamic 106 * * tcp
ip filter dynamic 107 * * udp
url filter use on
url filter port 80 3128
url filter reject redirect (某URL)
url filter log on
url filter 1 reject nicovideo *
url filter 1000 pass * *
telnetd host any
dhcp service server
dhcp server rfc2131 compliant except remain-silent
dhcp scope 1 192.168.100.2-192.168.100.100/24
dns server (DNSサーバーIP)
dns private address spoof on
httpd timeout 180
httpd host 192.168.100.3
statistics traffic on
#PPTP接続を受け入れるための設定
pp select anonymous
pp bind tunnel1 tunnel2 tunnel3
pp auth request mschap
pp auth username test1 test1
pp auth username test2 test2
pp auth username test3 test3
ppp ipcp ipaddress on
ppp ipcp msext on
ppp ccp type mppe-any
ip pp remote address pool *-*
ip pp mtu 1280
pptp service type server
pp enable anonymous
pptp service on
#使用するトンネルの設定
tunnel select 1
tunnel encapsulation pptp
tunnel enable 1
tunnel select 2
tunnel encapsulation pptp
tunnel enable 2
tunnel select 3
tunnel encapsulation pptp
tunnel enable 3
#NATの設定
nat descriptor type 1 masquerade
nat descriptor masquerade static 1 1 * tcp 1723
nat descriptor masquerade static 1 2 * gre
=====
この設定で、なぜ会社にVPN接続した状態でインターネットにつながらないのか、社内のPCが見れないのか、お分かりの方はご教授願います。
お礼
ご回答ありがとうございます。 僕も一応この業界なのですが…情けない話ですよね(^^;; なるほど、やはり機能的に若干の違いがあるようですね。 運用レベルによって、どちらを選択するかの検討が必要みたいですね。 勉強になりました。 ありがとうございました。