! ! Century Systems NXR-G100 Series ver 6.18.1 (build 2/09:34 04 06 2018) ! DIP-SW : 1:off 2:off 3:off 4:off ! USB transfer-mode : dma ! hostname nxrg100 telnet-server enable http-server enable ! ! system power-management mode balance ! ! ! ipv6 forwarding fast-forwarding enable ! ! ! ppp account username test1@example.jp password test1pass ! ! interface ppp 0 ip address 192.0.2.1/32 ip tcp adjust-mss auto ip access-group forward-in ppp0_forward-in ip masquerade ip dnat-group ppp0_dnat ip spi-filter ppp username test1@example.jp ! 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 ! ip access-list ppp0_forward-in permit any 192.168.10.10 tcp any 80 ip access-list ppp0_forward-in permit any 192.168.10.20 tcp any 80 ! ! ip dnat ppp0_dnat tcp any any 192.0.2.1 80 192.168.10.10 ip dnat ppp0_dnat tcp any any 192.0.2.1 8080 192.168.10.20 80 ! ! end