adding an alias ip is trivial, but here is a problem.
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN
the system gui does listen on 0.0.0.0 meaning it listens on all ips. Until that can be changed adding new ip's is useless for this.
looking at configs I can find and nvram settings I cannot find anything which can adjust the listen ip, it might be hardcoded.
An alternative idea is to.
1 - add 2nd lan ip
2 - setup lighttpd to listen on an alternative port eg. port 81
3 - using iptables add a forward rule so port 80 on the 2nd lan ip is rerouted to port 81.
Are people going to be bothered to do this tho? as the idea would be just to keep the fast gui whilst using lighttpd.
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN
the system gui does listen on 0.0.0.0 meaning it listens on all ips. Until that can be changed adding new ip's is useless for this.
looking at configs I can find and nvram settings I cannot find anything which can adjust the listen ip, it might be hardcoded.
An alternative idea is to.
1 - add 2nd lan ip
2 - setup lighttpd to listen on an alternative port eg. port 81
3 - using iptables add a forward rule so port 80 on the 2nd lan ip is rerouted to port 81.
Are people going to be bothered to do this tho? as the idea would be just to keep the fast gui whilst using lighttpd.
Last edited: