Can't get wget and lynx to work
Hi
I'm really struggling to get wget and lynx to work and would appreciate the help. I'm using Mepis 3.4 (which has been great), Guarddog and a Netgear DG834G wireles router. Posting to forums, and surfing with Firefox, works great but I get the following error messages when I try do anything on the command line:
Lynx
$ lynx (website)
Can't Access `Website'
Alert!: Unable to access document.
lynx: Can't access startfile
and an earlier error
$ lynx website
Looking up localhost:4001
Making HTTP connection to localhost:4001
Sending HTTP request.
HTTP request sent; waiting for response.
Retrying as HTTP0 request.
Looking up localhost:4001
Making HTTP connection to localhost:4001
Alert!: Unable to connect to remote host.
Wget
$ wget website
-- website
=> `index.html'
Connecting to 192.168.0.2:8080... failed: Connection refused.
and this earlier error
Error parsing proxy URL (website) : Bad port number
I've tried turning Guarddog off! I've also tried, not knowing what I'm doing:
export http_proxy="192.168.0.1:8080"
and
wget proxy=off 192.168.0.2
Any ideas?
Thanks
Oh I can't include websites in my first post; hence (website)
|