As part of my coursework in cybersecurity, I undertook a project to configure a firewall using Smoothwall. The objective was to set up a basic firewall system with two network interfaces:
By the end of this project, I aimed to achieve the following objectives:
To complete this project, the following resources were necessary:
GREEN Interface Configuration:
RED Interface Configuration:
Set DNS Gateway: Use the ISP’s DNS settings (e.g., Orange: 213.154.64.13) for external address resolution.
DHCP Setup:
ifconfig eth0
for the GREEN interface.ifconfig eth1
for the RED interface.ping 8.8.8.8
to test internet connectivity.From a connected internal client, ping the Smoothwall’s RED interface to test internet connectivity.
Ensure that clients on the GREEN network are getting IP addresses automatically.
Through this project, I successfully configured a Smoothwall firewall, enhancing the security of the internal network while managing traffic flow between the internet and my local environment. This hands-on experience reinforced my understanding of firewall configurations and cybersecurity principles, validating my skills in this critical area of IT.