Questions tagged [socks5-proxy]
The socks5-proxy tag has no summary.
42 questions
0
votes
1
answer
118
views
route traffic to 127.0.0.1
My scenario:
I have two machines:
192.168.1.1
192.168.1.2
Machine 2 has a ssh server and I created a tunnel in machine 1 such as:
ssh -CfND 7777 [email protected] -4
I ran above command in machine ...
0
votes
0
answers
184
views
SSH port forwarding was working, now it's not
I have a pair of CentOS7 servers in a production environment where the server on the internal network opens up an ssh SOCKS proxy tunnel to the server on the edge network to allow the internal server ...
2
votes
1
answer
347
views
Firefox traffic through socks-proxy SSH tunnel attempt to use IPv6 on systems where IPv6 is not supported
I need to use socks proxy in Firefox on my laptop, using ssh tunnel to server
On my laptop, I set socks proxy in firefox, and connect to server:
ssh server -D1234
When I visit any website in firefox, ...
0
votes
1
answer
872
views
How to connect socks5 proxy in fedora 39?
I recently switched from Windows to Fedora, and I'm used to using "Proxifier" on Windows to connect to a proxy server effortlessly.
Now, I've got this socks5 IP, port, username, and password ...
1
vote
0
answers
162
views
Change tap device gateway
I have vps server, install softether on it , softether use tap device name tap_se with
subnet 192.168.24.0/21 netmask 255.255.248.0 broadcast 192.168.31.259,
clients connect with openvpn or l2tp to ...
1
vote
2
answers
5k
views
Check whether SOCKS5 proxy server support UDP
Suppose I have UDP server that listen incoming message on 192.168.43.1:1234 and SOCKS5 proxy server that listen on 192.168.43.2:9999.
How do I check whether SOCKS5 proxy server support UDP when ...
2
votes
1
answer
2k
views
Using cURL with NordVPN SOCKS5 proxy
I am trying to use the cURL utility to fetch a web page through a NordVPN SOCKS5 proxy, but not having any luck. I would expect the following command line to work.
curl -v -x "socks5://<...
1
vote
1
answer
404
views
curl using socks5 proxy and IPv4
When using curl with socks5 proxy, seems that my IPv4 addressing is gone:
$ env ALL_PROXY=socks5h://localhost:8001 curl -4 ipconfig.io
2607:xxxxxxxx:681f
$ curl -4 ipconfig.io
97.xx.xx.116
What is ...
1
vote
0
answers
601
views
How to bind SSH SOCKS5 proxy endpoint to a specific interface?
I'd like to use SSH on my Windows box to setup a SOCKS5 proxy to my multi-interface pfSense box and want the proxied traffic to be routed over a specific interface on the pfSense box. The -b option ...
1
vote
0
answers
1k
views
socks 5 proxy in centos 7
I want to run socks5 proxy server on centos7
Dante is for Debian
squid can not handle socks proxy
ss5 is too slow(almost do not work)
any good opensource socks5 proxy for centos7?
can anyone help me ...
0
votes
1
answer
3k
views
SOCAT (only) reverse tunnel
I have a situation where we are trying to get data from one network to another - specifically access to a private maven repo on a different network.
Network 1 contains a maven repo. And network is ...
0
votes
1
answer
1k
views
Socks5 proxy requests stopped working on Ubuntu 20.04
Good Day.
I want to set up a socks5 proxy so I can feed requests through my server with a different IP. I am currently running Ubuntu 20.04 and this is done through DigitalOceans Droplets (VPSes)
This ...
2
votes
0
answers
1k
views
Is there really no way to set socks or proxy in Xfce as simply as in Gnome?
I've been reading some articles on how to set an HTTP proxy or a socks server with Xfce, and one of the solutions was to add some lines to /etc/environment and then logout and log back in. Not very ...
1
vote
0
answers
341
views
Can't create SSH SOCKS tunnel with a chroot'ed user
I'm attempting to set up a SOCKS proxy via ssh with a user in a chroot jail. After creating the tunnel, connection attempts result in:
channel 2: open failed: administratively prohibited: open failed
...
0
votes
1
answer
496
views
Port forwarding between 3 dedicated servers
I have a main node on one dedicated server where all ports are opened.
I have to additional dedicated servers where some ports that we are using to communicate between servers are closed by ISP ...