RT107e 内部の鯖を外に公開する方法 (静的IPマスカレード)

192.168.xxx.yyy のFTPサーバの設定

nat descriptor type 1100 masquerade
nat descriptor masquerade static 1100 1 192.168.xxx.xxx udp 500
nat descriptor masquerade static 1100 2 192.168.xxx.xxx esp

192.168.xxx.xxxはルータのLANアドレス
うちは、あれげな設定が既に有るので追加する形で...

nat descriptor masquerade static 1100 3 192.168.xxx.yyy tcp 21,1000-1100

追加
データポートも忘れずに

ip 入力フィルタ

ip filter 201082 pass * 192.168.xxx.yyy tcp * 21,1000-1100
ip pp secure filter in 201003 201020 201021 201022 201023 201024 201025 201030 201032 201080 201081 201082

も追加

FTPdの設定は pasv とpasv元アドレスを指定。