Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-25-2003, 07:45 PM
|
#1
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Rep:
|
Firewall setup
Not sure if this should be here or in security but any how... I am a 'n00b' to Debian and Linux in general, I have got X windows running and various other programs with in Xwindows, but I want to know how to set up a firewall so I can close open ports and other things on my machine since I have a cable connection which leaves my machine vunarable to hackers.
Thanks people
|
|
|
08-26-2003, 05:52 AM
|
#3
|
LQ Newbie
Registered: May 2003
Posts: 20
Rep:
|
If you dont want to learn about iptables, firestarter has a nice graphical interface to set up an iptables based firewall.
http://firestarter.sourceforge.net/
To install it just type; apt-get update
apt-get install firestarter
|
|
|
08-27-2003, 07:21 AM
|
#4
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
I just get the following message when I login to Firestarted "Child terminated with 1 status". Is there no window to configure it or anything?
-thanks.
|
|
|
08-27-2003, 01:36 PM
|
#5
|
Member
Registered: Oct 2002
Location: I-Town, NY
Distribution: Debian, Slackware
Posts: 130
Rep:
|
I'm not sure if this has anything to do with Firestarter collapsing, but bear in mind that your kernel may not support iptables. If you're using kernel 2.2, you'll need to use ipchains instead.
|
|
|
08-29-2003, 02:02 PM
|
#6
|
LQ Newbie
Registered: Jun 2001
Location: San Jose, CA
Distribution: Debian (Servers); Gentoo (Desktop)
Posts: 29
Rep:
|
OR, for the ultimate learning experience, you can learn to compile your own kernel.
Download the kernel source for 2.4.22 and put the .tar.gz file in /usr/local/src.
Unpack using tar -zxvf [filename]
cd linux-2.4.22
make menuconfig
(here, you configure all of the options you want in your kernel)
exit and save when done
make dep
make-kpkg clean
make-kpkg --revision=my.1.0 kernel_image
cd ../
dpkg -i kernel-image-2.4.22_my.1.0_i386.deb
If you boot up and get a panic, your probably forgot to include some drivers. You will need debian CD to boot up into the install, mount your drive, and get a root prompt. Then use dpkg -e to remove the old kernel and then reboot.
|
|
|
All times are GMT -5. The time now is 11:21 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|