_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW6600 Series User manual
Issue: 1.7
Page 180 of 519
network.dialout5.defaultroute=0
network.dialout5.pppd_options=19200 lcp-echo-interval 10
network.dialout5.username=test
network.dialout5.password=test1
network.dialout5.number=1234
17.4
Configuring the modem as a dial in interface via UCI
To allow out of band management access to the router using the PSTN modem, you
must configure three settings.
•
Mgetty: assigns the inbound call to the modem.
•
Dial in interface: assigns and establishes a PPP connection.
•
Management user: for control of a secure connection.
17.4.1
Mgetty settings
The configuration files are stored on:
Mgetty files /etc/config/mgetty
uci export mgetty
config mgetty 'main'
option enabled 'yes'
config device 'ttyCX0'
option device '/dev/ttyCX0'
option ppp_iface 'dialin'
option login_user 'test'
option init_chat '"" \d+++\dAT&F+VCID=1 OK'
option answer_chat '"" ATA CONNECT 19200'
option data_only '1'
option rings '2'
option speed '19200'
option debug '9'
To view the configuration files, enter:
uci show mgetty
mgetty.main=mgetty
mgetty.main.enabled=yes
mgetty.ttyCX0=device