1832525 Members
8384 Online
110043 Solutions
New Discussion

slow connection !

 
Ivan Azuara
Regular Advisor

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 !
"Enjoy the life .."
3 REPLIES 3
Sachin Patel
Honored Contributor

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
Is photography a hobby or another way to spend $
MANOJ SRIVASTAVA
Honored Contributor

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
Brian Hackley
Honored Contributor

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
Ask me about telecommuting!