On Wed, 16 Feb 2005 09:05:57 -0600, Kevin Kuphal <[EMAIL PROTECTED]> wrote: > Chris Ainslie wrote: > > >Hi All, > > > >I'm a bit of a *nix newbie and would appreciate some > >advice. Is there any way that I can setup Myth to > >connect to the net via a proxy server? For example, > >all the other machines on the network connect to the > >outside world on 192.16.0.1:4480 I'd like to be able > >to configure Myth (or even better, the entire > >KnoppMyth installation) to use the same details. > > > >Is this possible & if so, does anyone have any > >instructions. A basic, "edit this file with this" > >will do me just fine. > > > > > > > If you're referring to the XMLTV/DD downloads (which is, I think, the > only "net" access that Myth does), I believe it uses wget to do the > downloading so you might try this: > > export http_proxy="http://192.168.10.11:8080" > export ftp_proxy="http://192.168.10.11:8080" > > alias wget='wget --proxy-user="Wonderwall\JohnDoe" --proxy-passwd="Go4It"' > > I think that would "hardcode" wget to use a proxy all the time for all > users (assuming you export the variables in the global login script) > > Kevin
I currently have my Myth arrangement behind a proxy... I use tcsh, so instead of it is more of "setenv http_proxy "http://xxx.yyy.zzz.qqq:port#" I put these in the .tcshrc files of the root and myth users. My proxy does not require user/password. Bash (shell) users would have a different arrangement. This works fine for everything I have tried EXCEPT for the weather and news functions. I have yet to determine how to get those to go through. Alex
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
