On Tuesday 11 February 2003 15:53, Peter Nunn wrote: > Hi folks, > > still having firewall fun here.. > > Managed to get squirrel working behind an ipchains wall, but (because of > other problems) changed it to a iptables firewall last night. Now I'm > having troube getting squirrel through it. > > I can get my home page OK and one static link off that, but I can't get any > links off this second page to work and can't get to squirrel. > > Any ideas what might be causing this? > > My web chains look like this. > > # Web Server > # HTTP > $IPT -A tcp_inbound -p TCP -s 0/0 --destination-port 80 -j ACCEPT > # HTTPS (Secure Web Server) > $IPT -A tcp_inbound -p TCP -s 0/0 --destination-port 443 -j ACCEPT > > should that work?
Unless you're an expert with iptables you're probably better off using some kind of firewall builder script. I can strongly recommend www.shorewall.net, very easy and pretty logical to use. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* If Machiavelli were a programmer, he'd have worked for AT&T. */ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
