User`s guide
Miscellaneous Procedures 551
Configuring Dial-Out
2. Remove the pound signs from the sample dial-out instance.
3. Change the instance name, inPort.name, and outPort.name if
desired.
4. Make sure the device name defined for
inPort.device
is correct for the
port where the modem is installed.
The device name for PCMCIA modem cards should be /dev/ttyM1 for
slot 1or /dev/ttyM2 for slot 2.
5. Make sure that the wireless filename defined for
outPort.pppcall
is
correct.
The default file in /etc/ppp/peers is wireless. If you create another
peers file with another name, enter it instead.
6. Define
outPort.remote_ip
with IP address of the device to which the TCP
socket connection is to be made.
7. Define
outPort.remote_port
with the port number to which the TCP
socket connection is to be made.
8. Save and quit the file.
9. Go to "Configuring the /etc/ppp/peers File.”
begin
dial-out
testApp
inPort.name InPort
inPort.device /dev/ttyS1
outPort.name OutPort
outPort.pppcall wireless
outPort.remote_ip 192.168.160.10
outPort.remote_port 7002
outPort.connection on_demand
end dial-out