1847042 Members
5904 Online
110261 Solutions
New Discussion

gatewary problem

 
Jaieun Chu
Advisor

gatewary problem

h/w : rx7620
o/s : hpux 11.23pi 2005.5patched
ip: 170.1.x.x mask 255.0.0.0
default gateway: 170.0.x.x

I have registed default gateway to netconf file
Afer I rebooting the server
"netstat -rn" show my default gateway setting.
But after some minute, "netstat" show default gateway disappered.
so, I have try /sbin/init.d/net stop and start
then gateway setting show again and not disappered any more!!
please give me some idea!!
system engineer
8 REPLIES 8
RAC_1
Honored Contributor

Re: gatewary problem

What do you mean by it disappears??
It stops responding? What is your setting for ndd -get /dev/ip ip_ire_gw_probe

This should be disabled.
There is no substitute to HARDWORK
Muthukumar_5
Honored Contributor

Re: gatewary problem

Post this output:

# grep -Ev '^$|^#' /etc/rc.config.d/netconf
# netstat -rnv

hth.
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: gatewary problem

Just check your /etc/rc.config.d/netconf file

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Jaieun Chu
Advisor

Re: gatewary problem

netconf file

ROUTE_DESTINATION[0]=default
ROUTE_GATEWAY[0]=170.0.0.1
ROUTE_COUNT[0]=1

#ndd -get /dev/ip ip_ire_gw_probe
0

I set it with sam util.

Afer rebooting server
I login server then
gateway setting show corectly by netstat -rn
but afer some minute , netstat -rn show
default gateway setting disppered!!
netstat -in show network ip setting corectly.
I have to /sbin/init.d/net restart to not disapper default gateway.

my lan interface setting
lan0 170.1.0.x mask 255.0.0.0 <-supernet
lan3 192.168.0.x mask 255.255.0.0


system engineer
Muthukumar_5
Honored Contributor

Re: gatewary problem

can you post,

# netstat -rnv
# netstat -in

output.

Are you using in this,

ROUTE_MASK[0]=""
ROUTE_COUNT[0]=""
ROUTE_ARGS[0]=""

in /etc/rc.config.d/netconf file. Is there any error(s) in etc/rc.log on regarding net(work) startup?

hth.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: gatewary problem

What is RDPD set in /etc/rc.config.d/netconf? Is it 0 or 1. It has to be 0.

hth.
Easy to suggest when don't know about the problem!
Jaieun Chu
Advisor

Re: gatewary problem

Thank you everyone.
It just netconf problem..
netconf
gated=1 -> 0
system engineer
Jaieun Chu
Advisor

Re: gatewary problem

Thank you everyone.
It just netconf problem..
netconf
gated=1 -> 0
system engineer