1840346 Members
4124 Online
110162 Solutions
New Discussion

Gateway problem

 
SOLVED
Go to solution
Sauvik Basu
Advisor

Gateway problem

Whenever I nat my HP-UX box with an external IP it works fine for a few moments but then the external natting stops working.Do I need to manually edit any file for it to work?I am configuring the gateway via SAM.
Thanks in advance for you help.
4 REPLIES 4
Chan 007
Honored Contributor
Solution

Re: Gateway problem

Modify using

/etc/rc.config.d/netconf

ROUTE_DESTINATION[1]="default"
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=""
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""

Chan
Victor Fridyev
Honored Contributor

Re: Gateway problem

Hi,
Run ndd -set /dev/ip ip_ire_gw_probe 0
If this helps, add the following to /etc/rc.config/nddconf:

TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0


HTH
Entities are not to be multiplied beyond necessity - RTFM
Jim Keeble
Trusted Contributor

Re: Gateway problem

The ndd setting above is correct. I'm not positive, but I think you may also have to delete and re-add the route after changing the ndd parameter to may it take effect. Or, make the nddconf change and reboot.
Arunvijai_4
Honored Contributor

Re: Gateway problem

Hi Sauvik,

This could be due to incorrect gateway(s) present in /etc/rc.config.d/netconf file. You need to edit to reflect the changes.

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