- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PPP Autentication failed
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 06:40 AM
09-24-2001 06:40 AM
PPP Autentication failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 12:29 AM
09-25-2001 12:29 AM
Re: PPP Autentication failed
I ran into similar problems with the connection to my provider when I want to connect to him with my WS715/100 box.
I edited the Auth-file with the following line:
tnt_e1 otelo\sonline
where otelo is my username and password is online.
hope this helps,
good luck
Werner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 12:51 PM
09-26-2001 12:51 PM
Re: PPP Autentication failed
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 04:16 AM
10-02-2001 04:16 AM
Re: PPP Autentication failed
thanks, but I haven't solved the problem yet and moreover, my provider is not able to give me any parameter about CHAP initial negotiation.
Thus, I have tried other tests.
I have another login/passwd (lent by a friend) on another provider. With this one there isn't any problem. The authentication phase has success, I set DNS, routing and netscape. Than I'm in internet.
The curious thing, if I connect to this provider with "cu -l cul0p0" and insert login and passwd when request, I'm connect since the outputs on terminal are a few rows like this:
^H}#@!}!e} }<}"}&} }*} } }%}&})}/}?K}$}(@%} } }#h}'}"}(}"f+
...................
...................
...................
Ok, after this, I'm forced to hungup.
Instead, with the other provider I have "Authentication failed" and login
request still appears. This is exact behaviour like pppd.
How can be this?
-Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 11:14 AM
10-02-2001 11:14 AM
Re: PPP Autentication failed
issues with connecting via PPP using CHAP (or PAP) from Unix/Linux boxes to MicroSoft servers. There are many threads out there that talk about Linux users who discovered that Microsoft uses a DES algorithm which until recently was incompatible with the pppd process. There were Linux patches which were provided require a patch to get this to work. I don't know if your provider used MS but I am wondering if this is the same type of thing with HP-UX.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 11:51 PM
10-09-2001 11:51 PM
Re: PPP Autentication failed
I don't know if pppd support MS CHAP by default, so I've tested pppd adding "requiremschap" line command option. This option should set the CHAP to Microsoft CHAP. Does requiremschap option support DES algorithm?
Or, who can know this?
As long as my provider is not able to give me detailed information about CHAP negotiation, do you have suggestions to get these information by unix line command or how trace what across the line from WS to ISP?
Moreover, in the peer prompt I can't understand witch kind of Server is (Microsoft NT Server, Unix etc.) since I have the following prompt only:
User Access Verification
Username:
All the best
-Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:09 AM
10-10-2001 05:09 AM
Re: PPP Autentication failed
Tony