Linux / UNIX Tech Support Forum
This is a discussion on OPEN BSD 3.9 Firewall within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; New to nixCraft forum. We have Open BSD 3.9 firewall in place and it works fine. We have full access ...
|
|||||||
| All about FreeBSD/OpenBSD/NetBSD Discuss all about the Rock solid FreeBSD/OpenBSD/NetBSD. You are free to talk about any issues related to BSD administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
New to nixCraft forum. We have Open BSD 3.9 firewall in place and it works fine. We have full access with L & P and would like to learn more on the OS side from someone who has experience with firewall setup and operations. All thread posts will be appreciated.
|
| Sponsored Links | ||
|
|
|
|||
|
Specifically we would like to do the following:
1. Monitor incoming traffic and see the logs. 2. Be able to connect additional servers to the Internet via Port 80. 3. To open and close new ports. 4. To update OpenBSD. 5. To see incoming mail and re-direct alerts to admin or a email address. We need a full evaluation of the current setup and activate other features that I believe are available in OpenBSD for more effective management. |
|
||||
|
/var/log/pflog is default binary log file. To monitor traffic in real time type
Code:
tcpdump -n -e -ttt -i pflog0 Code:
tcpdump -n -e -ttt -r /var/log/pflog Code:
pass in log (all) on em1 inet proto udp port 53 keep state Quote:
You need to use following rule to open port, 80 or 22 Code:
pass in on $ext_if proto tcp from any to any port 80 flags S/SA synproxy modulate state # Open SSH port pass in on $ext_if proto tcp from any to any port 22 flags S/SA synproxy modulate state Quote:
Code:
tail -f /var/log/maillog PF Firewall
If you have more question, just reply back. HTH
__________________
Rocky Jr. What's wrong? I hope I am not making you uncomfortable... Never send a boy to do a mans job. |
![]() |
| Tags |
| open bsd 3.9 firewall , openbsd , pf firewall |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| creating firewall | ramsatpm | Networking, Firewalls and Security | 1 | 28-03-2008 09:15 AM |
| Firewall issues | shilpigoel1 | Networking, Firewalls and Security | 3 | 30-10-2007 03:47 AM |
| squid without firewall | meenal | Networking, Firewalls and Security | 1 | 29-10-2007 03:54 PM |
| MCP61 firewall | racer | Linux hardware | 0 | 11-10-2007 03:27 AM |
| suse 9 firewall | click007 | Getting started tutorials | 5 | 15-08-2007 11:29 PM |