• 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.

How to make a server multi-homed?

FreshPrince

Diamond Member
have a server 2000 machine here that needs to backup multiple networks/domains. How do I make it multi-homed?

thx!

-FP
 
Multi-homed typically implies dual network cards or at least dual IP addresses. You won't really need either if your network is routed right. If you need to backup data from multiple domains you will simply need an account in each domain or a trust established.
 
Smilin{/b] is right ...most of the time in this case.

We use "multi-homed" servers in all of our LAN centers, for backups.
Primary nic, with DNS record: Windows/LAN/client traffic. (Static IP)
Secondary nic, with NO DNS record, on a different (private) subnet, dedicated to backup traffic only.

Default gateway is only configured on the Primary nic, and DNS servers also configured only on primary nic. (misleading info from ipconfig /all...DNS is set for the IP stack, not per nic) No WINS servers configured for the secondary nic either.

IP routing is disabled (of course)

HTH,
 
Back
Top