Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 01:13:53 +0300
From:      Gleb Smirnoff <glebius@freebsd.org>
To:        Chris <chris@tellme3times.com>, brian@freebsd.org
Cc:        freebsd-current@freebsd.org
Subject:   Re: PPPoE and 5.1 to 5.3 Upgrade
Message-ID:  <20050225221353.GB46288@cell.sick.ru>
In-Reply-To: <421D2EE4.7030905@tellme3times.com>
References:  <421D2EE4.7030905@tellme3times.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  Chris,

On Wed, Feb 23, 2005 at 08:33:24PM -0500, Chris wrote:
C> I upgraded my firewall from 5.1 to RELENG 5.3. Everything went fairly 
C> well. First I would like to thank everyone for their efforts in 
C> producing this graet OS.
C> 
C> I have a few minor problems. One is ppp nat which worked fine under 5.1 
C> fails under 5.3. The system has acces to the net as I am able to send 
C> this out but it does not allow any other systems access. If I can get 
C> this to run I'll research my answers to the other problems. Here are the 
C> rules which worked under 5.1. I built the kernel with netgraph and pppoe.
C> 
C> set filter alive 0 permit tcp

Can you please describe more precisely. What exact functionality was
broken?

C> set filter dial  0 permit 0 0 udp dst eq 53
C> set filter dial  1 permit 0 0 tcp dst eq http
C> set filter dial  2 permit 0 0 tcp dst eq login
C> set filter dial  3 permit 0 0 tcp dst eq shell
C> set filter dial  4 permit 0 0 tcp dst eq telnet
C> set filter dial  5 permit 0 0 tcp dst eq ftp
C> set filter dial  6 permit 0 0 tcp dst eq 22
C> set filter dial  7 deny ! 0 0 tcp dst eq 4000
C> 
C> 
C> set filter in   0 permit 0/0  0/0  tcp estab
C> set filter in   1 permit 0/0  0/0  tcp dst eq 22
C> set filter in   2 permit 0/0  0/0  tcp dst eq 25
C> set filter in   3 permit 0/0  0/0  tcp dst eq 53
C> set filter in   4 permit 0/0  0/0  udp dst eq 53
C> set filter in   5 permit 0/0  0/0  tcp dst eq 80
C> set filter in   6 permit 0/0  0/0  tcp src eq 143
C> set filter in   7 permit xx.xx.xx.xx/32 0/0
C> set filter in   8 permit xx.xx.xx.xx/32 0/0
C> set filter in   9 permit 0/0  0/0  icmp src eq 3
C> set filter in   10 permit 0/0  0/0  icmp src eq 4
C> set filter in   11 permit 0/0  0/0  icmp src eq 11
C> set filter in   12 permit 0/0  0/0  icmp src eq 12
C> 
C> set filter in   13 permit 0/0  0/0  icmp src eq 0
C> 
C> any help would be appreciated.
C> 
C> Thank you
C> _______________________________________________
C> freebsd-current@freebsd.org mailing list
C> http://lists.freebsd.org/mailman/listinfo/freebsd-current
C> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050225221353.GB46288>