HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: point to point ip
Operating System - HP-UX
1827293
Members
2896
Online
109717
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
10-13-2005 04:31 AM
10-13-2005 04:31 AM
point to point ip
Hi.
In my box 'ifconfig lan0:9' shows:
lan0:9: flags=1852
inet 192.168.150.61 --> 255.255.255.224 netmask ffffff00 broadcast 192.168.150.255
The first I found strange is the symbol "-->". Then I realized that it is a point-to-point connection.
I don't know how it is configured. No reference in /etc/rc.config.d/netconf file. (This box is rebooted in Nov 11th, 2004. I arrived to this company some months later... I mean I didn't configure that connection).
This box is running a SG cluster but no package contains that IP address.
Manual pages of ifconfig command shows nothing about point-to-point configuration.
1) Where are usually configured these P2P connections ?
2) I never dealed this type of connections before, so ... how does they work ? What does '-->' symbol mean ?
P.D: The 'netstat -in' command shows now that this IP is failed (don't worry).
In my box 'ifconfig lan0:9' shows:
lan0:9: flags=1852
inet 192.168.150.61 --> 255.255.255.224 netmask ffffff00 broadcast 192.168.150.255
The first I found strange is the symbol "-->". Then I realized that it is a point-to-point connection.
I don't know how it is configured. No reference in /etc/rc.config.d/netconf file. (This box is rebooted in Nov 11th, 2004. I arrived to this company some months later... I mean I didn't configure that connection).
This box is running a SG cluster but no package contains that IP address.
Manual pages of ifconfig command shows nothing about point-to-point configuration.
1) Where are usually configured these P2P connections ?
2) I never dealed this type of connections before, so ... how does they work ? What does '-->' symbol mean ?
P.D: The 'netstat -in' command shows now that this IP is failed (don't worry).
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 07:05 AM
10-13-2005 07:05 AM
Re: point to point ip
Together with not being sure why such a construct existed on a serviceguard cluster, I have a faint feeling of someone at one time might have tried to implement the heartbeat lan without knowing what they were getting themselves into.
Or another idea, if this is a SAP cluster, they might have wanted to run SAP router process for SAP AG external support over dial-up networking.
These are the two things that come to mind in the light of what you said. How it is done is a total mystery to me but I remembered reading about it. Googling it yielded these pages with some traces of information regarding PPPoE on hpux:
http://www.informatik.uni-frankfurt.de/doc/man/hpux/ifconfig.1m.html
search for "ipdst" string and there is a trace of ppp mentioned
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TOUR
also, I believe this is how PPPoE gets enabled on hpux systems. Not sure though
and last but not the least, you may want to peek at this whitepaper:
http://docs.hp.com/en/5093/pppoe-whitepaper-draft-tour2.pdf
HTH
Or another idea, if this is a SAP cluster, they might have wanted to run SAP router process for SAP AG external support over dial-up networking.
These are the two things that come to mind in the light of what you said. How it is done is a total mystery to me but I remembered reading about it. Googling it yielded these pages with some traces of information regarding PPPoE on hpux:
http://www.informatik.uni-frankfurt.de/doc/man/hpux/ifconfig.1m.html
search for "ipdst" string and there is a trace of ppp mentioned
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TOUR
also, I believe this is how PPPoE gets enabled on hpux systems. Not sure though
and last but not the least, you may want to peek at this whitepaper:
http://docs.hp.com/en/5093/pppoe-whitepaper-draft-tour2.pdf
HTH
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 07:24 PM
10-13-2005 07:24 PM
Re: point to point ip
This is usually a result of someone forgetting to specify netmask keyword to ifconfig.
CORRECT
# ifconfig lan0:9 192.168.150.61 netmask 255.255.255.224
INCORRECT (this will create point to point link from 192.68.150.61 to 255.255.255.224)
# ifconfig lan0:9 192.68.150.61 255.255.255.224
Run the following to unconfigure the interface
# ifconfig lan0:9 0.0.0.0
CORRECT
# ifconfig lan0:9 192.168.150.61 netmask 255.255.255.224
INCORRECT (this will create point to point link from 192.68.150.61 to 255.255.255.224)
# ifconfig lan0:9 192.68.150.61 255.255.255.224
Run the following to unconfigure the interface
# ifconfig lan0:9 0.0.0.0
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP