General :: Problem Installing Dante Socks Server On BT4?

Oct 15, 2010

I'm going to make this as easy as possible for everyone to understand my thoughts. I am trying to install dante socks server on bt4. I'm using the root account incase someone asks.Information on what i have and want:

Code:
root@bt:/# uname -a
Linux bt 2.6.30.9 #1 SMP Tue Dec 1 21:51:08 EST 2009 i686 GNU/Linux
Code:
root@bt:/# apt-cache show dante-server
Package: dante-server
Priority: optional

[Code]...

So what do you guys think i should do? Apart from searching on google wich i already did, but then again i'm no linux expert so i'm not sure what to look for.

View 7 Replies


ADVERTISEMENT

Ubuntu Networking :: Configure Dante SOCKS Server To Route Through VPN?

Aug 31, 2010

I'm trying to configure dante so that it only connects to the internet through the PPTP VPN interface (which is ppp1). My configuration file is currently like this:

Code:
internal: 127.0.0.1 port = 3333
external: ppp1
method: username none
logoutput: stderr
user.notprivileged: abc

[Code]...

View 1 Replies View Related

General :: Access Remote Mysql Server Through Socks Proxy Server?

Aug 25, 2010

Scenario:A - Local Unix machineB - socks proxy server port 1080C - remote mysql server port 3306I want to connect to the remote mysql server(C) from local unix machine(A) using sock proxy(B).

View 1 Replies View Related

Server :: Server Setup Using Ubuntu For SSH Account Hosting For Socks Proxy?

Mar 21, 2010

I have a few friends that have seen me bypass firewalls with a socks proxy (SSH). I explained on how it works and how secure it is for browsing the Internet and checking your email in public places. I had at least 6 asked me if I could set up an account on my server for them and they would pay me! Now what I wanted to know was how I can set this up in a server and website where they can register an account and pay me through PayPal! I don't need help setting up the site! Just on how to set up the server to automate this. What tools are needed (ex. ISPConfig, jailkit.... stuff like that?) I don't mind doing this manually but if I get more people that would like this I don't really want to do every single one.

View 1 Replies View Related

Server :: Experience With Antinat Socks 5 Server?

Apr 19, 2010

That program is recommend by author of foxyproxy extension for firefox,so i installed and connection to socks5 works fine,but i want to set username and password as well,and that for some reason doesn't work.Does antinat support that at all or is that just for local users?Also i tried ss5 socks server which works fine with username and pass but for some reason foxyproxy extension not working with it(on logs i see ERROR IS CONNECT).So basically i need socks 5 server program with username and pass support and it need to work with foxyproxy extension as client.

View 1 Replies View Related

Server :: Setup A Socks Proxy Server?

Mar 6, 2010

how can we setup a socks proxy server.

View 7 Replies View Related

Networking :: IPTables - Using SSH As Proxy / Socks Server

May 4, 2010

I'd like to use ssh as a proxy/socks server and redirect all connections through this proxy.
It would look like : ssh -D 123 -N host
iptables ...
I've never used iptables before and I did not manage to find any useful for this particular case solutions on the internet.
So, what's the good way to do that ?

View 1 Replies View Related

Ubuntu Networking :: Download Directly To SSH Server Via SOCKS?

Feb 17, 2011

Here's the setup:

- SSH server on Maverick
- Connecting from Windows XP via putty
- XP Firefox using SOCKS proxy over SSH tunnel

What I would like to do is use XP Firefox to download large files from various file-hosters (Rapidshare, Hotfile...), but download them straight to Maverick instead of forwarding the download to XP. Right now, my only option is to remote desktop into Maverick and download it using Ubuntu's Firefox. And simply using wget did not prove to be simple.

View 3 Replies View Related

OpenSUSE Network :: Dante Socksify On 11.4 Not Working?

Apr 18, 2011

I installed dante from yast on opensuse 11.4 and edited /etc/socks.conf to reflect my network configuration but when I try to socksify a command, nothing happens. Even a non-network command, such as "ls -l" does nothing when preceded by socksify.

