|
Thanks for your help, Mr.John
I follow your instruction ,now I can map http1,2,3 to NAT
correctly.
but the final step 'logical server' mapping to
211.21.21.13 can't work.
My platform is Windows NT, there is not
arp -s
211.21.21.13 XX:XX:XX:XX:XX:XX pub
I instead of it arp -s
211.21.21.13 00-d0-b7-ba-3f-a7 211.21.21.253 (00-d0-b7-ba-3f-a7 is my
firewall external NIC mac address and 211.21.21.253 is external NIC IP
address,'cause NT no agrument like 'PUB')
When I finished the arp command. I still can
not ping 211.21.21.13 from outside but I can ping to 211.21.21.10,11,and
12. any step I missed ?
Thanks for your advise
-Calvin Maa
----- Original Message -----
Sent: Saturday, August 12, 2000 12:26
AM
Subject: Re: [FW1] logical server
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 -----
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
|