_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW6600 Series User manual
Issue: 1.7
Page 181 of 519
mgetty.ttyCX0.device=/dev/ttyCX0
mgetty.ttyCX0.ppp_iface=dialin
mgetty.ttyCX0.init_chat="" \d+++\dAT&F+VCID=1 OK
mgetty.ttyCX0.answer_chat="" ATA CONNECT 19200
mgetty.ttyCX0.data_only=1
mgetty.ttyCX0.rings=2
mgetty.ttyCX0.speed=19200
mgetty.ttyCX0.debug=9
17.4.2
Dial in interface settings
The configuration files are stored on Network files /etc/config/network
uci export network
config interface 'dialin'
option proto 'ppp'
option auto '0'
option peerdns '1'
option remote_ipaddr '172.168.101.2'
option local_ipaddr '172.168.101.1'
option noipdefault '1'
option defaultroute '0'
option remote_auth_options 'require_eap'
To view the configuration files, enter:
uci show network
network.dialin=interface
network.dialin.proto=ppp
network.dialin.auto=0
network.dialin.peerdns=1
network.dialin.remote_ipaddr=172.168.101.2
network.dialin.local_ipaddr=172.168.101.1
network.dialin.noipdefault=1
network.dialin.defaultroute=0
network.dialin.remote_auth_options=require_eap