SSH from admin machine

2004-11-07 Thread messmate
Hi all,
i've a problem to ftp from my admin machine to the
router/firewall/proxy.
This rule seems not correct :(
#Autorise SSH from admin machine
pass in quick on $internal proto tcp from $TRUST_IP to any port = 22
flags S keep state
#seemms a syntax error ??

What did i wrong ?
thanks in advance

-- 
Amicalement
mess-mate


Re: port 6881

2004-11-07 Thread messmate
On Mon, 1 Nov 2004 17:55:01 -0700
jared r r spiegel [EMAIL PROTECTED] wrote:

On Sat, Oct 30, 2004 at 07:57:23PM -0400, Jason Opperisano wrote:
 
   rdr pass on $ext_if proto tcp from any to $ext_if port 6881 -
 $inside_host port 6881

  this is exactly correct; but should you care to ever be
  seeding or on more than one torrent at a time, you would benefit
  from giving outside access to 6882-6889:

rdr pass on $ext_if inet proto tcp from any to ($ext_if) port 6881:6889
- \
  $inside_host port 6881:*

  jared

-- 
Thanks to all.
mess-mate


Re: SSH from admin machine

2004-11-07 Thread splitscreen
On Sun, 7 Nov 2004, messmate wrote:

 Hi all,
 i've a problem to ftp from my admin machine to the
 router/firewall/proxy.
 This rule seems not correct :(
 #Autorise SSH from admin machine
 pass in quick on $internal proto tcp from $TRUST_IP to any port = 22
 flags S keep state
 #seemms a syntax error ??

remove the = sign

pass in quick on $internal proto tcp from $TRUST_IP to any port 22

 
 What did i wrong ?
 thanks in advance
 
 -- 
 Amicalement
 mess-mate
 


Re: SSH from admin machine

2004-11-07 Thread Jason Opperisano
[EMAIL PROTECTED] wrote:
On Sun, 7 Nov 2004, messmate wrote:

Hi all,
i've a problem to ftp from my admin machine to the
router/firewall/proxy.
This rule seems not correct :(
#Autorise SSH from admin machine
pass in quick on $internal proto tcp from $TRUST_IP to any port = 22
flags S keep state
#seemms a syntax error ??

remove the = sign
pass in quick on $internal proto tcp from $TRUST_IP to any port 22

What did i wrong ?
and decide whether you mean FTP or SSH.
-j


Re: SSH from admin machine

2004-11-07 Thread Darek Eliasz
  Hi all,
  i've a problem to ftp from my admin machine to the
  router/firewall/proxy.
  This rule seems not correct :(
  #Autorise SSH from admin machine
  pass in quick on $internal proto tcp from $TRUST_IP to any port = 22
  flags S keep state
  #seemms a syntax error ??
 
 remove the = sign
 pass in quick on $internal proto tcp from $TRUST_IP to any port 22

Both rule syntax (with = and without =) are correct.



Re: SSH from admin machine

2004-11-07 Thread splitscreen
On Sun, 7 Nov 2004, Darek Eliasz wrote:

   Hi all,
   i've a problem to ftp from my admin machine to the
   router/firewall/proxy.
   This rule seems not correct :(
   #Autorise SSH from admin machine
   pass in quick on $internal proto tcp from $TRUST_IP to any port = 22
   flags S keep state
   #seemms a syntax error ??
  
  remove the = sign
  pass in quick on $internal proto tcp from $TRUST_IP to any port 22
 
 Both rule syntax (with = and without =) are correct.
 

Errr.. ok, my bad.