what should i do to get this working for outside access ? i already have enabled the world access section but i can only access in 127.0.0.1:8080 so what is freaking holding this up ? i do not understand it
i change the above, i enable web interface, go into 192.168.2.3:8080 and i see 403 Forbidden (/)#
# Access-list for VLC HTTP interface
# $Id$
#
# localhost
#::1
#127.0.0.1
# link-local addresses
fe80::/64
# private addresses
#fc00::/7
#fec0::/10
#10.0.0.0/8
#172.16.0.0/12
#192.168.0.0/16
#169.254.0.0/16
# The world (uncommenting these 2 lines is not quite safe)
::/0
0.0.0.0/0
what else i have to do for this to work ?