anyone please tell me what are the proper YAST configurations for a PROXY SERVER either on SUSE10.0 or any distro.

anyone please tell me what are the proper YAST configurations for a PROXY SERVER either on SUSE10.0 or any distro.

I'm afraid you'd have to go CLI (terminal) and edit /etc/squid/squid.conf for that. The most basic that you can add will be:

http_port 3128

acl mynetwork src 192.168.0.0/24

http_access allow mynetwork

httpd_accel_port 80
httpd_accel_with_proxy on

Feel free to check out the sample Squid configuration at the Squid site.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.