› Forums › Network Management › Signal a BUG › [Solved] Unable to allow any ip to access the web interface › Reply To: [Solved] Unable to allow any ip to access the web interface
October 17, 2014 at 7:29 pm
#53535
Participant
Sorry, with 3.2.0 I’ve never tried, but, at least, with 3.2.1 (just upgraded), declaring 0.0.0.0/0 as subnet, the management is allowed to any ip address,
root@server01 ~> iptables -L SYS_HTTPS -v
Chain SYS_HTTPS (2 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all — lo any anywhere anywhere
17 2864 ACCEPT all — any any anywhere anywhere
0 0 DROP all — any any anywhere anywhere
root@server01 ~>
Regards