Linux Netfilter discussions
 help / color / mirror / Atom feed
* help with iptables
@ 2003-06-03  9:22 Tahmid Quazi
  0 siblings, 0 replies; 7+ messages in thread
From: Tahmid Quazi @ 2003-06-03  9:22 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

Hi
 
I am trying to use the iptables command on an iPaq running Familiar. The kernel version is 2.4.18-rmk3-hh6. 
The kernel does not have netfilter configured so for any functionality I need, I have to install a module.
 
I have installed the following modules:
iptable_filter
ip_tables
 
successfully. ( i can see them when i type /proc/modules)
 
But when i try a simple iptables command (i got this from the "howto" document)
/ # iptables -A INPUT -s 127.0.0.1 -p icmp -j DROP
 
I get the following output:

iptables: No such file or directory
 
Please could someone tell me what i am doing wrong or missing.
 
Many thanks in advance for your help!
 
-- tahmid


[-- Attachment #2: HTML --]
[-- Type: text/html, Size: 1603 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Help with iptables
@ 2003-06-03  9:22 Tahmid Quazi
  2003-06-04 18:32 ` Aldo S. Lagana
  2003-06-05  4:41 ` Jerry M. Howell II
  0 siblings, 2 replies; 7+ messages in thread
From: Tahmid Quazi @ 2003-06-03  9:22 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

Hi
 
I am trying to use the iptables command on an iPaq running Familiar. The kernel version is 2.4.18-rmk3-hh6. 
The kernel does not have netfilter configured so for any functionality I need, I have to install a module.
 
I have installed the following modules:
iptable_filter
ip_tables
 
successfully. ( i can see them when i type /proc/modules)
 
But when i try a simple iptables command (i got this from the "howto" document)
/ # iptables -A INPUT -s 127.0.0.1 -p icmp -j DROP
 
I get the following output:

iptables: No such file or directory
 
Please could someone tell me what i am doing wrong or missing.
 
Many thanks in advance for your help!
 
-- tahmid


[-- Attachment #2: HTML --]
[-- Type: text/html, Size: 1583 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Help with iptables
@ 2003-12-10 23:45 Bryan Dyson
  2003-12-11  0:31 ` John A. Sullivan III
  2003-12-11  0:46 ` Michael Gale
  0 siblings, 2 replies; 7+ messages in thread
From: Bryan Dyson @ 2003-12-10 23:45 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]


Hi folks,

I've got my iptables setup and working with one small glitch. My ISP
says I'm an open proxy.
What I'm trying to do is set a rule in iptables that will drop port 3128
requests coming from the outside but still allow my internal network to
use the proxy on this port.
I've tried the following, but they seem to shut down routing of e-mail
from the internal mail server:

-A PREROUTING -I eth1 -p tcp -m tcp --dport 3128 -j DROP
And
-A PREROUTING -I x.x.x.x (public IP) -p tcp -m -tcp --dport 3128 -j DROP


If anyone could help I'd appreciate it.

Bryan Dyson
LAN/db Administrator
Solana Beach Presbyterian Church
858-509-2580
Shelby 5.4.1472



[-- Attachment #2: Type: text/html, Size: 1501 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-12-11  0:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-03  9:22 help with iptables Tahmid Quazi
  -- strict thread matches above, loose matches on Subject: below --
2003-06-03  9:22 Help " Tahmid Quazi
2003-06-04 18:32 ` Aldo S. Lagana
2003-06-05  4:41 ` Jerry M. Howell II
2003-12-10 23:45 Bryan Dyson
2003-12-11  0:31 ` John A. Sullivan III
2003-12-11  0:46 ` Michael Gale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox