I have a 411AH access point behind a 450G and I need to be able to access both devices through winbox based on their public IP addresses. I have no problems accessing the 450G through it's public IP, but I can't get the NAT to forward to the 411AH no matter what I try. I'm still fairly new to networking, but everything seems to be set right based on what I could find online. The 411AH is relaying DHCP from the 450G and has a static IP of 192.168.0.2. Wireless connections pull DHCP and access the internet with no problem.
450G and 411AH - both running 5.0rc10
Internet comes into ether1 on 450G
411AH is plugged into ether2 (2-5 are bridged)
450G settings
/interface bridge
Flags: X - disabled, R - running
0 R name="Client-Net" mtu=1500 l2mtu=1524 arp=enabled
mac-address=00:0C:42:AC:58:6D protocol-mode=none priority=0x8000
auto-mac=yes admin-mac=00:00:00:00:00:00 max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
/ip address
# ADDRESS NETWORK INTERFACE
0 192.168.0.1/24 192.168.0.0 Client-Net
1 74.202.xxx.244/29 74.202.xxx.240 ether1 Public IP for 450G
2 74.202.xxx.245/32 74.202.xxx.240 ether1 Public IP for 411AH, not sure if this is right
/ip route
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 74.202.xxx.241 1
1 ADC 74.202.xxx.240/29 74.202.xxx.244 ether1 0
2 ADC 192.168.0.0/24 192.168.0.1 Client-Net 0
/ip firewall nat
0 chain=dstnat action=dst-nat to-addresses=192.168.0.2
dst-address=74.202.xxx.245
1 chain=srcnat action=src-nat to-addresses=74.202.xxx.245
src-address=192.168.0.2
2 ;;; Default Src NAT for client net.
chain=srcnat action=masquerade out-interface=ether1