suppose a nic having two different IP address for each ethernet for e.g
eth0 having IP address if 1.2.3.4
eth1 having IP address if 5.6.7.8
can i open a connection with one port e.g 1234 for each ip address for example
1.2.3.4 binds on 1234
and
5.6.7.8 binds on 1234
or i should be getting the error the port is already be bind
i can do this one for IPv4 and one for IPv6, not sure whether different ip address and same port on the same machine will work or not