Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Firewalls

Firewalls

Scheduled Pinned Locked Moved The Lounge
linuxquestion
10 Posts 9 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    James Spibey
    wrote on last edited by
    #1

    Do any of you lot use a dedicated firewall of any kind? I've got an old 486 which I'd earmarked to be a LINUX firewall but haven't gotten around to building it yet. Has anyone used smoothwall or IPCop or any other dedicated LINUX distros for firewalls? This may well be better posted in another forum but I can't be bothered. Hell, I'm an editor, I can do what I want! ;p * cowers and waits for the almighty Chris to revoke my editor status for being cheeky *

    P B M B 4 Replies Last reply
    0
    • J James Spibey

      Do any of you lot use a dedicated firewall of any kind? I've got an old 486 which I'd earmarked to be a LINUX firewall but haven't gotten around to building it yet. Has anyone used smoothwall or IPCop or any other dedicated LINUX distros for firewalls? This may well be better posted in another forum but I can't be bothered. Hell, I'm an editor, I can do what I want! ;p * cowers and waits for the almighty Chris to revoke my editor status for being cheeky *

      P Offline
      P Offline
      Paul A Howes
      wrote on last edited by
      #2

      James, I have an old Pentium system that I use for a firewall. It's currently running FreeBSD. I found that the BSD implementation of TCP/IP to be far superior to that found in Linux. In fact, FreeBSD is so completely integrated that you can turn on the firewall support with only a couple of lines of text in the master configuration file, "/etc/rc.conf". If you're looking into the "ultimate" firewall operating system, you may also be interested in OpenBSD. -- Paul "I drank... WHAT?"

      J J 2 Replies Last reply
      0
      • J James Spibey

        Do any of you lot use a dedicated firewall of any kind? I've got an old 486 which I'd earmarked to be a LINUX firewall but haven't gotten around to building it yet. Has anyone used smoothwall or IPCop or any other dedicated LINUX distros for firewalls? This may well be better posted in another forum but I can't be bothered. Hell, I'm an editor, I can do what I want! ;p * cowers and waits for the almighty Chris to revoke my editor status for being cheeky *

        B Offline
        B Offline
        Berry van Olphen
        wrote on last edited by
        #3

        I've used FreeSCO on my old 486 but now I'm using SME Server from Mitel Networks on a Pentium II. Grtx, Berry

        1 Reply Last reply
        0
        • P Paul A Howes

          James, I have an old Pentium system that I use for a firewall. It's currently running FreeBSD. I found that the BSD implementation of TCP/IP to be far superior to that found in Linux. In fact, FreeBSD is so completely integrated that you can turn on the firewall support with only a couple of lines of text in the master configuration file, "/etc/rc.conf". If you're looking into the "ultimate" firewall operating system, you may also be interested in OpenBSD. -- Paul "I drank... WHAT?"

          J Offline
          J Offline
          Jorgen Sigvardsson
          wrote on last edited by
          #4

          I second that. FreeBSD is very simple to set up as a firewall. Of course you'd need to know how to use vi in order to configure it, but that's not a biggie, is it? If you want best possible safety, then OpenBSD is your best choice. But I figure FreeBSD is leaner on a 486 - more people are involved with FreeBSD thus the chance is greater that someone has spent many nights on optimizing FreeBSD for i486 ;) Hint: Turn off pretty much everything that's inbound. Unless you are running a web server of some sort on the inside, you rarely need any inbound holes. To be on the safe side, you should also setup outbound rules as well. If you know that you're not going to utilize other ports than 25 and 80 for instance, then there is no reason to have everything else opened (if for some reason you are infected by a worm, at least you'd make it harder for the worm to spread). Also, if you are having services on the inside, you are better off masquerading/NAT'ing your services via the firewall. This way no one on the outside knows what IP is what on the inside. Sonorked as well: 100.13197 jorgen FreeBSD is sexy.

          J V 2 Replies Last reply
          0
          • J James Spibey

            Do any of you lot use a dedicated firewall of any kind? I've got an old 486 which I'd earmarked to be a LINUX firewall but haven't gotten around to building it yet. Has anyone used smoothwall or IPCop or any other dedicated LINUX distros for firewalls? This may well be better posted in another forum but I can't be bothered. Hell, I'm an editor, I can do what I want! ;p * cowers and waits for the almighty Chris to revoke my editor status for being cheeky *

            M Offline
            M Offline
            markkuk
            wrote on last edited by
            #5

            I prefer a minimal installation of a general Linux distribution (e.g. Mandrake or Red Hat) together with Bastille.

            1 Reply Last reply
            0
            • P Paul A Howes

              James, I have an old Pentium system that I use for a firewall. It's currently running FreeBSD. I found that the BSD implementation of TCP/IP to be far superior to that found in Linux. In fact, FreeBSD is so completely integrated that you can turn on the firewall support with only a couple of lines of text in the master configuration file, "/etc/rc.conf". If you're looking into the "ultimate" firewall operating system, you may also be interested in OpenBSD. -- Paul "I drank... WHAT?"

              J Offline
              J Offline
              James Spibey
              wrote on last edited by
              #6

              Thanks for the advice. I was considering BSD as it is more akin to AIX and HPUX which is what I use at work so it would be easier for me to configure. Do you know if there is a decent proxy server built into FreeBSD?

              1 Reply Last reply
              0
              • J James Spibey

                Do any of you lot use a dedicated firewall of any kind? I've got an old 486 which I'd earmarked to be a LINUX firewall but haven't gotten around to building it yet. Has anyone used smoothwall or IPCop or any other dedicated LINUX distros for firewalls? This may well be better posted in another forum but I can't be bothered. Hell, I'm an editor, I can do what I want! ;p * cowers and waits for the almighty Chris to revoke my editor status for being cheeky *

                B Offline
                B Offline
                Brad Bruce
                wrote on last edited by
                #7

                Coyote Linux (www.coyote.com) Works great. Runs from a floppy!! (You can remove the noisy hard-drive and hardly know the computer is running.)

                B 1 Reply Last reply
                0
                • B Brad Bruce

                  Coyote Linux (www.coyote.com) Works great. Runs from a floppy!! (You can remove the noisy hard-drive and hardly know the computer is running.)

                  B Offline
                  B Offline
                  benjymous
                  wrote on last edited by
                  #8

                  Brad Bruce wrote: Coyote Linux (www.coyote.com) I think you mean www.coyotelinux.com -- Help me! I'm turning into a grapefruit!

                  1 Reply Last reply
                  0
                  • J Jorgen Sigvardsson

                    I second that. FreeBSD is very simple to set up as a firewall. Of course you'd need to know how to use vi in order to configure it, but that's not a biggie, is it? If you want best possible safety, then OpenBSD is your best choice. But I figure FreeBSD is leaner on a 486 - more people are involved with FreeBSD thus the chance is greater that someone has spent many nights on optimizing FreeBSD for i486 ;) Hint: Turn off pretty much everything that's inbound. Unless you are running a web server of some sort on the inside, you rarely need any inbound holes. To be on the safe side, you should also setup outbound rules as well. If you know that you're not going to utilize other ports than 25 and 80 for instance, then there is no reason to have everything else opened (if for some reason you are infected by a worm, at least you'd make it harder for the worm to spread). Also, if you are having services on the inside, you are better off masquerading/NAT'ing your services via the firewall. This way no one on the outside knows what IP is what on the inside. Sonorked as well: 100.13197 jorgen FreeBSD is sexy.

                    J Offline
                    J Offline
                    Jeremy Falcon
                    wrote on last edited by
                    #9

                    Jörgen Sigvardsson wrote: I second that. I third that. Jörgen Sigvardsson wrote: Of course you'd need to know how to use vi in order to configure it, Well, he could use ed also. :rolleyes: Jörgen Sigvardsson wrote: If you want best possible safety, then OpenBSD is your best choice. But I figure FreeBSD is leaner on a 486 There's also PicoBSD - which is a scaled down version of FreeBSD. And, last I heard FreeBSD was going to tighten down on integrated security to compete with OpenBSD. Goody! :)

                    1 Reply Last reply
                    0
                    • J Jorgen Sigvardsson

                      I second that. FreeBSD is very simple to set up as a firewall. Of course you'd need to know how to use vi in order to configure it, but that's not a biggie, is it? If you want best possible safety, then OpenBSD is your best choice. But I figure FreeBSD is leaner on a 486 - more people are involved with FreeBSD thus the chance is greater that someone has spent many nights on optimizing FreeBSD for i486 ;) Hint: Turn off pretty much everything that's inbound. Unless you are running a web server of some sort on the inside, you rarely need any inbound holes. To be on the safe side, you should also setup outbound rules as well. If you know that you're not going to utilize other ports than 25 and 80 for instance, then there is no reason to have everything else opened (if for some reason you are infected by a worm, at least you'd make it harder for the worm to spread). Also, if you are having services on the inside, you are better off masquerading/NAT'ing your services via the firewall. This way no one on the outside knows what IP is what on the inside. Sonorked as well: 100.13197 jorgen FreeBSD is sexy.

                      V Offline
                      V Offline
                      Venet
                      wrote on last edited by
                      #10

                      Jörgen Sigvardsson wrote: Hint: Turn off pretty much everything that's inbound. I would be careful with that. You might find unable to browse the internet if you block everything inbound. Regards, Venet. -------- Black holes are where God divided by zero.(Steven Wright)

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups