assuming a single IP connection (ie you have one modem)
the ISP can alias your domain/ip-addresses to your connection
and then you add static routes:
Code:
isp ==> aliased IP-addresses
===> aa.bb.cc.dd => server#1
===> bb.cc.dd.ee => server#2
===> cc.dd.ee.ff => server#4
everything else is normal LAN routing using DHCP connections
each server must connect to the gateway router (ie the one connected to the modem).
each server could have a static address (as config'd on each) and a fixed gateway of the gateway router
Issue: this would be poor in performance for someone like Google, but a small home setup would be reasonable.
question: Why multiple static address when you don't have multiple ISP connections?
With port based fowarding (ftp 20,21 => serverA, http =>serverB ...)
one domain name/IP address would suffice
eg:
Code:
http:// my.domain.com goes to your webserver
ftp:// my.domain.com access ftp using the browser
ftp my.domain.com and running straight ftp does too
Guess I'm dense, but I see no benefit for static IP addresses w/o unique ISP connections