Linux Dial-up Config |
|
You need to establish a PPP connection using PAP or CHAP authentication.
On Linux you can use the pppd to establish a PPP connection.
Example:pppd connect 'chat -v "" ATDT4589062 CONNECT
"" ' /dev/modem 38400 debug crtscts defaultroute modem +ua ~/.ppp_loginThe file ~/.ppp_login must contain your username and password, separated with a newline. |
|
|
|
|