You are not logged in.
Pages: 1
The guarddog firewall program would be great to have as a pacman package.
Offline
What about snort.....
Mr Green
Offline
Snort, as I understand it, is more for network intrusion detection whereas guarddog is a GUI frontend for IP tables.
Alas, it appears a lot of these (including firestarter which IS in the repositories) have very spotty or non-existant support for the 2.6 kernels.
Offline
looking at Guarddog it has 2.6 support...
Mr Green
Offline
Yes, it appears that this is kind of 'newish' so it should work. I've put a bug in the bugtracker that the version in the repository needs to be updated to support 2.6.
Offline
What's diffirent about 2.6 firewall stuff? I use fwbuilder with no problems on 2.6.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Not sure specifically, but this is the error I get on trying to install firestarter:
[root@salamander trey]# pacman -S firestarter
:: firestarter conflicts with kernel26. Remove kernel26? [Y/n]
So *some* type of changes have occured between 2.4 and 2.6 that it's having an issue with.
I'll try fwbuilder.
Offline
Hi,
Guarddog runs on mine....seems Ok...easy to set up.....got to be with me using it
Mr Green
Mr Green
Offline
How did you install it? I made a package with makepkg and it doesn't work: when I run guarddog this notice pops up:
An error occured while reading the protocol database.
Details: "Unable to open the network protocol database XML file."
in console:
bash-2.05b$ guarddog
QFile::open: No file name specified
my PKGBUILD:
pkgname=guarddog
pkgver=2.2.0
pkgrel=1
pkgdesc="A firewall configuration utility"
url="http://www.simonzone.com/software/guarddog/"
depends=('kdelibs')
source=(http://www.simonzone.com/software/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('9272553b075fedb851e385d40e9602db')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
namcap output:
bash-2.05b$ namcap guarddog-2.2.0-1.pkg.tar.gz
guarddog W: Library /usr/lib/libGLcore.so.1 has no package associated
Offline
Downloaded tar.....unpacked read install doc ...followed that then at $ guarddog..
Did you pacman -A <package>?
Mr Green
Mr Green
Offline
Thanks, I got it now. Looks like it works, at least with kernel 2.4, though I didn't test the firewall yet. I also didn't find any info about 2.6 kernels, I just read it is strongly recommended to use 2.4 kernel and iptables, but that section was about 2.2 vs 2.4, the 2.6 is not even mentioned.
PKGBUILD:
# Contributor: Mitja Vardjan <mvardjan@volja.net>
pkgname=guarddog
pkgver=2.2.0
pkgrel=1
pkgdesc="A firewall configuration utility"
url="http://www.simonzone.com/software/guarddog/"
depends=('kdelibs' 'iptables' 'gawk')
source=(http://www.simonzone.com/software/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('9272553b075fedb851e385d40e9602db')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=`kde-config --prefix`
make || return 1
make prefix=$startdir/pkg/`kde-config --prefix` install
}
EDIT: 'gawk' dependency added
Offline
Well that looks good.....I am running 2.6.3 so I guess we will just have to see....
Mr Green
Mr Green
Offline
Not sure specifically, but this is the error I get on trying to install firestarter:
[root@salamander trey]# pacman -S firestarter :: firestarter conflicts with kernel26. Remove kernel26? [Y/n]
So *some* type of changes have occured between 2.4 and 2.6 that it's having an issue with.
I'll try fwbuilder.
I'd say that's a bug in the package and should probably be submitted as such. There's no problem with 2.6 and iptables. Not only that, but just because someone has the 2.6 kernel installed doesn't mean they're running it.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Pages: 1