This family of TERMINAL servers needs a special configuration.
I believe that ppp is not the right front end.
I would start by using minicom or kermit or whatever is handy to
initiate a telnet session, not a tcp session.
If this works then it is time to carefully read the instructions of the
authority which has given access to the server,
Jacques
Marvin Stodolsky wrote:
Rima
Phone = 195
if correct seems like a very short number for IP access,
unless it is to a PPP server in you Company or Campus
** Ascend TNT Terminal Server **
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
seems to be reporting that it is not equipped to provide PPP service
Usually a password prompt would be expected to initiate a login & Password
BEFORE initiation of any PPP
Better get info on the real number of the PPP server
MarvS
On 10/2/07, Antonio Olivares <olivares14031@xxxxxxxxx> wrote:
Rima,
One way of troubleshooting your connection is to open up another terminal and
take a look at /var/log/messages and look for an error message from there.
Another possibility is that the file /etc/resolv.conf does not have the
For instance, I use Awesomenet INC
http://www.awesomenet.net/support_serversettings.html
as my ISP and it has the the following
DNS for all area codes
Primary: 168.215.176.2
Secondary: 12.176.80.9
It sufficed to add two lines to /etc/resolv.conf
nameserver 168.215.176.2
nameserver 12.176.80.9
Check the DNS(Domain Name Servers) for your ISP and add that to the
/etc/resolv.conf file. Otherwise, If the issue is not resolved,
please feel free to take a look at Jacques post-install page:
http://linmodems.technion.ac.il/post-install.html
Hope this cures your problem.
Regards,
Antonio
On 10/2/07, Rima Massabni <rimamassabni@xxxxxxxxx> wrote:
hi,
I have successfully installed and configured a driver for my Conexant modem,
but some error occurred while using the "wvdial" command...
here's what I get:
XXX@XXX-laptop:~$ sudo wvdial
--> WvDial: Internet dialer version 1.56
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT195
--> Waiting for carrier.
ATDT195
CONNECT 460800
--> Carrier detected. Waiting for prompt.
** Ascend TNT Terminal Server **
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
--> Don't know what to do! Starting pppd and hoping for the best.
--> Starting pppd at Tue Oct 2 12:59:50 2007
--> Pid of pppd: 5809
--> Using interface ppp0
--> pppd: �[06][06][08]P[11][06][08]
--> pppd: �[06][06][08]P[11][06][08]
--> pppd: �[06][06][08]P[11][06][08]
--> pppd: �[06][06][08]P[11][06][08]
--> pppd: �[06][06][08]P[11][06][08]
--> pppd: �[06][06][08]P[11][06][08]
--> pppd: �[06][06][08]P[11][06][08]
--> Disconnecting at Tue Oct 2 13:00:21 2007
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd
man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
and here is the /etc/wvdial.conf:
Code: [Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
New PPPD = yes
Phone = 195
Modem = /dev/modem
Username = XXX
Carrier Check = no
Password = XXX
Baud = 460800
I have no clue what's wrong...so, any help will be appreciated!