NAT Load Balancing

From: nhatphuc (nhatphuc@gmail.com)
Date: Sat Feb 03 2007 - 06:55:14 ART


HI Group,

I configured NAT Load Balancing as follow:

interface g0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside

interface g0/1
ip address 192.168.2.1 255.255.255.0
ip nat outside

ip nat pool SERVER 192.168.1.2 192.168.1.4 prefix-length 24 type rotary
ip nat inside destination list 1 pool SERVER
access-list 1 permit 192.168.2.5

From PC (192.168.2.2), I can't access servers inside unless I add a
secondary address 192.168.2.5 to interface g0/1

Do I miss something? Or this works as designed?
In static NAT, there's no need to create a second IP Address. The router
automatically answers ARP Request.

As I tested and read from books, this feature doesn't support UDP traffic.
Is this true? Or Cisco has updated the IOS to support UDP?

Thanks

Phuc



This archive was generated by hypermail 2.1.4 : Thu Mar 01 2007 - 07:38:45 ART