Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have squid running on my proxy. I tried to change it to listen on port 4112. Well, it works.
Now, my Dansguardian won't work. I'd changed the filter port to 8080 and proxy port to 4112. The problem is, where it goes wrong? Is it because the firewall setting?
I have squid running on my proxy. I tried to change it to listen on port 4112. Well, it works.
Now, my Dansguardian won't work. I'd changed the filter port to 8080 and proxy port to 4112. The problem is, where it goes wrong? Is it because the firewall setting?
Tnax in advanced.
yes, it could be the firewall settings... post the output of these commands (with squid and dansguardian running):
Code:
netstat -an | grep "LISTEN "
Code:
iptables -v -n -L
notice there is a space between LISTEN and the last quotation mark...
yes, it could be the firewall settings... post the output of these commands (with squid and dansguardian running):
Thanks.
I've to change back squid to listen on port 8080 and dansguardian's filter port to 3128 to make DG running. If not, it won't start. So here's how it goes:
and the outpuit of this command is too long to post here. And it takes me several minutes to realize there's no "attach button" here. Pardon me a n00b from n00bland...
you should be able to make squid and dansguardian run on pretty much any port you want... the typical ports are 3128 for squid and 8080 for dansguardian... squid doesn't need to be told about dansguardian, but dansguardian has a configuration file where you tell it which port squid is listening on - it should say 3128... without seeing your firewall rules, there's no way to say whether it's a firewall issue... if you firewall is logging, then check your syslog...
Ya, I've changed the DG's config file to the port that squid listening on.(i.e: 4112. That's the port that 'd changed in the squid config). Then I changed the filter port to 8080. With this configuration, DG won't start at all.
How can I attach the output(in a form of file) here as it's rather long to be put in a code tag.
I use Shorewall and had tried to changed the rule with this:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.