User`s manual

UC-7110 Series User’s Manual Configuring UC-7110
4-4
Configuring Dial-in/Dial-out Service
Dial-out Service
Direct cable connection:
! Without username and password, use:
/>pppd connect ‘chat –v’ /dev/ttyM0 38400 crtscts&
! With username and password, use:
/>pppd connect ‘chat –v’ user xxxxx password xxxxx /dev/ttyM0 38400
crtscts&
Connect Using a Modem:
! Use:
/>pppd connect ‘chat –v ATDT<phone_number> CONNECT’ user xxxxx
password xxxxx /dev/ttyM0 38400 crtscts&
ATTENTION
If dial out fails, the pppd connection will be blocked, and the user will need to shut down the
pppd, and re-dial. Since the return value is always OK (regardless of whether or not the
connection is blocked), the AP must be set up to check the network status to determine if the
connection is complete.
Dial-in Service
Direct cable connection:
! Use either of the following:
/>pppd <Local_IP_Address>:<Remote_IP_Address> /dev/ttyM1 38400
local crtscts
or
/>pppd <Local_IP_Address>:<Remote_IP_Address> /dev/ttyM0 38400
local crtscts login auth
Connect Using a Modem:
! Use:
/>pppd connect ‘chat –v AT CONNECT’
<local_IP_Address>:<Remote_IP_Address> /dev/ttyM0 38400 crtscts
login auth