how to make a proxy configuration?

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
nexux
Posts: 2
Joined: Sun Dec 12, 2010 11:25 pm

how to make a proxy configuration?

Post by nexux »

Hello, my name is Andrei and I'm from Russia, then sorry for my bad english)
I have already setup asus like you say on youtube. point to point - now its working perfect thru my AP at home.
but now i want to move it another place, where stream has a proxy connection.
What should I do to configurate it?
jeroen94704
Posts: 109
Joined: Sat Feb 13, 2010 4:27 am
Location: Eindhoven, the Netherlands

Re: how to make a proxy configuration?

Post by jeroen94704 »

Apparently there is a set of proxy settings you can add to your mpd.conf file (although I have never tried these myself):

Code: Select all

http_proxy_host <hostname>
    Use to specify the proxy host used for HTTP connections. 
http_proxy_port <port>
    The port that the HTTP proxy host uses. 
http_proxy_user <username>
    If the HTTP proxy server requires authentication, this specifies the username. 
http_proxy_password <password>
    If the HTTP proxy server requires authentication, this specifies the password. 
Hope this helps,

Jeroen
nexux
Posts: 2
Joined: Sun Dec 12, 2010 11:25 pm

Re: how to make a proxy configuration?

Post by nexux »

thx!
http_proxy_user <username>
If the HTTP proxy server requires authentication, this specifies the username.
can I use domain name here?
for example "
http_proxy_user ORG\W.Smith
"
User avatar
mightyohm
Site Admin
Posts: 1064
Joined: Fri Apr 03, 2009 10:29 pm
Location: Seattle, WA
Contact:

Re: how to make a proxy configuration?

Post by mightyohm »

If your proxy does not require authentication, try leaving those settings out. If your proxy does require a username and password, then you would enter them for the <username> and <password>.

I have never tried to use a proxy with mpd, so I have no idea if it works (or the version running on the router even supports it).
Post Reply