Recently, I bought an airport basestation.
I wanted to use it as a NAT router and a wireless access point. DNS and DHCP I wanted to do via a fully-fledged BIND/dhcpd combination running on my iMac.
DNS I need because I’m doing some work for the office from home. As much of it is web based, I need virtual hosts on my server and I certainly don’t want to go back to stone age and move around hosts files. DNS was invented for something, so please, let me use it.
DHCP I wanted because sometimes, I’m using applications on my notebook that require some ports forwarded to them (bittorrent for example). Forwarding ports without fixed IP-adresses can be difficult (especially if changing the forwarding address requires a restart of the router), so I wanted the possibility to give the MAC-adress of my notebooks NIC a fixed IP-address. This is not possible with airports built-in DHCP server (and I don’t blame them for this – it’s quite a special feature)
Now, imagine how disappointed I was seing, that this is not possible when using Apples configuration program:
They tie NAT and DHCP together: Either you turn off both NAT and DHCP, NAT only, or none of them. Turning off DHCP only is not possible.
Looking around on the web, I came across Jon Sevys Java Based Configurator again.
With this tool my configuration certainly is possible:
- Configure your basestation using Apples utility. Tell it to enable NAT and distribute IP-Adresses
- Update the configuration and exit Apples utility.
- Run the Java Based configurator.
- On the “DHCP Functions”-Tab, unckeck the Checkbox
- On the “Bridging Functions”-Tab uncheck “Disable bridging between Ethernet and wireless Lan”
- Save the configuration.
The last step is important if you want the Basestation to continue working as an usable wireless access point. I forgot to do this the first time I tried and did not get an IP-Adress and could not connect to the wired lan after setting one manually either. Logical, but disturbing if you think you got the solution but it still does not work as expected…