Starting Home System with a Firewall


 
Thread Tools Search this Thread
Special Forums IP Networking Starting Home System with a Firewall
# 1  
Old 06-14-2008
Starting Home System with a Firewall

I'm a beginner to Unix System Administration and I'd like to start first by having a server setup as a firewall. What would be a good distro to do this with? I'll be running it on an old computer. I plan on using command line only with this box.

Also, where can I start reading about doing this?

Currently, there will only be workstations under (is that the correct term?) this firewall.

Once I get my hands on more boxes though I plan on setting up some more servers.
# 2  
Old 06-16-2008
Netfilter/iptables for Linux and ipf for BSD

You can install any standred Linux distribution or *BSD distribution. Linux distribution comes with iptables command-line to setup "netfilter" framed firewall. BSD and Solaris provides ipf command-line for setting-up their firewall subsystems!!!
# 3  
Old 06-28-2008
One of the easiest (by far) to get setup is Mandriva as it comes with shorewall (an iptables helper). It makes setting up iptables a breeze. Use that with webmin (a really full featured & mature web based server admin tool) and 90% of your work is done from the start.

Mandriva installs both when you install the OS in most cases. Then just go to http://localhost:10000 in a web browser on the server to be your firewall.

Once in look at the Networking tab or menu (depending on the theme at the time). You will see the Shoreline (yes shoreline is the same as shorewall) option. Just select Shoreline and get familiar with that tool. There are many docs on the Net about using this tool as well.

Cheers
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

2. Shell Programming and Scripting

cp -p /home/* home/exp/*.date not working please help

:( ---------- Post updated at 01:51 AM ---------- Previous update was at 01:50 AM ---------- Not working ---------- Post updated at 02:04 AM ---------- Previous update was at 01:51 AM ---------- cp -p /home/* home/exp/*.`date` i am using this (4 Replies)
Discussion started by: rishiraaz
4 Replies

3. Solaris

how to change /export/home/user dir to /home /user in solaris

Hi all i am using solaris 10, i am creating user with useradd -d/home/user -m -s /bin/sh user user is created with in the following path /export/home/user (auto mount) i need the user to be created like this (/home as default home directory ) useradd -d /home/user -m -s /bin/sh... (2 Replies)
Discussion started by: kalyankalyan
2 Replies

4. Programming

how to simulate "mkdir -p /home/blah1/blah2/blah3" in "c" where only /home exist

I'm trying to make use of mkdir(char *pathname, S_IRWXU) to create the directories. but it only creates one directory at a time. so I have to separate the tokens for "/home/blah1/blah2/blah3" as "home blah1 blah2 blah3" using delimiter "/", but it is again hectic to create such directory... (8 Replies)
Discussion started by: platinumedge
8 Replies

5. Red Hat

Severe Error while starting the System

Dear All, I am facing a unknown error, I start the Linux (RHEL 4 update 6) as usual. After starting the various services(like network,sendmail,portmap etc) a error appears suddenly. The error looks like : Post_create: setxattr failed, rc=28 (dev=hda2 ino=772685) Post_create: setxattr... (2 Replies)
Discussion started by: akhtar.bhat
2 Replies

6. AIX

Starting web-based system manager?

How does one initiate this? (1 Reply)
Discussion started by: NycUnxer
1 Replies

7. Solaris

System not starting completely

I have an Ultra 60, running Solaris 5.8. During boot all of a sudden it dies after Yp comes up then the netmasks are set and then I don't see anything any more. How do I tell whats causing it to hang at this point. I can login to it but can't tell what preocess is hung. /var/adm/messages has no... (7 Replies)
Discussion started by: frankkahle
7 Replies

8. UNIX for Dummies Questions & Answers

sun system not starting up

I was having some problems with my sun system so i did an Init 6. now it has been booting up for about 20 minutes and only gets as fare as stting default interface for multicast: add net 224.0.0.0 {gateway machinename}. any sugjestions on what i should do to fix this. (1 Reply)
Discussion started by: Thump
1 Replies
Login or Register to Ask a Question