YAMAHA RT(RTX)シリーズでPPPoE接続する

光プレミアムでは、MTU 1438、''MSS 1386'(IPヘッダ20,TCPヘッダ20,TCPヘッダオプション部分12)となる。

概要

ctu.fletsnet.com(210.247.16.1), security.fletsnet.com (210.247.16.2) といった物にも、192.168.0.0/24 のセグメントから接続し、且つ、YAMAHA RT/RTXシリーズでPPPoEも同時に接続させたいといった場合の接続サンプルとなる。

ネットワーク構成図

  +---------+
  |   ONU   | 
  +---------+
       |
  +---------+
  |   CTU   | 
  +---------+
       |.1
       |
+----+----------------------+(192.168.24.0/24)
       | 
  LAN3 | .10 (NAT) / PPPoE
 +---------+
 | RTX1100 | 
 +---------+
  LAN1 | .1
       |
+---------------------------+(192.168.0.0/24)
       |
 PC1  PC2  PC3 ... 

config

console prompt GW-RTX:
ip route default gateway pp 1
ip route 210.247.0.0/17 gateway 192.168.24.1
ip lan1 address 192.168.0.1/24
ip lan3 address 192.168.24.10/24
ip lan2 proxyarp off
ip lan3 proxyarp off
pp select 1
 pp always-on on
 pppoe use lan3
 pppoe auto connect on
 pppoe auto disconnect off
 pppoe disconnect time off
 pp auth accept pap chap
 pp auth myname my-isp my-pass
 pppoe tcp mss limit 1386
 ppp lcp mru on 1438
 ip pp mtu 1438
 ppp ipcp ipaddress on
 ppp ccp type none
 ip pp intrusion detection in on
 ip pp intrusion detection out on
 ip pp nat descriptor 1
 pp enable 1
nat descriptor type 1 masquerade
nat descriptor timer 1 300
nat descriptor timer 1 protocol=tcp port=www 30
nat descriptor timer 1 protocol=udp port=domain 30
nat descriptor timer 1 protocol=tcp port=domain 30
nat descriptor timer 1 protocol=tcp port=22 1800
nat descriptor timer 1 protocol=tcp port=ftpdata 1800
nat descriptor timer 1 protocol=tcp port=ftp 1800
nat descriptor address inner 1 192.168.0.1-192.168.0.254
nat descriptor masquerade rlogin 1 on
syslog host 192.168.0.X
syslog notice on
tftp host none
telnetd host 192.168.0.X
httpd service off
upnp use off
dns service recursive
dns server pp 1
dns server select 1 192.168.24.1 a fletsnet.com

あとは、DHCPサーバの設定等、行ってください。
実機が無い状況で書いていますので、後日実際に動作検証をします(-_-;;;

IPv6 to IPv6 IPsec

参考資料

TOPページへ戻る   新しいページの作成新しい下位ページの作成そのページを引用して新規作成ページ名の変更ページへのリンク元を表示   サイトのページ一覧サイト内単語検索編集したページの履歴削除したページの履歴   別ウィンドウでマニュアルページへ