Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I need even tighter Freeway access security. Can I configure a firewall on the Freeway, and restrict access to certain IP addresses?

0
Posted

I need even tighter Freeway access security. Can I configure a firewall on the Freeway, and restrict access to certain IP addresses?

0

Yes, Freeway software versions 3.1-1 and later include full firewall capabilities. By default, the firewall is open (it allows connections from any source), but you can add your own rules to restrict access in any manner you desire, with lines like these in your boot configuration file: exec = /sbin/ipfw add 1000 deny ip from 192.168.3.0/24 to any exec = /sbin/ipfw add 1100 deny ip from 192.168.4.4 to any ( those lines would disallow all IP access from any machine on the 192.168.3.0 subnet, and from 192.168.4.4 ). The “ipfw list” command (typed in from the BSD shell) shows a list of all existing firewall rules, and “ipfw show” shows statistics about the number of packets which have been treated under each rule. See the output of “man ipfw” for additional commands, and for details about the rule syntax.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123