Hi Calvin.
 
You got it wrong.
 
You should define 3 public addresses and have static Nat for each one of them.
 
Example:
 
Http1:172.17.1.1 Static nat 211.21.21.10
Http2:172.17.1.2 Static nat 211.21.21.11
Http3:172.17.1.3 Static nat 211.21.21.12
 
route add 211.21.21.10    172.17.1.1
route add 211.21.21.11    172.17.1.2
route add 211.21.21.12    172.17.1.3
 
arp -s 211.21.21.10    XX:XX:XX:XX:XX:XX pub  XX being the mac address of your external IF.
arp -s 211.21.21.11    XX:XX:XX:XX:XX:XX pub 
arp -s 211.21.21.12    XX:XX:XX:XX:XX:XX pub 
 
 
Then you have to define a logical server with a separate public IP.
 
Example:
 
211.21.21.13
 
arp -s 211.21.21.13    XX:XX:XX:XX:XX:XX pub 
 
This will do the trick.
 
Good luck.
 
Johan
 
 
----- Original Message -----
From: Calvin Maa
Sent: Friday, August 11, 2000 4:12 PM
Subject: [FW1] logical server

Dear All:
 
    Anyone had been use logical server setting ? I define 3 http server
 
Http1:172.17.1.1
Http2:172.17.1.2
Http3:172.17.1.3
 
all of them NAT is 'static' and  211.21.21.10.
 
I also set logical server to 211.21.21.10.
and add routing like
 
route add 211.21.21.10 172.17.1.1
route add 211.21.21.20 172.17.1.2
route add 211.21.21.30 172.17.1.3
 
Policy is
Any to logical server service http is accept
 
 
I can't find any load balance be made.
even sometimes the link speed is down than I have not set logical ser ver. My config way is right ? 
 
 
Thanks for advice.
 
-Calvin Maa

Reply via email to