Operating System - HP-UX
1846311 Members
3486 Online
110256 Solutions
New Discussion

Re: Using Multiple LAN Port

 
SOLVED
Go to solution
MikeL_4
Super Advisor

Using Multiple LAN Port

We have a server: serverA that can talk to serverB through multiple LAN ports, but serverB is blocked from talking to serverA except through a specific LAN port. I can remsh from serverA to serverB with no problem, and from serverB back to serverA over a specific IP only. This IP is NOT serverB's IP address though. Is there a way to get serverB to be able to mount file systems from serverA using a specific IP ??
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: Using Multiple LAN Port

If you are using NFS, just set up the /etc/exports file on ServerA for access only from the specific IP address from ServerB.
Steven E. Protter
Exalted Contributor

Re: Using Multiple LAN Port

If you want two network ports to be one IP address that requires an add in product called Auto Port Aggregation(APA).

Otherwise Pat's suggestion should work.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
MikeL_4
Super Advisor

Re: Using Multiple LAN Port

Thanks