Re: ipchains/firewall oddly blocking random websites

2002-02-24 Thread Richard Hector
"Bryan K. Walton" wrote: > > Feb 22 17:21:43 cortafuegos kernel: Packet log: input DENY eth0 PROTO=6 > 66.28.69.136:80 66.222.30.128:62556 L=48 S=0x00 I=162 > 0 F=0x4000 T=51 (#26) > > Can anyone help me pinpoint my problem? I am really scratching my head > on this one. Those numbers on the end

ipchains/firewall oddly blocking random websites

2002-02-22 Thread Bryan K. Walton
I have a bizarre problem that I am having trouble fixing. I have a home firewall running kernel 2.2.20 with ipchains. For some odd reason, the firewall blocks about 5% of the websites I try to go to. I turned on logging for my HTTP ipchains rules and nothing out of the ordinary seems to be happe

Re: configure kernel for ipchains firewall

2000-06-13 Thread voy1d
fall as well, I will find a center in you, I will chew it up and leave. Trust me' - Original Message - From: Chris Mason <[EMAIL PROTECTED]> To: Debian-User Sent: Wednesday, June 14, 2000 11:34 AM Subject: configure kernel for ipchains firewall > Having compiled the kernel (2

configure kernel for ipchains firewall

2000-06-13 Thread Chris Mason
Having compiled the kernel (2.2.15) suing the debian package on my firewall, I find that I have problems with outbound FTP and other uploads. Incoming is OK. I think I may have compiled the wrong options into the kernel, can anyone advise on the options I should have selected? I am using PMfirewall

Re: ipchains/firewall

2000-03-07 Thread John Leget
You only need to enable it on the PC thats connected to the internet . (Unless i you want multiple levels of firewalls ??) check out the following site it has a mailing list for ipchains, i joined and occasionally have a read thru, its slowly starting to make sense to me , must be absorbing it s

ipchains/firewall

2000-03-07 Thread ktb
I've read through the ipchains howto and the man page and the firewall howto and I'm confused. My setup will have a firewall and two other computers hooked together through a hub. I will access the web through dialup/squid. I have Debian Slink running on the firewall and one of my other computers

Re: ipchains firewall rules

2000-01-20 Thread Ethan Benson
On 20/1/2000 dyer wrote: Are the deny's perhaps UDP packets? no, they are tcp, I have not yet tried to do anything about udp packets. looking closer at the way portmapper seems to do things, it appears to me that any rpc service that is registered is given a random port, not necessarly pri

Re: ipchains firewall rules

2000-01-20 Thread dyer
Ethan Benson wrote: > hi, > > > > what i tried was adding 3 new rules to the very beginning of the input chain > > ipchains -I input 1 -p tcp -i ppp0 -d 0.0.0.0/0 53 -j ACCEPT > ipchains -I input 2 -p tcp -i ppp0 -d 0.0.0.0/0 113 -j ACCEPT > ipchains -I input 3 -l -p tcp -y -i ppp0 0.0.0.0/0 :102

ipchains firewall rules

2000-01-20 Thread Ethan Benson
hi, I have a powerpc machine of which i just installed debian, (this machine is the only one with a modem) I have installed the ipmasq package which seems to do what is required. however, I have a need to mount a NFS share from another machine in the private network on the powerpc, this of c