Changes

Jump to: navigation, search

OPS335 Web Server Lab

416 bytes added, 18:19, 7 February 2012
Load balancing using iptables
iptables -t nat -I PREROUTING -p tcp --dport 80 -m state --state NEW -m statistic --mode nth --every 2 --packet 0 -j DNAT --to-destination 192.168.70.3:8080
*Again ask another student to test that load balancing is indeed working.
 
=== Add missing DNS resource records ===
* Edit your forward look-up zone file and add the following resource records.
** A mail record that points to vm01.
** Alias as follows:
***f16 - alias router
***vm01 - alias mail
***vm02 - alias www1
***vm03 - alias www2
**Add text records that identify the roles on each of these machines and a text record for the domain "This is < your full name here>'s OPS335 Domain"
==Completing the Lab==
1
edit

Navigation menu