- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Robust security solution
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 08:47 PM
09-29-2005 08:47 PM
Now, a generlised query on robust security solution based on linux iptables + SQUID etc.
1. please advice any good gateway anti-virus (freeware/ commercial)for use in a linux gateway machine.
2. any software which can be used in conjunction with squid/ ISA server , which will be used to monitor user-based Internet usage, and will decrease the time from user's total Internet hours ( ISP- like facility).
3. any freeware which can display iptables logs in more user friendly HTML pages.
4. a software which can be used to control & assign bandwidth based on preferably user or system IP.
5. A wireless network security system, which will assure that wireless network will not be available out of a defined geogrophic area, and which will assure that whenever a user goes out from that area and comes there after a while, the security system will ask him to provide him a new key. the security key should change automatically after certain interval. System administrator should be able to provide system key remotely to a requesting laptop.
pardon me if this list seems vary long ;)
thanks in advance, a 10 for good advices on every point.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 09:14 PM
09-29-2005 09:14 PM
Solution2) DansGuardian may help(not sure)
http://dansguardian.org/
http://www.squid-cache.org/related-software.html
3) IpTables log file analyser http://www.gege.org/iptables/ is a good tool.
4) You can configure Squid to do that.
5) No Idea.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 11:19 PM
09-29-2005 11:19 PM
Re: Robust security solution
some security applications:
* tripwire for host integrity check
* snort for network based integrity check
* sophos for antivirus application
* spamassassin for spam filter
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 12:19 AM
09-30-2005 12:19 AM
Re: Robust security solution
Arun (or vijai ;)) , 2 good sugestions from you, one about GAV, and another iptables analyser. but I'm not able to understand how to configure bandwidth mgmt in SQUID, and, how to use dansguardian for user's usage hours' mgmt to decrease usage time from total assigned usage time. please provide some more info ...
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 12:47 AM
10-03-2005 12:47 AM
Re: Robust security solution
http://www.pcquest.com/content/linux/103080904.asp
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:03 AM
10-03-2005 01:03 AM
Re: Robust security solution
You can use http://www.mwti.net/antivirus/for_proxies/webscan_linux.asp
http://www.mwti.net/antivirus/for_proxies/webscan_linux.asp
http://viralator.loddington.com/
More good software's related with squid,
http://www.squid-cache.org/related-software.html
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:05 AM
10-03-2005 01:05 AM
Re: Robust security solution
I prefer to use SARG + Squid or calamaris. Get the details from avialable s/w as,
http://www.squid-cache.org/Scripts/
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:08 AM
10-03-2005 01:08 AM
Re: Robust security solution
You can use FWreport available as,
http://freshmeat.net/projects/fwreport/
More freeware(s):
http://sourceforge.net/search/?type_of_search=soft&words=iptables+log&imageField.x=0&imageField.y=0
http://freshmeat.net/search/?q=iptables+log§ion=projects&Go.x=0&Go.y=0
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:11 AM
10-03-2005 01:11 AM
Re: Robust security solution
You can use in-built squid band-width control using reply_body_max_size + url setting.
Like example:
acl user1 src
reply_body_max_size 200000 allow user1
You can use cbq script to do this effectivly without squid itself.
http://freshmeat.net/projects/cbq.init/
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:14 AM
10-03-2005 01:14 AM
Re: Robust security solution
Customer had like this. Long time back... ;)
A freeware called LEAF available to suit this:
http://sourceforge.net/projects/leaf
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:15 AM
10-03-2005 01:15 AM
Re: Robust security solution
a) Use squid mailings lists. It is VERY active squid-users@squid.org
b) If you want to have opensource products then search in,
i) sf.net
ii) freshmeat.net
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 06:00 PM
01-03-2006 06:00 PM