pavkout / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

what to edit in host file #180

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of VLC Remote are you using?
latest, really don't know which is that

What version of VLC are you using?
VLC media player 2.0.3 Twoflower

What version of Android are you using?
2.3.5

Which Android device are you using?
S2

Please provide any additional information below.

Original issue reported on code.google.com by saadh...@gmail.com on 27 Sep 2012 at 6:58

GoogleCodeExporter commented 8 years ago
Try googling a bit first instead of bothering the developer with faulty bug 
reports.

Here's your vlc hosts file:
-------------------------------------
#
# 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
-------------------------------------

Now, all the addresses in this file will be allowed to connect to VLC. The most 
common ones are already there, commented out. Simply remove the comment sign 
(#) before the line detailing the type of network you have. (If the addresses 
in your network are of the type 192.168.x.x then you uncomment the line 
192.168.0.0/16). Or, if you don't care about security and want to let anyone 
in, then just uncomment the very last line, meaning that anyone can connect.

Original comment by tobiaser...@gmail.com on 24 Oct 2012 at 8:46

GoogleCodeExporter commented 8 years ago
VERY helpful, thanks!

Original comment by engstrom...@gmail.com on 9 Jan 2013 at 8:20

GoogleCodeExporter commented 8 years ago

Original comment by mr.bald...@gmail.com on 29 Sep 2013 at 8:31