Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wget and socks proxy
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
potatoface
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: ::7F00:1

PostPosted: Wed Mar 23, 2005 7:01 pm    Post subject: wget and socks proxy Reply with quote

hi,
i cant get wget working with a socks5 proxy.
i emerged and configured the dante client in /etc/socks/socks.conf:
Code:
route {
   from: 0.0.0.0/0   to: 127.0.0.0/16  via: direct
   command: connect udpassociate
}

route {
   from: 0.0.0.0/0   to: 192.168.0.0/16  via: direct
}

route {
   from: 0.0.0.0/0   to: 0.0.0.0/0   via: 192.35.241.134 port = 1080
   protocol: tcp udp
   proxyprotocol: socks_v4 socks_v5
   method: none
}

i read somewhere in the docs that i must set socks5 in my USE variable and remerge wget. normally wget should download the files during an update trough the socks proxy when i type i.e. socksify emerge -u -a system but it doesnt.
when i look at the output of netstat --tcp -c i get this:
Code:
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        1      0 sick.mesc.lan:59162     socks.tuwien.ac.a:socks CLOSE_WAIT
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        1      0 sick.mesc.lan:59162     socks.tuwien.ac.a:socks CLOSE_WAIT
tcp        0      0 sick.mesc.lan:43791     69-56-226-238.thepl:www ESTABLISHED
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 sick.mesc.lan:43791     69-56-226-238.thepl:www TIME_WAIT

but i want to connect trough socks.tuwien.ac.a:socks.
anyone who has a solution for this? or just a hint?
_________________
The generation of random numbers is too important to be left to chance.
Adopt an unanswered post.
Back to top
View user's profile Send private message
gsurbey
Apprentice
Apprentice


Joined: 24 Mar 2003
Posts: 212
Location: Nashua, NH

PostPosted: Mon Jan 12, 2009 8:03 pm    Post subject: Reply with quote

This is the closest post I've seen in my search towards an answer to your question.
_________________
-Greg Surbey
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum