Monday 1 April 2019

linux - Same web service running on different network interface

Can I configure a web service, on linux ubuntu server 12.04, to be accessed by two different network interfaces on different networks?


For example:


My server eth0 is accessed by one subnetwork and its computers can use the web service. My server eth1 is configured with another IP subnetwork, then can't to use the web service.


That's the point, how can I make two different subnetworks access the same service, avoiding this subnetworks to see each other?

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...