! ! Century Systems NXR-G100 Series ver 6.12.0 (build 16/18:34 08 07 2016) ! hostname NXR_B telnet-server enable http-server enable ! ! system power-management mode balance ! ! ! ipv6 forwarding fast-forwarding enable ! ! ! ppp account username test2@example.jp password test2pass ! ! ipsec local policy 1 address ip ! ! ipsec isakmp policy 1 description NXR_A authentication pre-share ipseckey1 hash sha256 encryption aes128 group 5 isakmp-mode main remote address ip 10.10.10.1 local policy 1 ! ! ipsec tunnel policy 1 description NXR_A set transform esp-aes128 esp-sha256-hmac set pfs group5 set key-exchange isakmp 1 match address NXR_A ! ! interface tunnel 1 description NXR_A no ip address ip tcp adjust-mss auto tunnel source 192.168.20.1 tunnel destination 192.168.10.1 tunnel ttl 255 ! interface ppp 0 ip address 10.10.20.1/32 ip tcp adjust-mss auto ip access-group in ppp0_in ip masquerade ip spi-filter ppp username test2@example.jp ipsec policy 1 ! interface ethernet 0 ip address 192.168.20.1/24 ! interface ethernet 1 no ip address pppoe-client ppp 0 ! dns service enable ! syslog local enable ! ! ! ! ! ! ! ! ! ! ip route 192.168.10.0/24 tunnel 1 ip route 0.0.0.0/0 ppp 0 ! ip access-list ppp0_in permit 10.10.10.1 10.10.20.1 udp 500 500 ip access-list ppp0_in permit 10.10.10.1 10.10.20.1 50 ! ipsec access-list NXR_A ip 192.168.20.1/32 192.168.10.1/32 ! ! ! end