HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: slow connection !
Operating System - HP-UX
1832587
Members
3032
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
04-16-2002 12:04 PM
04-16-2002 12:04 PM
slow connection !
Opps!
May be was a copy-paste error, the correct exit of my file /etc/rc.config.d/netconf is:
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=190.50.10.8
SUBNET_MASK[0]=255.255.0.0
BROADCAST_ADDRESS[0]=190.50.255.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
IP_ADDRESS[1]=130.10.17.8
SUBNET_MASK[1]=255.255.0.0
INTERFACE_NAME[1]=lan1
BROADCAST_ADDRESS[1]=130.10.255.255
INTERFACE_STATE[1]=up
DHCP_ENABLE[1]=0
IP_ADDRESS[2]=130.10.16.8
SUBNET_MASK[2]=255.255.0.0
INTERFACE_NAME[2]=lan2
BROADCAST_ADDRESS[2]=130.10.255.255
INTERFACE_STATE[2]=up
DHCP_ENABLE[2]=0
Best Regards !
May be was a copy-paste error, the correct exit of my file /etc/rc.config.d/netconf is:
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=190.50.10.8
SUBNET_MASK[0]=255.255.0.0
BROADCAST_ADDRESS[0]=190.50.255.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
IP_ADDRESS[1]=130.10.17.8
SUBNET_MASK[1]=255.255.0.0
INTERFACE_NAME[1]=lan1
BROADCAST_ADDRESS[1]=130.10.255.255
INTERFACE_STATE[1]=up
DHCP_ENABLE[1]=0
IP_ADDRESS[2]=130.10.16.8
SUBNET_MASK[2]=255.255.0.0
INTERFACE_NAME[2]=lan2
BROADCAST_ADDRESS[2]=130.10.255.255
INTERFACE_STATE[2]=up
DHCP_ENABLE[2]=0
Best Regards !
"Enjoy the life .."
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:20 PM
04-16-2002 12:20 PM
Re: slow connection !
Hi Ivan,
I don't know why you are opening new thread again and again. you can just paste this in your previous thread. I don't know now how far you have solve your problem?
Looks like you have multiple ips for your system.
I would suggest put default Gateway on faster NIC card.
Like in my previous post I have lan8 faster then lan0 so I do have output of netstat -rn looks like
default 10.20.254.1 UG 0 0 lan8 1500
Sachin
I don't know why you are opening new thread again and again. you can just paste this in your previous thread. I don't know now how far you have solve your problem?
Looks like you have multiple ips for your system.
I would suggest put default Gateway on faster NIC card.
Like in my previous post I have lan8 faster then lan0 so I do have output of netstat -rn looks like
default 10.20.254.1 UG 0 0 lan8 1500
Sachin
Is photography a hobby or another way to spend $
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:21 AM
04-17-2002 11:21 AM
Re: slow connection !
Hi Ivan
From your previous two posts , I understand you have a problem with slow connection , can you try this :
lanadmin -X 100FD 1
lanadmin -X 100FD 2
this will set the duplex to full Duplex mode and check whehter the same is compatible to the prot setting at thw swtich where these two ports ar connected. Just a thought whether these are working by default at HD . If this works then edt /etc/rc.config.d/hpbas100conf to permanetly set it to FD
Manoj Srivastava
From your previous two posts , I understand you have a problem with slow connection , can you try this :
lanadmin -X 100FD 1
lanadmin -X 100FD 2
this will set the duplex to full Duplex mode and check whehter the same is compatible to the prot setting at thw swtich where these two ports ar connected. Just a thought whether these are working by default at HD . If this works then edt /etc/rc.config.d/hpbas100conf to permanetly set it to FD
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 04:29 AM
04-23-2002 04:29 AM
Re: slow connection !
Ivan,
You have lan1 and lan2 on the same IP subnet. This is not supported by HP.
IP_ADDRESS[1]=130.10.17.8
SUBNET_MASK[1]=255.255.0.0
INTERFACE_NAME[1]=lan1
IP_ADDRESS[2]=130.10.16.8
SUBNET_MASK[2]=255.255.0.0
INTERFACE_NAME[2]=lan2
This may be part of the problem that you see. Each lan card must be on its own IP subnet. Disable one or the other lan card and see if that takes care of the problem.
Regards,
-> Brian Hackley
You have lan1 and lan2 on the same IP subnet. This is not supported by HP.
IP_ADDRESS[1]=130.10.17.8
SUBNET_MASK[1]=255.255.0.0
INTERFACE_NAME[1]=lan1
IP_ADDRESS[2]=130.10.16.8
SUBNET_MASK[2]=255.255.0.0
INTERFACE_NAME[2]=lan2
This may be part of the problem that you see. Each lan card must be on its own IP subnet. Disable one or the other lan card and see if that takes care of the problem.
Regards,
-> Brian Hackley
Ask me about telecommuting!
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