I had to solve a similar issue with my two PV-inverters (including a web-ui and a datalogger) for remote daq. I connect both inverters in my LAN to the router D-Link 2641B which is connecting to the WAN with a single dynamic IP which my ISP changes once a day. Here my setup and solution:
In order to connect to both PV-inverters over the WAN using this single web address, use ports and setup 'port forwarding' in the router. I assigned port 8080 to PV-inverter 1 and port 8081 to PV-inverter 2, i.e.:
- Activate the DynDNS client (the ddns menue offers several clients). Enter the (free) webaddress e.g. myaddress.dyndns.org (+login).
- forward WAN address 'myaddress.dyndns.org:8080' to LAN address e.g. '192:168:000:100' port 80 (as the inverter 1 is fixed to port 80)
- forward WAN address 'myaddress.dyndns.org:8081' to LAN address e.g. '192:168:000:101' port 80 (as the inverter 2 is fixed to port 80)
Adressing in my browser http://myaddress.dyndns.org:8080 shows now the web UI of inverter 1.
You could refine this further using WebHop an cloaking options in dyndns.
hope this helps, r
My problem is that my router does not update the IP address at dyndns, thus I loose connection every day. I have installed a dyndns client on a PC in the LAN which works fine, however I have this PC running only sporadically.