HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- PPP Dialin server
Operating System - Linux
1832604
Members
2382
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-01-2001 02:45 PM
12-01-2001 02:45 PM
PPP Dialin server
I have configured my linux box for dialin PPP access using pppd & mgetty. Well it works fine the only problem is that I cannot connect with a speed better then 33600. I set all deamons to connect to 115200 i.e. pppd and mgetty. I also set the serial port to spd_hi using the setserial command.
it seems like the modems are only negotiating V.34 speed. how can I go to V90 speed. both modems btw are 56K modems.
stefan
it seems like the modems are only negotiating V.34 speed. how can I go to V90 speed. both modems btw are 56K modems.
stefan
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 11:25 AM
12-03-2001 11:25 AM
Re: PPP Dialin server
Stefan:
The problem seems to be the initialisation strings for your modems. Both modems must have their initialisation strings (with the at commands) configured to attempt V90 before falling back.
The speeds you talk about only refer to the serial port to modem speed and not modem to modem speed. For modem to modem speed, a number of factors are involved - how good are the phone lines; how your modems are configured to negotiate etc.
you will find a line in your mgetty.config for initialising your modem - something like:
init-chat "" \d\d\d+++\d\d\dAT&FS2=255 OK ATN3S0=0S13.2=1 OK
you have to look up your modems documentation for information on which AT commands make the modem negotiate at v90.
Good luck
The problem seems to be the initialisation strings for your modems. Both modems must have their initialisation strings (with the at commands) configured to attempt V90 before falling back.
The speeds you talk about only refer to the serial port to modem speed and not modem to modem speed. For modem to modem speed, a number of factors are involved - how good are the phone lines; how your modems are configured to negotiate etc.
you will find a line in your mgetty.config for initialising your modem - something like:
init-chat "" \d\d\d+++\d\d\dAT&FS2=255 OK ATN3S0=0S13.2=1 OK
you have to look up your modems documentation for information on which AT commands make the modem negotiate at v90.
Good luck
nothing wrong with me that a few lines of code cannot fix!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 08:29 PM
12-03-2001 08:29 PM
Re: PPP Dialin server
Hello Stefan,
Most modems have two speeds: The speed it connects to the other modem (max = 53k by FCC regulations, aka 56k) and the speed it connects to your computer (good idea to have this set higher than the modem max speed. A good candidate is 57600).
First, you have to find the command to put your modem in 'fixed speed mode'. If you don't do that, it will try to 'adjust' the serial speed to the connection speed. After you do that, just set your modem and serial to (say) 115200 or 57600 and you should be done.
Also, you can use PPPd itself to set the port speed (you don't need setserial).
Regards,
Paga
Most modems have two speeds: The speed it connects to the other modem (max = 53k by FCC regulations, aka 56k) and the speed it connects to your computer (good idea to have this set higher than the modem max speed. A good candidate is 57600).
First, you have to find the command to put your modem in 'fixed speed mode'. If you don't do that, it will try to 'adjust' the serial speed to the connection speed. After you do that, just set your modem and serial to (say) 115200 or 57600 and you should be done.
Also, you can use PPPd itself to set the port speed (you don't need setserial).
Regards,
Paga
Keeping alive, until I die.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 11:25 PM
12-03-2001 11:25 PM
Re: PPP Dialin server
Thanks for your help. I did play around with the init strings but to no avail.
But I think I found a conclusion to the problem. Well since I am trying to connect via two analouge land lines then I will never reach past V34 speed. Accroding to the V90 protocol to reach 56K the downstream is sent as PCM bits hence avoiding the D/A conversion at the telephone exchange and converted at the modem. Upstream is still V34 even in 56K. To send the PCM bits you need to have a special connection with the telephone exchange something which is digital like ISDN, E1,T1 or BRI. ISP's have these kind of connections but not me :(
Well I'll have to stick to v34
Thanks just the same
Stefan
But I think I found a conclusion to the problem. Well since I am trying to connect via two analouge land lines then I will never reach past V34 speed. Accroding to the V90 protocol to reach 56K the downstream is sent as PCM bits hence avoiding the D/A conversion at the telephone exchange and converted at the modem. Upstream is still V34 even in 56K. To send the PCM bits you need to have a special connection with the telephone exchange something which is digital like ISDN, E1,T1 or BRI. ISP's have these kind of connections but not me :(
Well I'll have to stick to v34
Thanks just the same
Stefan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP