Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: 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
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: 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
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
Subject: Ipchains getting started

Subject: Ipchains getting started

2003-04-29       - By Marci Wilken

 Back
I am just getting started with linux IPchains and I could use some basic
information.  I have read all the howtos that I can find but I have a
question as it relates to my network.  I am running a local network of
win and os2 machines.  I have a Linux internet server that will host my
web site.  I am connected to the internet thru a dsl modem  

The network is setup as follows
network workstations 185.68.1.2/24
Server network card 185.68.1.1
Internet network card  198.14.14.1
Internet gateway 198.14.14.12

I want to connect the system so that the network stations can access the
internet  so this is what I came up with the command

ipchains -A OUTPUT -p tcp -s 185.68.1.2/24 www -j ACCEPT
ipchains -A INPUT -p tcp -d 185.68.1.2/24  www - j ACCEPT

1. am I using the correct source and destination values or should I use
the IP for the server nic. 185.68.1.1

2. if I am setting input filtering up on the Internet side of the card
should I use the Nic card address or the gateway address. ie

ipchains - A INPUT  -p tcp -s 198.14.14.12 ftp -j REJECT -l
(Block ftp connection from the internet to the server and then logs them)


3. should I have a proxy server setup first?

4. Has anyone setup a system like above so that I can run everquest from
a network machine.

Help Always Appreciated

MJ Wilken