1834150 Members
2764 Online
110064 Solutions
New Discussion

Re: Router /Gateway

 
P.V.Ramesh
Advisor

Router /Gateway

Can HP Server act as Router/ Gate way ? If yes what is the procedure to do that
3 REPLIES 3
Christopher Caldwell
Honored Contributor

Re: Router /Gateway

Yup.

Turn on ip_forwarding.

Run gated.
Sridhar Bhaskarla
Honored Contributor

Re: Router /Gateway

Yes. Run gated. You will need to have a gated.conf to start with. You can find some example gated.conf files under /usr/examples/gated directory.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Wodisch_1
Honored Contributor

Re: Router /Gateway

Hi,

well, as soon as you have more than one LAN interface card, HP-UX already *IS* a router!
Just set the routes statically or use a routing daemon to change them dynamically...

Check the output of "ndd /dev/ip ip_forwarding".

Just my $0.02,
Wodisch