Guest User!

You are not Sophos Staff.

3.0.50 sockd not working

I've got a small problem here.
I've tried to set up the Socks server by enabling it in the WebAdmin interface and it came up but it refuses to make external connection.
In the daemon log there is a line saying "Connection Timeout".
As I had to do with the dante socks server in the past, I copied my old config file in and then everything works just fine.
But that is not the way it should be ;-)

Greetings
Jokey
Parents Reply
  • You can just edit /var/chroot-socks/etc/sockd.conf-default.  at the very top it 
    says:

    []
    []

    delete those 2 lines and replace with something like:

    internal: 192.168.64.2
    internal: 192.168.128.2
    internal: 192.168.224.2
    external: 127.0.0.1

    but of course use your own IPs.  now socks will work..  

    is this a way to patch this permanately?  i am not so familiar with what gets overwritten by the astaro frontend.

      [:S]
Children