Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 1998 20:34:43 -0600 (CST)
From:      Alejandro Galindo Chairez AGALINDO  <agalindo@servidor.exsocom.com.mx>
To:        Ludwig Pummer <ludwigp@bigfoot.com>
Cc:        Archie Cobbs <archie@whistle.com>, freebsd-isp@FreeBSD.ORG
Subject:   Re: ipfw rule for permit http access
Message-ID:  <Pine.BSF.3.96.980215203330.22848A-100000@servidor.exsocom.com.mx>
In-Reply-To: <3.0.3.32.19980215125219.0333a778@mail.plstn1.sfba.home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
	Thank you very much for your help

Saludos
Alejandro

 ----------------------------------------------------------------------------
|                                                          ,        ,        |
|                                                         /(        )`       |
|                                                         \ \___   / |       |
|                                                         /- _  `-/  '       |
|                                                        (/\/ \ \   /\       |
|     ExSoCom Dgo. MEXICO                                / /   | `    \      |
|                                                        O O   ) /    |      |
|                                                        `-^--'`<     '      |
|                                                       (_.)  _  )   /       |
|     Alejandro Galindo Chairez                          `.___/`    /        |
|     Tel: (18) 179177                                     `-----' /         |
|     Fax: (18) 179177                        <----.     __ / __   \         |
|                                             <----|====O)))==) \) /====     |
|    e-mail alejandro.galindo@exsocom.com.mx  <----'    `--' `.__,' \        |
|                                                          |        |        |
|          http://www.exsocom.com.mx                       \       /       /\|
|                                                     ______( (_  / \______/ |
|                                                   ,'  ,-----'   |          |
|                      a FreeBSD user               `--{__________)          |
 ----------------------------------------------------------------------------

On Sun, 15 Feb 1998, Ludwig Pummer wrote:

> At 12:43 PM 2/15/98 -0800, Archie Cobbs wrote:
> >Alejandro Galindo writes:
> >>         Hi, i installed an ipfirewall with the packet filter (ipfw), i need
> >> permit the conection to my http server, and i have the next rules:
> >> 
> >> ipfw add pass tcp from any >1023 to 200.43.1.1 80
> >> ipfw add pass tcp from 200.43.1.1 80 to any >1023
> >> 
> >> but the external clients cant access to my Web server. Can you indicate me
> >> if the rules are ok? or, what rules can i do?
> >
> >That looks right, except for the syntax. What you want is:
> >
> >  ipfw add pass tcp from any 1023-65535 to 200.43.1.1 80
> >  ipfw add pass tcp from 200.43.1.1 80 to any 1023-65535
> >
> >-Archie
> >___________________________________________________________________________
> >Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com
> 
> actually, it's
> 
> ipfw add pass tcp from any 1024-65535 to 200.43.1.1 80
> ipfw add pass tcp from 200.43.1.1 80 to any 1024-65535
> 
> --Ludwig Pummer
> ------------------------------------------------------------------
> ludwigp@bigfoot.com   ICQ UIN: 692441   http://chipweb.home.ml.org
> PGP Key & Geek Code available on web page
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980215203330.22848A-100000>