I would like to resolve about a dozen dyndns webcam adresses like
http://mywebcam.dyndns.org:8065 until
http://mywebcam.dyndns.org:8077which point to internal IP adresses like
http://90.0.0.65:8065 until
http://90.0.0.77:8077 through m0n0walls dns forwarding service. This should work in such a way that I can watch those ip cams from inside (lan) and outside (wan). At present, everything works fine from outside (WAN) side and I could also manage to forward one single webcam (port) to its corresponding internal ip webcam and port address.
But how can I setup all my dns forwarding addresses at once?
At present, I have an DNS Router and Modem (Netgear DG834, WAN side DHCP dynamic IP through provider, LAN side fixed IP 90.0.1.1) which does forward all port requests from 8065 until 8072 to the m0n0wall WAN side (90.0.1.2).
The m0n0wall distinguishes (via NAT) the port requests (e.g. 8065) and forwards it to the corresponding internal webcam (e.g. 90.0.0.65, port 8065).
How can I manage that all
http://mywebcam.dyndns.org requests from LAN side (e.g. PCs with 90.0.0.x addresses) show the webcam images (and streams) are correctly resolved?