Re: firewall

2012-08-08 Thread Derek Trotter
run this tool on the Windows system to verify what is really running: http://www.youtube.com/watch?v=Kh4UeGfzO9oplaynext=1list=PL908F54F9D05EE965feature=results_video I saw the video and like it. Once I get the firewall straightened out I'll try it. SNIP You can tighten up your source

Re: firewall

2012-08-08 Thread Derek Trotter
of these firewall distributions if you dont: smoothwall, endian firewall, or ip-cop. On SME Server the windows machines need a registry patch (especially Vista+) http://localgateway IP/server-resources/regedit/ --- PLUG-discuss mailing list - PLUG-discuss

Re: firewall

2012-08-08 Thread Lisa Kachold
=1list=PL908F54F9D05EE965feature=results_video I saw the video and like it. Once I get the firewall straightened out I'll try it. SNIP You can tighten up your source and destination by network subnet also: iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.0/24 -d \! 10.0.1.0/24 -j

firewall

2012-08-07 Thread Derek Trotter
Recently I got dsl and decided to have my linux box pass on traffic to my windows box rather than buying a firewall. I did the research online and figured out how to make everything work like I wanted. Is there anything I've done wrong? Does anyone have any suggestions to improve it? Below

Re: firewall

2012-08-07 Thread Matt Graham
From: Derek Trotter expat.arizo...@gmail.com Recently I got dsl and decided to have my linux box pass on traffic to my windows box rather than buying a firewall. [snip] iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 40998 -j DNAT --to 192.168.0.2:40998 # packets on port 40998

Re: firewall

2012-08-07 Thread Derek Trotter
On 8/7/2012 10:08, Matt Graham wrote: From: Derek Trotter expat.arizo...@gmail.com Recently I got dsl and decided to have my linux box pass on traffic to my windows box rather than buying a firewall. [snip] iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 40998 -j DNAT --to 192.168.0.2

Re: firewall

2012-08-07 Thread Lisa Kachold
: Recently I got dsl and decided to have my linux box pass on traffic to my windows box rather than buying a firewall. I did the research online and figured out how to make everything work like I wanted. Is there anything I've done wrong? Does anyone have any suggestions to improve it? Below is what

Re: firewall

2012-08-07 Thread JD Austin
for windows),or one of these firewall distributions if you dont: smoothwall, endian firewall, or ip-cop. On SME Server the windows machines need a registry patch (especially Vista+) http://localgateway IP/server-resources/regedit/ On Tue, Aug 7, 2012 at 9:36 PM, Lisa Kachold lisakach

Windows SMB/Firewall/Linux Company

2011-01-17 Thread Lisa Kachold
If anyone needs a good local Windows SMB and Linux, Firewall management company, contact Robert DelGarbino at IdealConsulting: Heres to a great new year! 2011 has already started off to be a very busy year. Best Regards, Robert DelGarbino Technology Consultant / Project Manager 9393 N. 90th St

Re: Sortta OT: How do I see Win32.Worm.Allaple.Gen traffic in my Linux firewall?

2010-05-20 Thread Technomage
On 5/19/10 5:44 PM, kitepi...@kitepilot.com wrote: Hello World: Long story short: I got an official notification that a computer behind my Linux firewall has the Win32.Worm.Allaple.Gen virus. I have some 150 puters NAT(ed) behind that firewall and no access whatsoever to any of them. Question

Sortta OT: How do I see Win32.Worm.Allaple.Gen traffic in my Linux firewall?

2010-05-19 Thread kitepi...@kitepilot.com
Hello World: Long story short: I got an official notification that a computer behind my Linux firewall has the Win32.Worm.Allaple.Gen virus. I have some 150 puters NAT(ed) behind that firewall and no access whatsoever to any of them. Question is: What can I do at the Firewall level

Re: Sortta OT: How do I see Win32.Worm.Allaple.Gen traffic in my Linux firewall?

2010-05-19 Thread James Finstrom
Looks like it does a tcp scan on 139 and 445 On 5/19/10, kitepi...@kitepilot.com kitepi...@kitepilot.com wrote: Hello World: Long story short: I got an official notification that a computer behind my Linux firewall has the Win32.Worm.Allaple.Gen virus. I have some 150 puters NAT(ed) behind

