< Home - < Back

fwrestart


Information about the package, fwrestart, which is shipped with common Linux distributions. The fwrestart package is designed for, A way to more safely re-load firewall rules remotely.


Package Name:

fwrestart

Summary:

A way to more safely re-load firewall rules remotely

Description:

This program can automatically detect when changes to the firewall block the administrative shell session, and to take corrective action fwrestart uses terminal auto-response codes to safely re-start firewall rules over a remote shell session. It sends a request to your terminal (xterm, for example), which responds back automatically. When that response is received, ensuring that fwrestart can communicate with the terminal, fwrestart then issues a command to restart the firewall. It then tries another request to the terminal, and if that is not received within 5 seconds, a command is run to clear the firewall and an appropriate error is generated.

Architecture:

noarch

Version:

1.08

Release:

1.el6

Size:

14 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for fwrestart


Control the fwrestart package with the following handy commands outlined below.


Command

Description of Command

yum install fwrestart

This command will install fwrestart on the server.

yum remove fwrestart

This command will un-install fwrestart on the server. When you run this command, you will be asked if you are sure that you want to remove fwrestart, so you have to manually confirm that you want to do this.

yum -y remove fwrestart

This command will un-install fwrestart on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fwrestart when using the -y flag.

yum update fwrestart

This command will update fwrestart to the latest version. When you run this command, you will be asked if you are sure that you want to remove fwrestart, so you have to manually confirm that you want to do this.

yum -y update fwrestart

This command will update fwrestart to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fwrestart when using the -y flag.

yum info fwrestart

This command will show you core information about the fwrestart package.

yum deplist fwrestart

This command will show you the dependencies for fwrestart. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update fwrestart

This command will check if there is an update waiting on fwrestart. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.