View 9 Replies View Related

Ubuntu Networking :: FreeSSHd - Using Windows PC As Socks Proxy Server

Aug 5, 2010

I downloaded freeSSHd [URL] on my Windows XP SP3 PC and configured the firewall to allow port 22. My grander scheme is to use this Windows PC as a SOCKS proxy server, that I can connect to at school to circumvent internet filtering and keep my data private. Does anyone know of a way that I could somehow get every internet-connected-program/service (chats, email, browsers, etc) to use this encrypted connection without having to configure every program individually? I think this link is on to something, but I'm not certain what he's getting at [URL].

View 1 Replies View Related

Programming :: Java.net.SocketException: Malformed Reply From SOCKS Server?

Jun 22, 2011

am getting an error "java.net.SocketException: Malformed reply from SOCKS server" when trying to create a socket to an ip.but when i use localhost,its working fine

Error
Socket skt=new Socket("192.168.1.18",4000);
working
Socket skt=new Socket("localhost",4000);

View 1 Replies View Related

Ubuntu Servers :: Setup SOCKS5 Proxy - Cannot Find A Way To Get A SOCKS Server Up And Running On VPS

Mar 30, 2010

I have an interesting situation. I'd like to use bittorrent for legitimate purposes (mainly linux distro based) but the powers that be have blocked access to bittorrent at my university. I have an ubuntu VPS that I use for odds and ends and was thinking that I could setup a SOCKS5 server on it. That way, I can input the SOCKS5 info directly into the proxy section of my local bittorrent application (Transmission 1.92 running on snow leopard) and be good to go. The problem, however, is that I cannot find a way to get a SOCKS server up and running on my VPS. I've heard that ssh can be used as a simple SOCKS server, but I've also heard that i may need to install a more complete SOCKS server such as dante. Does anyone have any thoughts on this?

View 1 Replies View Related

General :: Share A Socks Proxy On LAN?

Jul 6, 2010

I have socks proxy running on port 1080. I want other people on LAN to use this proxy. How can I do that?

One way is that the client can run this command and then use proxy 127.0.0.1:1080 on his computer:

ssh -L 1080:127.0.0.1:1080 myusername@myipaddress

But, I dont want to use ssh because that requires me to give my password to others.

View 2 Replies View Related

General :: How To Sftp Using A SOCKS V5 Proxy

Feb 17, 2010

what is the command to sftp from one linux host to another linux host through a SOCKS v5 that requires authentication? I have tried:

Code:

# sftp -o "ProxyCommand netcat -X socks_proxy_host:1080 %h %p" external-server

I know this does not have auth in it but I was going to come to that later

output
Code:
Connecting to external-server...
netcat: invalid option -- 'X'

[code].....

View 7 Replies View Related

General :: Allow Other Computers To Use Local SOCKS SSH Tunnel?

Apr 30, 2011

I often use an SSH tunnelling on my computer, using a SOCKS proxy.

ssh -D 1234 example.com

However, this only accepts local connections. I would like other systems on my network to be able to use the proxy on my computer as well.

How can I achieve this? If SSH doesn't have an option itself I imagine it might be possible to have a program proxy the proxy on a different port, but I don't know if there are any common tools to do this.

View 2 Replies View Related

General :: Check If A Socks 5 Proxy Works?

Jun 28, 2011

Is there an easy way, preferably by using the linux terminal, to check if a socks 5 proxy works?

View 1 Replies View Related

General :: Dynamic SOCKS Proxy Using PuTTY?

Apr 22, 2010

I have a problem with dynamic socks:

My VPS having this output of /sbin/ifconfig:

Code:

eth0 Link encap:Ethernet HWaddr 00:19:B9:B6:D2:3D
inet addr:x.y.114.13 Bcast:x.y.114.255 Mask:255.255.255.0
inet6 addr: abcd::xyz:fghj:ffgh:d23d/64 Scope:Link

[code]....

How can i use [x.y.101.1-3] address as proxy with putty?

View 1 Replies View Related

General :: Secure Firefox Traffic (+DNS) Through SOCKS Proxy Under Ubuntu 10.04?