RE: GUI Firewall configuration tools WAS HP LaserJet troubleshooting

2009-08-11 Thread Bob Elzer
] On Behalf Of Trent Shipley Sent: Tuesday, August 11, 2009 4:26 PM To: Main PLUG discussion list Subject: GUI Firewall configuration tools WAS HP LaserJet troubleshooting JD Austin wrote: The other port is 9100 On Tue, Aug 11, 2009 at 3:52 PM, Matt Graham danceswithcr...@usa.net

SAMBA PDC was GUI Firewall configuration tools

2009-08-11 Thread Trent Shipley
...@lists.plug.phoenix.az.us] On Behalf Of Trent Shipley Sent: Tuesday, August 11, 2009 4:26 PM To: Main PLUG discussion list Subject: GUI Firewall configuration tools WAS HP LaserJet troubleshooting JD Austin wrote: The other port is 9100 On Tue, Aug 11, 2009 at 3:52 PM, Matt Graham

Re: Best way to setup at MAC ADDRESS firewall

2009-05-07 Thread wayne
Thank you everyone... will look into the info presented :-) --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings:

Re: Best way to setup at MAC ADDRESS firewall

2009-05-06 Thread Lisa Kachold
I think Jon is using a different term for the word firewall than I use. I prefer to use multiple OSI layer gates from iptables on a machine to NAT, subnetting and Layer 2 VLANing to ensure various kinds of security internally. I.E. I don't allow administration on a shared user network where

Best way to setup at MAC ADDRESS firewall

2009-05-05 Thread wayne
I have a situation where I will want to prevent individuals from connecting to my server based on their MAC id. I've not selected ANYTHING yet... suggestions?A nice GUI frontend would be cool. :-) (Kubuntu 8.04.2) --- PLUG-discuss mailing

Re: Best way to setup at MAC ADDRESS firewall

2009-05-05 Thread Jon M. Hanson
MAC addresses don't propogate beyond a subnet so they aren't useful for firewall rules. Sent from my iPhone On May 5, 2009, at 5:30 PM, wayne wayda...@cox.net wrote: I have a situation where I will want to prevent individuals from connecting to my server based on their MAC id. I've

Re: Best way to setup at MAC ADDRESS firewall

2009-05-05 Thread Lisa Kachold
/easyfw - Firestarter http://firestarter.sourceforge.net/ - Configuration of firewall and real-time hit monitor for the Gnome desktop. Configures ipchains (kernel 2.2) and iptables (kernel 2.4) - Firewall Builder http://www.fwbuilder.org/ - iptables, ipfilter and OpenBSD PF. (GTK

RE: Untangle Firewall

2009-04-12 Thread Lisa Kachold
Yes, it's much better than IPCop! I just got to half working. Date: Sat, 11 Apr 2009 08:55:40 -0700 From: chip3...@netscape.net To: plug-discuss@lists.plug.phoenix.az.us Subject: Untangle Firewall Hi, I have never heard of this before yesterday when a new version was announced

Untangle Firewall

