! ! Century Systems NXR-G100 Series ver 6.10.0 (build 57/17:57 28 01 2016) ! hostname NXR telnet-server enable http-server enable ! ! system power-management mode balance ! ! ! ipv6 forwarding fast-forwarding enable ! ! ! ppp account username test1@example.jp password test1pass ! ipsec pre-share identity fqdn ios01 password ipseckey1 ipsec pre-share identity fqdn ios02 password ipseckey2 ! ipsec local policy 1 address ip self-identity fqdn nxr ! ! ipsec isakmp policy 1 description smartphone version 2 authentication pre-share ipseckey hash sha1 encryption aes128 group 2 lifetime 86400 client configuration address-pool local smartphoneip remote address ip any local policy 1 ! ! ipsec tunnel policy 1 description smartphone negotiation-mode responder set transform esp-aes256 esp-sha256-hmac no set pfs set key-exchange isakmp 1 set sa lifetime 28800 match address RemoteAccess ! ! interface ppp 0 ip address 10.10.10.1/32 ip tcp adjust-mss auto ip access-group in ppp0_in ip masquerade ip spi-filter ppp username test1@example.jp ipsec policy 1 ! interface ethernet 0 ip address 192.168.10.1/24 ! interface ethernet 1 no ip address pppoe-client ppp 0 ! dns service enable ! syslog local enable ! ! ! ! ! ! ! ! ! ! ip route 0.0.0.0/0 ppp 0 ! ipsec local pool smartphoneip address 172.16.0.0/24 ! ip access-list ppp0_in permit any 10.10.10.1 udp any 500 ip access-list ppp0_in permit any 10.10.10.1 udp any 4500 ip access-list ppp0_in permit any 10.10.10.1 50 ! ipsec access-list RemoteAccess ip any host ! ! end