Hey guys, I've had my 450G running for a few days now and things are going great, but I have a couple small issues and questions:
1) I can't seem to get hairpin NAT working the way I want. Currently if I access my WAN IP from within the network I see the RouterOS landing page. From outside the network it properly routes to an internal web server. What NAT rule would I need to add to allow me to hit the internal web server from inside via the WAN IP? I tried following the instructions here but the NAT rule never seems to get any hits and does nothing: http://wiki.mikrotik.com/wiki/Hairpin_NAT
Here is my IP configuration (public IP replaced with <wan>):
/ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=192.168.1.1/24 network=192.168.1.0 interface=ether2
actual-interface=ether2
1 D address=<wanip>/21 network=<wan_network> interface=wan
actual-interface=wan
The only NAT configuration I have (aside from port forwarding rules) is chain=srcnat action=masquerade out-interface=wan
2) I am using ether2 as a master port and ether3-5 use it as a master, which I believe is a common configuration. I have devices using all ports, but when I am monitoring the ports in the interface list, I only see traffic on ether2 and my WAN ports even if there is definitely traffic going through ports 3-5. Is there something that should be changed to see the actual traffic hitting those ports, or is this a limitation of using a master port?
3) I am using an Ubiquiti UniFi wireless AP. It works just fine by itself with no specific configuration in RouterOS, but I noticed there's a wireless section in RouterOS. Is this for Mikrotik devices that have wireless cards, or can I somehow use some of these features with the UniFi? If not, is there a way for the wireless clients to be given a different DHCP range or subnet so I can do QoS differently for them?
4) Is there a way to get the admin to use a specific skin that I saved at all times? It seems to go back to default most of the time when I visit WebFig and I have to manually switch it back to my skin.
Thanks!