Jun 25, 2010

I'm using Ubuntu 10.04, and starting a SOCKS proxy with 'ssh -D', and setting Ubuntu to use it with "System -> Preferences -> Network Proxy". Firefox uses the proxy, and the proxy's IP appears when I visit a site like [URL]. is Firefox resolving DNS requests through this proxy? Is my web-browsing truly secure? (That is, until I exit the other end of the proxy.

I know it's insecure after that.) (And I've verified the keys, I'm not being man-in-the-middled) (And--screw it. You know what I mean. Is it resolving DNS requests through the proxy?)I don't know how I would go about verifying such a thing for myself.Using additional hardware such as another debugging proxy is not an option. If Firefox isn't resolving my DNS requests through the SOCKS proxy, how do I go about fixing it?

View 3 Replies View Related

General :: Get Internet Access Via Firefox On MachineB By Creating A Series Of SOCKS Proxy Via SSH?

Apr 8, 2010

I've been doing some security testing in a lab environment that does not have direct internet access. From home to connect to my lab machine, I

1. SSH to machineA.
2. SSH from machineA to machineB

where machineB is my actual lab machine. neither machineA or machineB allow anything other than SSH, and machineB is only accessible from machineA. However, I really need to run yum on machineB.I have managed to get internet access via Firefox on machineB by creating a series of SOCKS proxy via SSH.

1. machineB: ssh -L 12345:localhost:12345 user@machineA
2. machineA: ssh -D 12345 user@machineC
3. machineB: configure firefox to use socks proxy, localhost, 12345

where machineC has internet without limits placed. This is the only way I have managed to get internet working. I tried using ssh -L all the way from machineB->machineA->machineC but it didn't work (even when setting Firefox to use http proxy). I tried using ssh -D all the way, but again that doesn't work either. I do have access via Firefox using socks proxy. However, yum update fails to retrieve mirror list, and from what I have found I don't believe yum supports socks proxy directly. Instead, it uses http_proxy / ftp_proxy.how to get yum to go out over the SOCKS proxy I created (same one using in Firefox)? It seems like since Firefox can access the internet and everything without issues, i should be able to get yum to tunnel through the same connection to access everything.... I tried

>export http_proxy="http://localhost:12345"
(yum.conf) proxy="http://localhost:12345"

View 8 Replies View Related

General :: Convert HTTP Proxy To SOCKS Proxy?

Feb 27, 2010

I've been doing some security testing in a lab environment that does not have direct internet access. It's actually a little complicated: From home to connect to my lab machine, I

1. SSH to machineA.
2. SSH from machineA to machineB

where machineB is my actual lab machine. neither machineA or machineB allow anything other than SSH, and machineB is only accessible from machineA. However, I really need to run yum on machineB. I have managed to get internet access via Firefox on machineB by creating a series of SOCKS proxy via SSH.

1. machineB: ssh -L 12345:localhost:12345 user@machineA
2. machineA: ssh -D 12345 user@machineC
3. machineB: configure firefox to use socks proxy, localhost, 12345

where machineC has internet without limits placed. This is the only way I have managed to get internet working. I tried using ssh -L all the way from machineB->machineA->machineC but it didn't work (even when setting Firefox to use http proxy). I tried using ssh -D all the way, but again that doesn't work either.

I do have access via Firefox using socks proxy. However, yum update fails to retrieve mirror list, and from what I have found I don't believe yum supports socks proxy directly. Instead, it uses http_proxy / ftp_proxy. how to get yum to go out over the SOCKS proxy I created (same one using in Firefox)? It seems like since Firefox can access the internet and everything without issues, i should be able to get yum to tunnel through the same connection to access everything.... I tried

[URL]

View 1 Replies View Related

General :: Installing (centos) On HP Server

Dec 9, 2010

i have a server with four hard disk and RAID5 config , i want to install Centos5.5 on this server . while installing it asks me following :
1-use free space
2-remove all linux partition & create default
3-remove all patition and create default
i just wont to know which option i should choose.

View 2 Replies View Related

Software :: YUM Via SSH SOCKs Tunnel?

Dec 3, 2010

i have a Netbook which is connected to the internet with its wireless card, i have another computer that connect to the Netbook via wired cable (LAN), in order to shre files BTW the computer and still get an internet connection to the bench computer i am using SSH server on hte Netbook, and create a SOCKs (i really don't know that is it exactlly, i just followed up with some tutorial) on the bench and i can get an internet connection on the bench machine via Firefox.

the problem arise when i try to use YUM, as far as i understand it, it does not know about the SOCKs.the masseges that i got from yum are:14: PYCURL ERROR 56 - ""i have tried so far (based on some googleing that i have did):1. type 'export http_proxy='http://localhost:8080"' (8080 is the port i use to create the Dynamic SSH for the SOCKs) in the bench machine.2. in yum.conf i have tried to add a 'proxy=...' line.i have found somthing that i think could help, but i didn't tried it

View 1 Replies View Related

General :: Installing Dual Server On One Machine?

Jul 20, 2010

I want to install ubuntu server and redhat server on a machine. How to do it.

View 2 Replies View Related

General :: Installing CentOS 5.5 On IBM X336 Server?

Aug 31, 2010

I have purchased an IBM x336 server. The IBM website says that the server supports Linux. After doing some research, I decided to install CentOS 5.5 on this server. The goal is to use it as a internal web server for testing. My problem lies with the installation process, for some reason Linux does not see my hard drives. The server is equipped with two 36GB hot-swappable SCSI drives. When I get to the screen to choose where to install Linux, it only gives me options to install over a network, which I cannot do, because no hard drives are shown in the list. I have looked through the BIOS but I do not see any settings that would prevent the hard drives from showing. I have been able to boot to CentOS 5.5 using a LiveCD, but even then I still cannot access my hot-swappable SCSI drives.

View 4 Replies View Related

Ubuntu Servers :: When Installing Server Ask About Installing DNS Server?

Jan 4, 2011

I am trying to install a ubuntu server to serve sites. More than one, so Ill use Apache VirtualHost.When installing ubuntu server ask me about installing DNS Server? do i need it?

View 6 Replies View Related

Ubuntu :: How To Install SOCKS Proxy

Jan 18, 2010

How can I install SOCKS proxy?

View 2 Replies View Related

Ubuntu :: Tor Be Configured As A Socks Proxy?

May 8, 2010

Just a general question.

Can Tor be configured as a socks proxy? Would it change the IP even if the user was loading a java applet?

View 1 Replies View Related

Networking :: Any Way Can Get It Tunneling Over Socks Proxy?

Feb 24, 2010

I have been ssh tunneling, which works great.I can browse the internet by simply tunneling my traffic through my SSH server.the following command: ssh -ND 9999 username at myserver.i cant postlinks.is all I have type, and I can connect to a SOCKS proxy server on localhost:9999.My problem is that I have an application that only supports HTTP proxies.Is there any way I can get it tunneling over the socks proxy?

View 4 Replies View Related

Red Hat / Fedora :: Generating Own Socks 5 Proxy?

May 8, 2009

I want to generate my own socks 5 proxy not for lan but for my use on internet I want to access that proxy from any pc and any connection. Like proxy supplied by atomintersoft.com or xroxy.com i want to create my own 300 socks 5 proxy. I can have dedicated server if required to do so.

1)tell me steps to create my own socks5 proxy.What are general system requirement.

2)Which Distro will be best for this purpose.I am new here and dont have idea about linux but can grasp everything faster than u!

View 1 Replies View Related

Slackware :: Securely Browsing The Net � Using SOCKS?

Jan 30, 2011

I read this article:[URL]..(Alien for all packages and howto) but I have some doubts. Let's see if I understand correctly. In practice, we open a port (8888 for example) on the local PC on which you made a ssh tunnel to our server, right? Who resolves the dns? Our remote server? With this technique we are safe even from sending data through unencrypted protocols like hhtp (not https)? An administrator who wants to see what we visited what would see in his log?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved