!
! Century Systems NXR-G100 Series ver 6.11.0 (build 22/15:54 29 02 2016)
!
hostname nxrg100
telnet-server enable
ssh-server enable
ssh-server public-key username admin 1
http-server enable
!
!
system power-management mode balance
!
!
!
ipv6 forwarding
no fast-forwarding enable
!
!
!
ppp account username [ユーザID] password [パスワード]
!
!
interface loopback 0
 ip address 10.10.0.1/32
!
interface ppp 0
 ip address negotiated
 ip tcp adjust-mss auto
 ip access-group in ppp0_in
 ip masquerade
 ip spi-filter
 ppp username [ユーザID]
 dial-up string *99***[CID]#
 dial-up timeout 30
 mobile apn [APN] cid [CID] pdp-type [PDPタイプ]
!
interface ethernet 0
 ip address 192.168.10.1/24
!
interface ethernet 1
 no ip address
!
dns
 service enable
!
syslog
 local enable
!
warplink
 service enable
 account username warplinksample password warplinksamplepass
!
!
terminal-server 0
 transport telnet
 port 10000
 listen address 10.10.0.1
 baud-rate 115200
!
mobile 1 ppp 0
mobile error-recovery-reset
mobile termination-recovery reset
!
!
!
!
!
!
!
!
ip route 0.0.0.0/0 ppp 0
!
ip access-list ppp0_in permit 10.10.20.1 any tcp any 22
!
!
end