Skip to content

Instantly share code, notes, and snippets.

@lv7777
Created October 4, 2016 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lv7777/a25a48fda65038f5c2256b540ef90893 to your computer and use it in GitHub Desktop.
Save lv7777/a25a48fda65038f5c2256b540ef90893 to your computer and use it in GitHub Desktop.
roterboardとRTX1100の接続のconfig。(yamaha側)
#8 3 91 6
ip route default gateway pp 1
ip route 8.8.8.0/24 gateway pp 1
ip route 192.168.88.0/24 gateway 192.168.77.2
ip lan1 address 192.168.55.1/24
ip lan3 address 192.168.77.1/24
pp disable all
pp select 1
pp always-on on
pppoe use lan2
pp auth accept pap chap
pp auth myname XXXXXXXXXXXX PASSWORD
ppp ipcp ipaddress on
ppp ipcp msext on
ppp ccp type none
ip pp mtu 1454
ip pp nat descriptor 1
pp enable 1
no tunnel enable all
nat descriptor type 1 masquerade
nat descriptor address outer 1 ipcp
nat descriptor address inner 1 auto
nat descriptor masquerade incoming 1 reject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment