1
vote
1answer
227 views

iptables redirect tcp to checkip.dyndns.org from localhost to 127.0.0.1:8118

I've tried several different combinations of rules and nothing seems to be working. I know that you can't use prerouting table for a request coming from the localhost so I used the output table and ...
1
vote
2answers
848 views

wget is working only when used with sudo

I'm having quite a strange behavior with wget since yesterday. I can download files by using sudo wget, but when I try the same file with only wget, I can get this error: yusufh@ubuntu-yuh:~$ wget ...
0
votes
3answers
1k views

wget doesn't take variable http_proxy

If I run: echo $http_proxy It output: http://user:pass@host:port But when I run: wget www.google.com It output: Resolviendo www.google.com... 209.85.195.104 Caching www.google.com => ...