Link to home
Start Free TrialLog in
Avatar of KURGAN
KURGAN

asked on

AIX and socks

Hi, anybody can give me any idea about how I can socksify an AIX 4.3.2 in
a RS-6000 in order to do ftp thru one firewall?. I can do it with a Win95 in a PC socksified. How can I do it in AIX?
ASKER CERTIFIED SOLUTION
Avatar of markus_baertschi
markus_baertschi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KURGAN
KURGAN

ASKER

Adjusted points from 100 to 150
Avatar of KURGAN

ASKER

Thanks Markus, but I've tried that before you answered me. I suppose that my actual problem is the configuration of socks.conf file. Can you help me with this?
Kurgan,

here my /etc/socks.conf file:
---
direct 62.184.160.0 255.255.254.0
direct 62.186.0.0 255.255.0.0
sockd @=62.184.175.2 0.0.0.0 0.0.0.0
---

I have two subnets inside the firewall.
The two direct statements define them (direct subnet-ip netmask)
The sockd statement defines the firewall (sockd @=firewall-ip 0.0.0.0 0.0.0.0)

You could define multiple firewalls for multiple destinations, but you don't need that.

Just replace the above IP adresses with what you have and it should work fine. You need a working DNS as well. If 'host www.ibm.com' works this is probably fine.

Markus
Avatar of KURGAN

ASKER

Answer accepted
Avatar of KURGAN

ASKER

Thanks Markus it was more easy than I suppossed.
Thanks for your help...