Thursday, October 29, 2009

FG with Yamaha RTX

For 端末型払い出し just routing the traffic cannot connect two networks, so tunnel must be made to connect two networks via router.
There are 3 types of tunnel supported by Yamaha RTX:
-IPIP
-PPTP
-IPSec

There is no way to properly set Yamaha RTX via web for unnumbered PPPoE when multisession is set via the web. The easiest way is to first set PPPoE multisession, and then add the following settings via command line (assuming the unnumbered PPPoE is at pp1):

pp select 1
no ppp ipcp ipaddress on
nat descriptor address outer 1000 [router's IP address]
nat descriptor address inner 1000 [first private LAN IP address]-[last private LAN IP address] [router's IP address]


Or, when using wan side IP other than router's IP:

pp select 1
no ppp ipcp ipaddress on
nat descriptor address outer 1000 [router's IP address]
nat descriptor address inner 1000 [first private LAN IP address]-[last private LAN IP address]


Reference:
IPIP sample
http://wasurenaitameni.seesaa.net/article/2288214.html
Unnumbered
http://ameblo.jp/kiri-hitoha/entry-10289261719.html

No comments:

Post a Comment