! ! Century Systems NXR-230 Series ver 5.26.11 (build 5/14:55 09 03 2016) ! hostname NXR_A telnet-server enable http-server enable ! ! ! ! ! ! ipv6 forwarding fast-forwarding enable ! ppp account username test@example.jp password testpass ppp account username test1@example.jp password test1pass ! ! interface tunnel 1 description NXR_B no ip address ip tcp adjust-mss auto mtu 1430 tunnel source 10.10.10.1 tunnel destination 10.10.20.1 tunnel ttl 255 ! interface tunnel 2 description NXR_C no ip address ip tcp adjust-mss auto mtu 1430 tunnel source 10.10.10.1 tunnel destination 10.10.30.1 tunnel ttl 255 ! interface ppp 0 ip address negotiated ip tcp adjust-mss auto ip masquerade ip spi-filter ppp username test@example.jp ! interface ppp 1 ip address 10.10.10.1/32 ip send-source ip tcp adjust-mss auto ppp username test1@example.jp ! interface ethernet 0 ip address 192.168.10.1/24 ip access-linkdown ! interface ethernet 1 no ip address pppoe-client ppp 0 pppoe-client ppp 1 ! interface ethernet 2 no ip address ! dns service enable ! syslog local enable ! ! ! system led ext 0 signal-level mobile 0 ! ! ! ! ! ! ip route 192.168.20.0/24 tunnel 1 ip route 192.168.20.0/24 null 254 ip route 192.168.30.0/24 tunnel 2 ip route 192.168.30.0/24 null 254 ip route 0.0.0.0/0 ppp 0 ! ! ! end