Skip to content

Instantly share code, notes, and snippets.

View yuminstalljoe's full-sized avatar

Joseph Rimmer yuminstalljoe

  • New York
  • 18:47 (UTC -04:00)
View GitHub Profile
@yuminstalljoe
yuminstalljoe / Setting up a CentOS Router.md
Last active June 15, 2023 11:54
A little tutorial on setting up a CentOS router, aimed at the CNY Hackathon.

Setting up a CentOS Router

Note: This tutorial will cover setting up a firewalld firewall and making your system a router. firewalld is preinstalled on CentOS and Red Hat Enterprise Linux systems.

Introduction

To follow the contents of this tutorial, be sure to follow inside a terminal. Most operations require super user priviliges. For the sake of the tutorial, be sure all commands are executed as root or execute all commands with sudo.

Editor

Replace any instances of vi with your command-line editor of choice. Possible editors include:

  • vi