2009-04-11 Thread Chipper
Hi, I have never heard of this before yesterday when a new version was announced on DistroWatch. Has anyone tried this before? I want to set up a new firewall system when I move over the summer and was leaning towards IPCOP. Looking at Untangle (http://www.untangle.com/tabs) it seems like

Re: Untangle Firewall

2009-04-11 Thread Stephen
alot. On Sat, Apr 11, 2009 at 8:55 AM, Chipper chip3...@netscape.net wrote: Hi, I have never heard of this before yesterday when a new version was announced on DistroWatch.  Has anyone tried this before? I want to set up a new firewall system when I move over the summer and was leaning

Re: Untangle Firewall

2009-04-11 Thread Eric Shubert
Chipper wrote: Hi, I have never heard of this before yesterday when a new version was announced on DistroWatch. Has anyone tried this before? I want to set up a new firewall system when I move over the summer and was leaning towards IPCOP. Looking at Untangle (http

Re: Untangle Firewall

2009-04-11 Thread James Finstrom
Finstrom Rhino Equipment Corp. On Sat, Apr 11, 2009 at 11:05 AM, Eric Shubert e...@shubes.net wrote: Chipper wrote: Hi, I have never heard of this before yesterday when a new version was announced on DistroWatch. Has anyone tried this before? I want to set up a new firewall system

RE: HackFest: Linux Firewall ISO's or Debunking Cable/DSL Modem/RouterMarketing Myths - April 11, 2009

2009-04-05 Thread Lisa Kachold
: HackFest: Linux Firewall ISO's or Debunking Cable/DSL Modem/RouterMarketing Myths - April 11, 2009 Date: Sat, 4 Apr 2009 19:51:19 -0700 Why yes, I fit one of those qualifications for line item 6. I would love to view the net cast when can I expect the details so I can put it on my

HackFest: Linux Firewall ISO's or Debunking Cable/DSL Modem/Router Marketing Myths - April 11, 2009

2009-04-04 Thread Lisa Kachold
April HackFest: Firewall ISO's or Debunking Cable/DSL Modem/Router Marketing Myths Join us at UAT.edu 2625 W. BASELINE RD., TEMPE, AZ 85283-1056 | Noon until 3PM (or whenever we all wander off) for a lab session centered around cable/DSL security and Linux box

RE: HackFest: Linux Firewall ISO's or Debunking Cable/DSL Modem/RouterMarketing Myths - April 11, 2009

2009-04-04 Thread Bryan O'Neal
Kachold Sent: Saturday, April 04, 2009 1:55 AM To: plug-discuss@lists.plug.phoenix.az.us Subject: HackFest: Linux Firewall ISO's or Debunking Cable/DSL Modem/RouterMarketing Myths - April 11, 2009 April HackFest: Firewall ISO's or Debunking Cable/DSL Modem/Router Marketing Myths Join us at UAT.edu

Re: decent non-embeded firewall

2009-04-02 Thread Stephen
smoothwall actually has a package set that layers of an existing installation, in addition to their real product which is the stand alone firewall. It is essentially the tool set that makes smoothwall (on top of the OS hardening). I tried getting it to run on slackware at one time, but had limited

Re: decent non-embeded firewall (my worthless 2 cents)

2009-04-02 Thread Stephen
Though I suppose since my TV died I don't need a box hooked to my TV until I replace it anyway ;) And this is a reason/excuse to use t for your firewall, then get a new one with your TV... --- PLUG-discuss mailing list - PLUG-discuss

decent non-embeded firewall

2009-03-31 Thread Bryan ONeal
My Netgear FVS318 router/firewall has developed a nasty habit of rebooting every time it gets both portscaned and repeated gnutella requests (who still runs gnutella anyway?) so I am looking to put in a boarder router/firewall to protect it (read replace it if not for the lack of an 8 port switch

Re: decent non-embeded firewall

2009-03-31 Thread Andrew Tuna Harris
Top posting because long email is long. Did you ever look at Smoothwall? I'm going to implement it for one of my clients pretty soon. http://smoothwall.org/ Excerpts from Bryan O'Neal's message of Mon Mar 30 23:17:46 -0700 2009: My Netgear FVS318 router/firewall has developed a nasty habit

RE: decent non-embeded firewall

2009-03-31 Thread Bryan O'Neal
not that great with IPTables (not to mention I don't really trust it that much) so a prebuilt firewall package would be preferred. Especially after being schooled for my belief that regional blocking is an OK first line of defense ;) Kinda shakes the confidence regarding my ability to configure

Re: decent non-embeded firewall (my worthless 2 cents)

2009-03-31 Thread kitepi...@kitepilot.com
allowing me to keep the box hooked up for its tv centric features. DON'T!!! A firewall, is a firewall and is a firewall. In my perpetually delusional state of paranoia, I don't allow ANYTHING not indispensable on my firewall. And even though, I look for ways to eradicate... My firewalls run

Re: decent non-embeded firewall (my worthless 2 cents)

2009-03-31 Thread JD Austin
You hit the nail on the head :) Old computers are cheap and firewall distributions are plentiful. Why expose everything in your network to save almost nothing! I like Smoothwall myself. -- JD Austin Twin Geckos Technology Services LLC j...@twingeckos.com 480.288.8195x201 http://www.twingeckos.com

RE: decent non-embeded firewall (my worthless 2 cents)

2009-03-31 Thread Bryan O'Neal
. That and routing should not take that much power, after all high end embedded are designed to run on a PIII 500, my tv box way out strips this :) As for exposing everything on the network I would only expose one box, the one running the firewall. Everything else would be sitting behind the firewall

RE: decent non-embeded firewall (my worthless 2 cents)

2009-03-31 Thread Paul Mooring
OpenSuse has a limited gui in YaST for SuSE firewall that is essentially a frontend for iptables, it seemed fairly easy to use when I last played with it but I didn't care for the ruleset it generated, it seemed to be way too much, and made it nearly impossible to edit the rules manually through

Re: HackFest Series: Firewall Building 101 April Lab 2nd Saturday Noon At UAT

2009-03-30 Thread mike havens
-- Date: Sun, 29 Mar 2009 02:30:53 -0400 Subject: Re: HackFest Series: Firewall Building 101 April Lab 2nd Saturday Noon At UAT From: bmi...@gmail.com To: plug-discuss@lists.plug.phoenix.az.us bh! I wish I could be there. On Sun, Mar 29, 2009 at 1:05 AM

Re: HackFest Series: Firewall Building 101 April Lab 2nd Saturday Noon At UAT

2009-03-29 Thread Alex Dean
that on a little soekris box to get rid of the noise of an old workstation running the firewall. http://ipcop.org/ http://www.pfsense.com/ http://www.soekris.com/net4501.htm Anyone who's used both IPCop and pfSense care to offer a comparison? Anyone run it on a small embedded device like

RE: HackFest Series: Firewall Building 101 April Lab 2nd Saturday Noon At UAT

2009-03-29 Thread Lisa Kachold
Maybe I can setup a nice Live session for this! Obnosis | (503)754-4452 PLUG Linux Security Labs 2nd Saturday Each mo...@noon - 3PM Date: Sun, 29 Mar 2009 02:30:53 -0400 Subject: Re: HackFest Series: Firewall Building 101 April Lab 2nd Saturday Noon At UAT From: bmi...@gmail.com

Re: Dead Firewall!

2009-01-31 Thread Eric Shubert
farli wrote: I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I would try it myself except that the firewall box has no cd drive. Installing something like IPCop (I have a copy of IPCop v1.4.10) ona box without a cd drive

Re: Dead Firewall!

2009-01-31 Thread farli
Not sure I can make it today :( Seems that my wife has some issues at her store to deal with. Dont wait for me if you have things to do. I know I can always find any help I need on this list. Jim Eric Shubert wrote: farli wrote: I have a firewall computer that is dying a slow death! I

Re: Dead Firewall!

2009-01-28 Thread Shawn Badger
. www.Obnosis.com | http://wiki.obnosis.com | http://hackfest.obnosis.com | http://nuke.obnosis.com (503)754-4452 PLUG HACKFESTS - http://uat.edu Second Saturday of Each Month Noon - 3PM To: plug-discuss@lists.plug.phoenix.az.us From: e...@shubes.net Subject: Re: Dead Firewall! Date: Tue

RE: Dead Firewall!

2009-01-28 Thread Lisa Kachold
will try to be there to watch the fun...but might not be able to. http://www.ipcop.org/index.php?name=Newsfile=articlesid=41 Date: Wed, 28 Jan 2009 08:12:56 -0700 Subject: Re: Dead Firewall! From: badger.sh...@gmail.com To: plug-discuss@lists.plug.phoenix.az.us IPCOP is a very basic Linux version

Re: Dead Firewall!

2009-01-27 Thread Shawn Badger
From: e...@shubes.net Subject: Re: Dead Firewall! Date: Sun, 25 Jan 2009 14:05:54 -0700 farli wrote: I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I would try it myself except that the firewall box has no cd

Re: Dead Firewall!

2009-01-27 Thread farli
Yes, it is the same box, Kevin! It does have a floppy drive, but I have no idea whether it still works. Until lately, the box has been humming along nicely so I have had no need to do anything with it. Didnt you do a network install of the current firewall software way back when? KevinO

Re: Dead Firewall!

2009-01-27 Thread Eric Shubert
From: e...@shubes.net mailto:e...@shubes.net Subject: Re: Dead Firewall! Date: Sun, 25 Jan 2009 14:05:54 -0700 farli wrote: I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I

Re: Dead Firewall!

2009-01-27 Thread farli
To: plug-discuss@lists.plug.phoenix.az.us mailto:plug-discuss@lists.plug.phoenix.az.us From: e...@shubes.net mailto:e...@shubes.net Subject: Re: Dead Firewall! Date: Sun, 25 Jan 2009 14:05:54 -0700 farli wrote: I have

Re: Dead Firewall!

2009-01-27 Thread der.hans
Am 27. Jan, 2009 schwätzte farli so: Geez! Its been so long that I dont even remember how to find out what the hard drive is! Pentium 200 with no USB, so the drive is almost certainly and IDE drive. It's for a firewall, so pretty well any old IDE drive at this point will be large enough

Re: Dead Firewall!

2009-01-27 Thread KevinO
farli wrote: Yes, it is the same box, Kevin! It does have a floppy drive, but I have no idea whether it still works. Until lately, the box has been humming along nicely so I have had no need to do anything with it. Didnt you do a network install of the current firewall software way back

RE: Dead Firewall!

2009-01-27 Thread Lisa Kachold
. www.Obnosis.com | http://wiki.obnosis.com | http://hackfest.obnosis.com | http://nuke.obnosis.com (503)754-4452 PLUG HACKFESTS - http://uat.edu Second Saturday of Each Month Noon - 3PM To: plug-discuss@lists.plug.phoenix.az.us From: e...@shubes.net Subject: Re: Dead Firewall! Date: Tue, 27

RE: Dead Firewall!

2009-01-27 Thread Lisa Kachold
. www.Obnosis.com | http://wiki.obnosis.com | http://hackfest.obnosis.com | http://nuke.obnosis.com (503)754-4452 PLUG HACKFESTS - http://uat.edu Second Saturday of Each Month Noon - 3PM To: plug-discuss@lists.plug.phoenix.az.us From: e...@shubes.net Subject: Re: Dead Firewall! Date: Tue, 27

Re: Dead Firewall!

2009-01-27 Thread Eric Shubert
://uat.edu Second Saturday of Each Month Noon - 3PM To: plug-discuss@lists.plug.phoenix.az.us From: e...@shubes.net Subject: Re: Dead Firewall! Date: Tue, 27 Jan 2009 16:51:36 -0700 der.hans wrote: Am 27. Jan, 2009 schwätzte farli so: Geez! Its been so long that I dont

Re: Dead Firewall!

2009-01-26 Thread farli
@lists.plug.phoenix.az.us From: e...@shubes.net Subject: Re: Dead Firewall! Date: Sun, 25 Jan 2009 14:05:54 -0700 farli wrote: I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I would try it myself except

Re: Dead Firewall!

2009-01-26 Thread Eric Shubert
To: plug-discuss@lists.plug.phoenix.az.us From: e...@shubes.net Subject: Re: Dead Firewall! Date: Sun, 25 Jan 2009 14:05:54 -0700 farli wrote: I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I would try it myself

RE: Dead Firewall!

2009-01-26 Thread Lisa Kachold
:36:11 -0500 From: sirli...@cox.net To: plug-discuss@lists.plug.phoenix.az.us; eculb...@yahoo.com Subject: Re: Dead Firewall! farli, I'm kinda late to this thread I have installed the IPCop both ways, off the network using the floppy and using the CD drive. and I do have a somewhat

Re: Dead Firewall!

2009-01-26 Thread KevinO
farli wrote: OK - I will plan on being there with the computer, a monitor, and the kb! FYI, I use the firewall on a small network - two other computers - on a dialup network! This firewall is our only access to the internet. You guys (and girls) are great! If you are using the little

Dead Firewall!

2009-01-25 Thread farli
I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I would try it myself except that the firewall box has no cd drive. Installing something like IPCop (I have a copy of IPCop v1.4.10) ona box without a cd drive is not something I am able

Re: Dead Firewall!

2009-01-25 Thread Stephen
Us optical drives are cheap now, and there are some usb thumb drive options. I'd suggest the free smooth wall it easy and tight On 1/25/09, farli fa...@deru.com wrote: I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I would try it myself

Re: Dead Firewall!

2009-01-25 Thread Eric Shubert
farli wrote: I have a firewall computer that is dying a slow death! I need someone to upgrade the firewall software! I would try it myself except that the firewall box has no cd drive. Installing something like IPCop (I have a copy of IPCop v1.4.10) ona box without a cd drive

RE: Dead Firewall!

2009-01-25 Thread Lisa Kachold
://nuke.obnosis.com (503)754-4452 PLUG HACKFESTS - http://uat.edu Second Saturday of Each Month Noon - 3PM To: plug-discuss@lists.plug.phoenix.az.us From: e...@shubes.net Subject: Re: Dead Firewall! Date: Sun, 25 Jan 2009 14:05:54 -0700 farli wrote: I have a firewall computer that is dying

Re: Easy to use firewall and invisible proxy?

2008-09-24 Thread George Toft
out after 2 years of use. I just reimaged a new CF, replaced it and was back online. What I really like about SW is the built-in VPN and the web interface - very easy to use. George On Mon, 2008-09-22 at 22:48 -0700, Alan Dayley wrote: Recomendations sought: Easy to use firewall

Re: Easy to use firewall and invisible proxy?

2008-09-24 Thread Ed
, Alan Dayley wrote: Recomendations sought: Easy to use firewall and invisible proxy. I have friends and family that want a firewall and invisible proxy with content filtering as a gateway on their Internet connection. I know some of the usual suspects like IPCop[1] with Copfilter[2]. Dan's

Re: Easy to use firewall and invisible proxy?

2008-09-24 Thread George Toft
it and was back online. What I really like about SW is the built-in VPN and the web interface - very easy to use. George On Mon, 2008-09-22 at 22:48 -0700, Alan Dayley wrote: Recomendations sought: Easy to use firewall and invisible proxy. I have friends and family that want a firewall

Re: Easy to use firewall and invisible proxy?

2008-09-23 Thread Joey Prestia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Dayley wrote: Recomendations sought: Easy to use firewall and invisible proxy. I have friends and family that want a firewall and invisible proxy with content filtering as a gateway on their Internet connection. I know some of the usual

RE: Easy to use firewall and invisible proxy?

2008-09-23 Thread Lisa Kachold
OpenDNS is the best tool! Especially combined with a pix and firewall. You are filtering content for internal to outbound addresses, so the configuration for this, when properly setup AND TESTED takes care of security issues. As with any DNS server, you will be protecting binary systems

Re: Easy to use firewall and invisible proxy?

2008-09-23 Thread Eric Shubert
Alan Dayley wrote: Recomendations sought: Easy to use firewall and invisible proxy. I have friends and family that want a firewall and invisible proxy with content filtering as a gateway on their Internet connection. I know some of the usual suspects like IPCop[1] with Copfilter[2]. Dan's

Re: Easy to use firewall and invisible proxy?

2008-09-23 Thread Paul Mooring
filtering and OpenDNS (as a DNS fowarder for the LAN) requires a little networking knowledge Alan Dayley wrote: Recomendations sought: Easy to use firewall and invisible proxy. I have friends and family that want a firewall and invisible proxy with content filtering as a gateway

Easy to use firewall and invisible proxy?

2008-09-22 Thread Alan Dayley
Recomendations sought: Easy to use firewall and invisible proxy. I have friends and family that want a firewall and invisible proxy with content filtering as a gateway on their Internet connection. I know some of the usual suspects like IPCop[1] with Copfilter[2]. Dan's Guardian[3] is also nice

Re: Easy to use firewall and invisible proxy?

2008-09-22 Thread Ben Francom
I've been looking at OpenDNS for content filtering, but am leery because of the privacy issues. http://www.opendns.com/smb/solutions/filtering/ On Mon, Sep 22, 2008 at 10:48 PM, Alan Dayley [EMAIL PROTECTED] wrote: Recomendations sought: Easy to use firewall and invisible proxy. I have friends

My firewall issues

2008-08-18 Thread farli
OK - current status: firewall allows access to only https sites, not http, I can ping the firewall box from any of the other boxes, I cannot ping any other box from the firewall nor can I ping any box from any box except the firewall. Any ideas what is going on with my firewall box? ty Jim

Re: My firewall issues

2008-08-18 Thread Craig White
On Mon, 2008-08-18 at 12:05 -0700, farli wrote: OK - current status: firewall allows access to only https sites, not http, I can ping the firewall box from any of the other boxes, I cannot ping any other box from the firewall nor can I ping any box from any box except the firewall. Any

Re: My firewall issues

2008-08-18 Thread farli
I have a firewall running Mandrake SNF which connects to the internet via a dialup connection and connects to three other boxes, one vista, one mandrake 2006, and one mandrake 2007, thru a four port hub. Need any more info? I am not a genius here, but I know a little bit about this internal

Re: My firewall issues

2008-08-18 Thread Craig White
On Mon, 2008-08-18 at 12:33 -0700, farli wrote: I have a firewall running Mandrake SNF which connects to the internet via a dialup connection and connects to three other boxes, one vista, one mandrake 2006, and one mandrake 2007, thru a four port hub. Need any more info? I am not a genius

Re: My firewall issues

2008-08-18 Thread farli
All the systems have been restarted since the phone line was repaired. The iptables command is not found on the firewall system. SNF stands for Single Network Firewall. I am not sure how it gets the rules. Craig White wrote: On Mon, 2008-08-18 at 12:33 -0700, farli wrote: I have a firewall

Re: My firewall issues

2008-08-18 Thread Craig White
if you're not root, then you would have to have the full path, /sbin/iptables -L -n Sounds as though 'Single Network Firewall' is a specialized setup which probably has its own management tools of which I know nothing about. Craig On Mon, 2008-08-18 at 13:46 -0700, farli wrote: All the systems

Re: My firewall issues

2008-08-18 Thread farli
'Single Network Firewall' is a specialized setup which probably has its own management tools of which I know nothing about. Craig On Mon, 2008-08-18 at 13:46 -0700, farli wrote: All the systems have been restarted since the phone line was repaired. The iptables command is not found

GUI managed firewall linux distros

2008-02-24 Thread Technomage-hawke
ok, I am seeking a low footprint GUI capable firewall distribution for the room mates here (something that looks a lot like whats on a linksys router or some such) that can be managed by someone not very smart about linux. I may be moving soon and would rather not leave my mates in a lurch when

Re: GUI managed firewall linux distros

2008-02-24 Thread Anthony Boynes
Ipcop m0n0wall (bsd based) Both have fairly nice web interfaces. On Sun, Feb 24, 2008 at 1:44 PM, Technomage-hawke [EMAIL PROTECTED] wrote: ok, I am seeking a low footprint GUI capable firewall distribution for the room mates here (something that looks a lot like whats on a linksys

Re: GUI managed firewall linux distros

2008-02-24 Thread Luis Villarreal
/Supported_Devices On Sun, Feb 24, 2008 at 2:12 PM, Anthony Boynes [EMAIL PROTECTED] wrote: Ipcop m0n0wall (bsd based) Both have fairly nice web interfaces. On Sun, Feb 24, 2008 at 1:44 PM, Technomage-hawke [EMAIL PROTECTED] wrote: ok, I am seeking a low footprint GUI capable firewall

Stripped Down Diskless Linux Firewall

2007-12-31 Thread unixprgrmr01
Hey folks... What is the name of the stripped down Linux OS that you can boot from a cd or USB thumb drive and use as a diskless firewall box? Thanks for your help! Lynn More new features than ever. Check out

Re: ****Stripped Down Diskless Linux Firewall

2007-12-31 Thread unixprgrmr01
: Stripped Down Diskless Linux Firewall On Tue, 2008-01-01 at 00:18 -0500, [EMAIL PROTECTED] wrote: Hey folks... What is the name of the stripped down Linux OS that you can boot from a cd or USB thumb drive and use as a diskless firewall box? ipcop smoothwall