Operating System - HP-UX
1834931 Members
2524 Online
110071 Solutions
New Discussion

connect to system back-to-back

 
Ahmed ABDOU_1
Advisor

connect to system back-to-back

Hi admin

We need to connect to system back-to-back with the built-in Ethernet card in both systems. And we need your advice in the following.
1.we will use cross cable
2.we will configure the routing table.
a. for system A
# route add host
b.for system B
# route add host

Is there any else I need to do I did not mentioned.

Please advice

3 REPLIES 3
Carlos Fernandez Riera
Honored Contributor

Re: connect to system back-to-back

I think no more actions required.

Put your static routes in /etc/rc.config.d/netconf.

Maybe you will find better use a diferent subnet for this connection.

See also ip_forwarding parameter information on ndd (11.00), to use or avoid routing on this cards.

unsupported
Santosh Nair_1
Honored Contributor

Re: connect to system back-to-back

Actually if you have both these systems on the same subnet, you don't need to set up a static route...the OS will set up a static route for the subnet.

Also, its a good idea to disable IP forwarding using the ndd command as this will prevent the machine(s) from acting as router for other machines.

-Santosh
Life is what's happening while you're busy making other plans
A. Clay Stephenson
Acclaimed Contributor

Re: connect to system back-to-back

One more point, if these machines also have other network cards and thus other network connects then your back-to-back connection MUST have a separate subnet.

Clay
If it ain't broke, I can fix that.