Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
iptables syntax help - No chain/target/match by that name [newbie]

iptables syntax help - No chain/target/match by that name [newbie]

2004-03-09       - By Noah

 Back


redhat-8.0
iptrables 1.2.8


hi there,

trying to get iptables runnign properly and taking some config advice from the
Haxial website but Having a bit of difficulty getitng iptables working properly:

this is a snip from the config file:

--- snip ---

PORTFWIP= "192.168.1.69 "

$IPTABLES -A PREROUTING -i $EXTIF -p tcp --dport 10800 -j DNAT
--to-destination $PORTFWIP:10800
$IPTABLES -A PREROUTING -i $EXTIF -p udp --dport 10800 -j DNAT
--to-destination $PORTFWIP:10800
$IPTABLES -A PREROUTING -i $EXTIF -p tcp --dport 10700 -j DNAT
--to-destination $PORTFWIP:10700
$IPTABLES -A PREROUTING -i $EXTIF -p tcp --dport 10600 -j DNAT
--to-destination $PORTFWIP:10600

-- snip ----

here are the errors

--- snip ---


Enabling forwarding..
Clearing any existing rules and setting default policy..
FWD: Allow all connections OUT and only existing and related ones IN
Enabling SNAT (MASQUERADE) functionality on eth0
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name

Done.

--- snip ---

the forwarding of port 10600, 10700, 10800 to 192.168.1.69 is not happening -
what am I doing wrong?


--- snip ---

# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state
RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

---- snip ---


- Noah


--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list