• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

If two nics exist, can a service be only accessable on one and not the other?

ISAslot

Platinum Member
Basically, I want to run a backup client on one card as to limit its accessablity to only the local network...
 
You may be able to team the nics together and then bind your service to that single IP address.

Which OS ?

Which Service ?
 
To maintain available bandwidth for the primary network, you could add a second NIC to all the machines to be backed up (on their own subnet) and have those all connected to a dedicated switch along with the backup server.

If security is the big issue, you can do the same but with a filtering router -- so that the only traffic that is allowed to enter the backup server is that which you specifically allow.
 
remove the default gateway for the secondary card, and then you have elimintaed the access to anything beyone local. If you need a remote address on that card, then use the route add command to add it.


route add X.X.X.X Mask X.X.X.X GW.IP.Here.X metric X

I have a setup where I VNC in on one connection and perform network testing on the other connection. I had to ensure that the VNC traffic was not going to the testing connection, and had to set it up with some care.
 
Back
Top