• No related posts.

      • No related posts.

        • No related posts.

          • No related posts.

              No related posts.

            Install Dante socks proxy

            Dante socks install :

            Download Dante from : ftp://ftp.inet.no/pub/socks/dante-1.2.0.tar.gz

            tar zxvf dante-1.2.0.tar.gz
            cd dante-1.2.0
            yum install gcc make
            ./configure
            make -j4
            make install

            ifconfig -a |  grep inet | awk ‘{print $2}’ | awk -F ‘:’ ‘{print $2}’ | grep -v 127.0.0.1 >  /root/ips

            for i in `cat ips` ;do echo “internal: $i port = 6060″ >> /root/sockd.conf ;done

            Example of sockd.conf :

            logoutput: stderr
            method: username none
            external: externalIPtouse
            client pass {
            from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0
            }
            pass {
            from: 0.0.0.0/0 to: 0.0.0.0/0
            method: username
            protocol: tcp udp
            }

            Launch using :

            sockd -f /root/sockd.conf -d

            Related posts:

            1. Fix Apache – No space left on device: Couldn’t create accept lock
            2. Install JWEB on Juniper
            3. Change mysql password
            4. RPM relocatable packages
            5. Install upgrade a different Juniper release
            This entry was posted in Centos, Debian, Fedora, Linux, Redhat, Ubuntu and tagged , , , , , , .

            Leave a Reply