_______________________________________________________________________________________________________
_____________________________________________________________________________________________________
© Virtual Access 2016
GW6600 Series and GW6600V Series User Manual
Issue: 1.5
Page 313 of 384
30.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 151: The GW6630 Series router showing the V.90 physical port connection
30.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