AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  Ports on AIX server

    Posted Wed January 09, 2013 08:30 PM

    Originally posted by: SystemAdmin


    Hi...If I assign two NIC cards to one AIX box, I will get two set of IPs & MAC addresses. But do I get two sets of ports range like below ?

    Eg. NIC1 - IP 192.168.1.1 port 3000-5000
    NIC2 - IP 192.168.1.2 port 3000-5000

    I want to simulate two physical server with only one box. So I thought may be we could get two set of ports & then have application installed in two separate directories.
    #AIX-Forum


  • 2.  Re: Ports on AIX server

    Posted Wed January 09, 2013 10:17 PM

    Originally posted by: ColombianJoker


    Of course you do, but check your applications are not opening their sockets *.PortNumber, because many do. These applications will try to bind to a transport/portNumber for all interfaces/ip addresses, and some have some kind of configuration file to specify the interface/ip address to -only- use.
    #AIX-Forum