How to Install Iptables in Ubuntu

How to Install Iptables in Ubuntu thumbnail
You can protect your Ubuntu computer with the Iptables software firewall.

A software firewall allows only some network packets to arrive to, or leave from, the computer it is running on. The decision on whether to allow a given packet to go through the network adapter, or a given connection to be established, depends on complex, configurable criteria. Sample criteria are the application that generated the packet, its source or destination address and the protocol to which the packet belongs. Iptables is a software firewall for the Linux operating system. You can install Iptables on your Ubuntu Linux computer.

Instructions

    • 1

      Log into the computer.

    • 2

      Click "Applications" on the taskbar at the top of the graphical desktop, then select "Accessories," then "Terminal." Click the window that opens.

    • 3

      Type the following command into the terminal:

      sudo apt-get install iptables

      Press "Enter." Ubuntu will prompt you for your password; enter it, then press "Enter." The Package Manager will download the software package for Iptables from an Ubuntu repository, then install Iptables on your computer. When the execution of the "sudo apt-get" command completes and the window prompts you for another command, Iptables will be up and running on your computer. The default Iptables configuration is adequate for most users.

Related Searches:

References

  • Photo Credit Comstock/Comstock/Getty Images

Comments

You May Also Like

  • How to Stop the Linux Firewall

    The Linux firewall helps to protect the server from damaging content on the Internet or network. When disabling the firewall, it is...

  • How to Block an IP Address in Ubuntu

    Ubuntu Linux ships with the Netfilter stateful packet-inspecting firewall. Using the "iptables" command, you can configure your Ubuntu system to block packets...

  • How to Configure IP Tables

    The iptables is an application that is used as the basic firewall software of most Linux distributions and also comes as the...

  • How to Install Internet Explorer in Ubuntu

    Because Internet Explorer is designed to work on Windows operating systems, the Web browser will not immediately install on the Ubuntu Linux...

  • How to Install a Wireless Adapter in Ubuntu

    Wireless Internet is almost a necessity these days as many homes and businesses have switched away from wired networks for the sake...

  • How to Monitor Network Traffic in Linux

    A wide variety of Linux networking monitoring tools can provide whatever functionality you require. From very basic graphical user interfaces that will...

  • How to Block an IP Address Using IPtables

    Iptables is a user space application tool in the Linux operating system. It is a firewall that allows administrators to filter network...

  • How to Set Up Wireless on Ubuntu

    Ubuntu provides out-of-the-box wireless capability for supported wireless network cards. Ubuntu recommends using a supported card, because these cards will only need...

  • What Is Linux on a Computer?

    Linux is an operating system for a computer, similar to Microsoft Windows or Mac OS X. Linux is based on the original...

  • How to Install iTunes on Ubuntu

    If you are looking to find how to install iTunes on Ubuntu, then you've landed in the right spot. Ubuntu is a...

Related Ads

Featured