Re: [expert] Firewall / Internet sharing with Mandrake 7.2 - how totemporarily turn off?

2002-06-06 Thread Damon Lynch

Yes that's it, pmfirewall.  A very handy little program.  Does the
following command allow accepting of SSH if pmfirewall has turned it
off? -

ipchains -A input -p TCP -d any/0 22 -j ACCEPT

I'm not very familiar with the command line program they should run to
figure out if sshd is running.  Should they run: -

chkconfig --list sshd

Thanks!
Damon 

On Fri, 2002-06-07 at 14:21, William Kenworthy wrote:
> It was probably pmfirewall (excellent, and deservably popular at the
> time) - do a search and you may find it. If not, I may have a copy that
> I can look at and see what can be done - email me privately if so.
> 
> Alternative is to just email the other office the ipchains command to
> open port 22 and make sure sshd is running.
> 
> Billk
> 
> On Fri, 2002-06-07 at 06:12, Damon Lynch wrote:
> > Hi fellow Mandrake users,
> > 
> > I installed Mandrake 7.2 in my old office in India.  I setup a basic
> > firewall and Internet sharing using ipchains as I recall.  It was setup
> > using a simple script that was very likely recommended on MandrakeUser
> > at the time.  Sorry but I don't recall what the script was called! :-) 
> > It was pretty cool, it basically walked you through the steps by asking
> > questions and then set it up.
> > 
> > Now I'm in New Zealand and I need to SSH into their box to fix some
> > things for them.  I'm suspecting I won't be able to SSH in, since I
> > probably blocked that kind of external access with the firewall.  Could
> > someone please suggest a simple command to temporarily turn off the
> > firewall portion of the script?  Simple enough that a novice with root
> > access there could turn it off?  I guess it's OK if the Internet sharing
> > is also down for a while, as long as they or me can start it up again!
> > 
> > Thanks,
> > Damon 
> > -- 
> > Damon Lynch
> > Dev-Zone Program Officer
> > http://www.dev-zone.org Jabber Messaging: [EMAIL PROTECTED]
> > Tel: +64 4 496 9597 Yahoo Messaging:  [EMAIL PROTECTED]
> > 
> > 
> > 
> > 
> 
> > This message has been 'sanitized'.  This means that potentially
> > dangerous content has been rewritten or removed.  The following
> > log describes which actions were taken.
> > 
> > Sanitizer (start="1023401908"):
> >   Part (pos="2420"):
> > SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
> >   Match (rule="2"):
> > Enforced policy: accept
> > 
> >   Part (pos="3612"):
> > SanitizeFile (filename="message.footer", mimetype="text/plain"):
> >   Match (rule="default"):
> > Enforced policy: defang
> > 
> >   Replaced mime type with: application/DEFANGED-77
> >   Replaced file name with: message_footer.DEFANGED-77
> > 
> >   Total modifications so far: 1
> > 
> > 
> > Anomy 0.0.0 : Sanitizer.pm
> > $Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
Damon Lynch
Dev-Zone Program Officer
http://www.dev-zone.org Jabber Messaging: [EMAIL PROTECTED]
Tel: +64 4 496 9597 Yahoo Messaging:  [EMAIL PROTECTED]




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Firewall / Internet sharing with Mandrake 7.2 - how totemporarily turn off?

2002-06-06 Thread William Kenworthy

It was probably pmfirewall (excellent, and deservably popular at the
time) - do a search and you may find it. If not, I may have a copy that
I can look at and see what can be done - email me privately if so.

Alternative is to just email the other office the ipchains command to
open port 22 and make sure sshd is running.

Billk

On Fri, 2002-06-07 at 06:12, Damon Lynch wrote:
> Hi fellow Mandrake users,
> 
> I installed Mandrake 7.2 in my old office in India.  I setup a basic
> firewall and Internet sharing using ipchains as I recall.  It was setup
> using a simple script that was very likely recommended on MandrakeUser
> at the time.  Sorry but I don't recall what the script was called! :-) 
> It was pretty cool, it basically walked you through the steps by asking
> questions and then set it up.
> 
> Now I'm in New Zealand and I need to SSH into their box to fix some
> things for them.  I'm suspecting I won't be able to SSH in, since I
> probably blocked that kind of external access with the firewall.  Could
> someone please suggest a simple command to temporarily turn off the
> firewall portion of the script?  Simple enough that a novice with root
> access there could turn it off?  I guess it's OK if the Internet sharing
> is also down for a while, as long as they or me can start it up again!
> 
> Thanks,
> Damon 
> -- 
> Damon Lynch
> Dev-Zone Program Officer
> http://www.dev-zone.org Jabber Messaging: [EMAIL PROTECTED]
> Tel: +64 4 496 9597 Yahoo Messaging:  [EMAIL PROTECTED]
> 
> 
> 
> 

> This message has been 'sanitized'.  This means that potentially
> dangerous content has been rewritten or removed.  The following
> log describes which actions were taken.
> 
> Sanitizer (start="1023401908"):
>   Part (pos="2420"):
> SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
>   Match (rule="2"):
> Enforced policy: accept
> 
>   Part (pos="3612"):
> SanitizeFile (filename="message.footer", mimetype="text/plain"):
>   Match (rule="default"):
> Enforced policy: defang
> 
>   Replaced mime type with: application/DEFANGED-77
>   Replaced file name with: message_footer.DEFANGED-77
> 
>   Total modifications so far: 1
> 
> 
> Anomy 0.0.0 : Sanitizer.pm
> $Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Firewall / Internet sharing with Mandrake 7.2 - how totemporarily turn off?

2002-06-06 Thread Sridhar Govindarajulu

Try nmap, or the GUI front end nmapfe;

Sridhar

- Original Message -
From: "Damon Lynch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 06, 2002 4:47 PM
Subject: Re: [expert] Firewall / Internet sharing with Mandrake 7.2 - how
totemporarily turn off?


> No it wasn't InteractiveBastille :-)  It was something downloaded from
> the net.  I'll try SSH first of course, but it's not easy trying to sort
> these things out when the other machine is on dial-up.  I'm pretty sure
> I stopped all outside activity.  What is the best program I can run on
> Mandrake 8.2 that will scan and report what is open and what is not on
> the Mandrake 7.2 box?
>
> Damon
>
>
> On Fri, 2002-06-07 at 11:35, et wrote:
> > InteractiveBastile,
> >
> > but have you tried SSH? you prolly turned off telnet, but might have
left SSH?
> >
> >
>
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
> --
> Damon Lynch
> Dev-Zone Program Officer
> http://www.dev-zone.org Jabber Messaging: [EMAIL PROTECTED]
> Tel: +64 4 496 9597 Yahoo Messaging:  [EMAIL PROTECTED]
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Firewall / Internet sharing with Mandrake 7.2 - how totemporarily turn off?

2002-06-06 Thread Damon Lynch

No it wasn't InteractiveBastille :-)  It was something downloaded from
the net.  I'll try SSH first of course, but it's not easy trying to sort
these things out when the other machine is on dial-up.  I'm pretty sure
I stopped all outside activity.  What is the best program I can run on
Mandrake 8.2 that will scan and report what is open and what is not on
the Mandrake 7.2 box?

Damon 


On Fri, 2002-06-07 at 11:35, et wrote:
> InteractiveBastile, 
> 
> but have you tried SSH? you prolly turned off telnet, but might have left SSH?
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
Damon Lynch
Dev-Zone Program Officer
http://www.dev-zone.org Jabber Messaging: [EMAIL PROTECTED]
Tel: +64 4 496 9597 Yahoo Messaging:  [EMAIL PROTECTED]




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com