PDA

View Full Version : FireWall for Server


mattc908
February 13th, 2008, 12:50 PM
Hey what would be the best Firewall for an ubuntu server, that wouldn't stop my programs for running such as FTP, Apache, Ventrilo (Voice Communications software), SSH. I run everything in command Terminal not in a GUI.
-Mattc908

Dr Small
February 13th, 2008, 12:53 PM
Iptables is your firewall by default on ubuntu. If you wish to configure it, install Firestarter :)

mattc908
February 13th, 2008, 01:17 PM
BUt firestarter will run in command form and not in a GUI correct?

Dr Small
February 13th, 2008, 02:02 PM
Firestarter is GUI.
But I got it to work on my server by ssh'ing into it and then running Firestarter.

mojoman
February 13th, 2008, 02:16 PM
BUt firestarter will run in command form and not in a GUI correct?

No. Firestarter is a GUI interface for IP-tables. If you have a server you do not want firestarter. You'll just have to configure IP-tables the old fashioned way.

An option might or use some other firewall, such as shorewall, and then use webmin to configure it remotely using a GUI interface.

mattc908
February 13th, 2008, 02:50 PM
What is webmin? I SSH'd into it and installed firestarted.... Now how would I set it up through SSH?

mojoman
February 13th, 2008, 03:25 PM
What is webmin? I SSH'd into it and installed firestarted.... Now how would I set it up through SSH?

http://www.webmin.com/ (http://www.webmin.com/)

mattc908
February 13th, 2008, 04:06 PM
I SSH in and install than it says: You Can Login in at https://mattc908:10000/ how do I make it say, my websites name or localhost?

Dr Small
February 13th, 2008, 04:34 PM
What is webmin? I SSH'd into it and installed firestarted.... Now how would I set it up through SSH?
ssh -XC -c blowfish user@host
sudo firestarter

mattc908
February 13th, 2008, 04:45 PM
Alright Thanks, anyone know the webmin prob?