Re: Problems with ipfw and ssh

2006-10-12 Thread Spiros Papadopoulos
Thanks, On 12/10/06, Chris <[EMAIL PROTECTED]> wrote: The thing is... I generally have the kernel setup to allow by default. Then I create rules denying traffic as I either know up front, or can deduct from logging a last rule denying traffic. IE: the rule you have set to allow any, my same

Re: Problems with ipfw and ssh

2006-10-12 Thread Spiros Papadopoulos
Hi again, On 12/10/06, Garrett Cooper <[EMAIL PROTECTED]> wrote: Based on all the docs I've read about using ipfw, you should put "ipfw allow all any from any via lo0" somewhere at the top of your script so all traffic can and will be sent via lo0. I think you are talking about the line below,

Re: Problems with ipfw and ssh

2006-10-12 Thread Spiros Papadopoulos
could login to a normal user account properly though -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Mark Jose Sent: Wednesday, October 11, 2006 8:41 PM To: 'Spiros Papadopoulos'; freebsd-questions@freebsd.org; freebsd-ipfw@freebsd.org Subject:

RE: Problems with ipfw and ssh

2006-10-12 Thread Chris - WEBignite
bsd-ipfw@freebsd.org Subject: RE: Problems with ipfw and ssh Hi, Just a suggestion/query: Do you have you localhost/127.0.0.1 rules defined to allow all traffic? Cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Spiros Papadopoulos Sent: Thursda

RE: Problems with ipfw and ssh

2006-10-11 Thread Mark Jose
Hi, Just a suggestion/query: Do you have you localhost/127.0.0.1 rules defined to allow all traffic? Cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Spiros Papadopoulos Sent: Thursday, 12 October 2006 7:53 AM To: freebsd-questions@freebsd.org;

Re: Problems with ipfw and ssh

2006-10-11 Thread Giorgos Keramidas
On 2006-10-12 01:31, Spiros Papadopoulos <[EMAIL PROTECTED]> wrote: >On 12/10/06, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: >> , >> | [EMAIL PROTECTED]:/home/giorgos$ su - >> | Password: >> | [EMAIL PROTECTED]:/root# ipfw -

Re: Problems with ipfw and ssh

2006-10-11 Thread Spiros Papadopoulos
On 12/10/06, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: On 2006-10-12 00:53, Spiros Papadopoulos <[EMAIL PROTECTED]> wrote: > I started yesterday playing with it / testing it, but since i > want to do most of the work remotely, i stuck on this rule and > feel like keep looking until i find the

Re: Problems with ipfw and ssh

2006-10-11 Thread Giorgos Keramidas
On 2006-10-12 00:53, Spiros Papadopoulos <[EMAIL PROTECTED]> wrote: > I started yesterday playing with it / testing it, but since i > want to do most of the work remotely, i stuck on this rule and > feel like keep looking until i find the solution. I paste the > whole script here just in case somet

Re: Problems with ipfw and ssh

2006-10-11 Thread Spiros Papadopoulos
Giorgo thanks for the immediate reply, I started yesterday playing with it / testing it, but since i want to do most of the work remotely, i stuck on this rule and feel like keep looking until i find the solution. I paste the whole script here just in case something else is wrong... Here is my ip

Re: Problems with ipfw and ssh

2006-10-11 Thread Giorgos Keramidas
I removed freebsd-ipfw from the recipient list. Please keep `general' questions in freebsd-questions. The freebsd-ipfw list is, as far as I know, used for *development* of IPFW; not questions. On 2006-10-11 22:53, Spiros Papadopoulos <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to configure