_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW6600 Series User manual
Issue: 1.7
Page 179 of 519
17.2
Setting up the V.90 physical port connection
To set up the physical modem interface, connect one end of your modem cable to your
phone line wall socket and the other end to the RJ-45 dial modem port.
Figure 102: The GW6600V-F Series router showing the V.90 physical port connection
17.3
Configuring the modem as a dial out interface via UCI interface
To allow the router to use the PSTN modem to make outbound calls, you must configure
a dial out interface.
The dial out configuration files are stored on Network files /etc/econf/network
uci export network
config interface 'dialout5'
option proto 'ppp'
option auto '0'
option device '/dev/ttyCX0'
option noipdefault '1'
option peerdns '0'
option nopersist '1'
option defaultroute '0'
option pppd_options '19200 lcp-echo-interval 10'
option username 'test'
option password 'test1'
option number '1234'
To view UCI commands, use the following commands:
uci show network
network.dialout5=interface
network.dialout5.proto=ppp
network.dialout5.auto=0
network.dialout5.device=/dev/ttyCX0
network.dialout5.noipdefault=1
network.dialout5.peerdns=0
network.dialout5.nopersist=1