LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Something similar to ClarkConnect (https://www.linuxquestions.org/questions/linux-distributions-5/something-similar-to-clarkconnect-551417/)

RelievedSimpleton 05-04-2007 11:53 PM

Something similar to ClarkConnect
 
Hello,
I've been testing out a couple of the easy to setup firewall solutions. ClarkConnect is the best one I've come across so far however I have one problem, you can't install your own programs. Is there any other distro that would be as easy to setup and have a nice web based configuration but also allow you to install your own programs from source? Any info or suggestions are appreciated.
Thanks,
RS

fukawi2 05-05-2007 06:53 AM

Not sure if it comes with gcc etc, but have you tried Endian firewall?

RelievedSimpleton 05-05-2007 11:01 AM

I'll have to give it a try, I've never heard of it before. I just don't understand why something like ClarkConnect wouldn't come with GCC, etc. But I'll download that now and check it out. Any other suggestions welcome.

RelievedSimpleton 05-05-2007 06:55 PM

Just wanted to let everyone know that Endian didn't work for what I wanted but I did find out that you could get everything needed on ClarkConnect to install whatever packages you want from source by simply running a few commands. Here they are for anyone else who may be looking to do just this:
apt-get update
apt-get install cc-devel kernel-devel kernel-sourcecode

archtoad6 05-06-2007 12:50 PM

  • Which ver. & edition of ClarkConnect did you try?
  • What else have you looked at?
  • What features/software do you want to add?
  • How fancy a firewall do need?
  • Have you thought of SmoothWall, pfSense, or M0n0wall?

unixfool 05-07-2007 09:23 PM

Gateway distros similiar to Clarkconnect:

IPCop
Smoothwall

farslayer 05-08-2007 07:48 AM

Quote:

Originally Posted by RelievedSimpleton
Just wanted to let everyone know that Endian didn't work for what I wanted but I did find out that you could get everything needed on ClarkConnect to install whatever packages you want from source by simply running a few commands. Here they are for anyone else who may be looking to do just this:
apt-get update
apt-get install cc-devel kernel-devel kernel-sourcecode

Interesting, I never realized ClarkConnect was Debian based.. good to know.

mickrussom 05-31-2007 10:35 AM

Quote:

Originally Posted by farslayer
Interesting, I never realized ClarkConnect was Debian based.. good to know.

Clark 4.1 is not Debian based. Not even close.

# uname -a
Linux gateway.clarkconnect.lan 2.6.9-42.cc #1 Wed Sep 13 19:47:22 EDT 2006 i686 i686 i386 GNU/Linux

# rpm -qa | grep -i kernel
kernel-2.6.9-42.cc

# cat /etc/redhat-release
CentOS release 4.4 (Final)

In fact, installing gcc here would really be a trivial matter, but firewall distros generally shy away from providing a toolchain on the firewall as it is considered a severe security risk, if someone roots the box they have everything they need to make rootkits onsite, or custom rootkit modules for the kernel, etc.

farslayer 05-31-2007 08:19 PM

ahh apt4rpm then... the use of apt to update the system threw me off..


All times are GMT -5. The time now is 06:37 AM.