From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Malvin Subject: routing specific IP addresses Date: Wed, 25 Feb 2004 11:49:42 -0600 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1077731382.3585.32.camel@ziggurat8> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Netfilter I'd like to gain some understanding of an existing rule on my firewall that is allowing only a specific range if IP addresses outside. This rule was created by the previous network admin. The rule is: -A FORWARD -s 10.1.1.0/255.255.255.192 -i eth2 -j ACCEPT I understand that the "/255.255.255.192" part of the above rule is allowing only a specific range of IP addresses out to the Internet. How is this rule working and how would I expand the range or create an new range?