- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PPP Connection problem
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
04-25-2002 09:56 PM
04-25-2002 09:56 PM
PPP Connection problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 10:20 PM
04-25-2002 10:20 PM
Re: PPP Connection problem
For ppp connection , you have to login to another server and start pppd on the other
server also through command line or by login script. Then only both the servers can negotiate and establish the ppp connection.
regards,
U.SivaKumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 11:00 PM
04-25-2002 11:00 PM
Re: PPP Connection problem
found this :
Using PPP across a null modem (direct serial) connection.
First of all, choose one of the machines as a 'server', setting up a getty on the serial port so you can test that you do have connectivity to access the serial port on the 'client'.
Once you have this functioning, you can remove the getty UNLESS you want to make sure that the connection is validated using user name/password pairs as for a dial up connection. As you have 'physical control' of both machines, I will presume that you do NOT want to do this.
Now, on the server, remove the getty and make sure that you have the serial ports on both machines configured correctly .
All you need to do now is to start pppd on both systems. So, on both machines execute the command:
example:
-------------------------------------------------------------------------
pppd -detach crtscts lock
--------------------------------------------------------------------------------
This will bring up the link - but as yet you have no routing specified. You can test the link by pinging to and fro to each machine. If this works, bring down the link by killing one of the pppd processes.
The routing you need will of course depend on exactly what you are trying to do. Generally, one of the machines will be connected to an Ethernet (and beyond) and so the routing required is exactly the same as for a PPP server and client.
So on the Ethernet equipped machine, the pppd command would be
-------------------------------------------------------------------------------
pppd -detach crtscts lock proxyarp
--------------------------------------------------------------------------------
and on the other machine
--------------------------------------------------------------------------------
pppd -detach crtscts lock defaultroute
--------------------------------------------------------------------------------
The command syntax may be slightly different for HP-UX pppd . so refer man pages of pppd.
Get back with results.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 04:08 AM
05-02-2002 04:08 AM
Re: PPP Connection problem
That is also not working i am not getting what may be the problem. since i am using direct connection so i gave minor number as 0x000000 and while starting pppd i gave ignore-cd since it doesnt have CD. now if start pppd and do a telnet in the logfile it keeps on sending configure request packet and then after TO- event occurs it goes down and it says "syn dial failed".
i doubt its not getting connection itself because in the remote machines logfile i wont get anything.
Please can anybody just try this setup and tell me the actual configuration to be done.
Its quiet urgent.
Regards,
chandrika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 12:35 AM
05-03-2002 12:35 AM
Re: PPP Connection problem
Great news!!! its working fine. Just i added 'up' option while starting pppd and now it works fine. I start pppd with 'up' and 'passive' option so that only after i get some packet i will send packets, then on the other m/c i started pppd in auto mode and after that i did a telnet. It works great!! thanks for u'r suggestions.
Regards,
Chandrika