![]() |
|
|||||||
| OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hello,
I am new to openBSD and want to use this OS as a firewall, within a firewall cluster. We have now 2 machines acting as a firewall which is not capable of doing the following: active / active and load balancing. I do have experience with Linux and Unix. Can someone help me on how to set up a system with the features: active /active firewall Loadbalancing Nat Thanx |
|
||||
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Well thanx, the faq look very wel documented, but when installing my first firewall script I got the following error±
# Removing ip address: lo ::1 prefixlen 128 ifconfig: SIOCGIFXFLAGS: Device not configured ifconfig: SIOCSIFXFLAGS: Device not configured ifconfig: SIOCDIFADDR: Device not configured ifconfig: SIOCGIFFLAGS: Device not configured It is a firewall for test within a vmware environment. |
|
||||
|
Your script has plenty of errors in it. What those errors are, I cannot tell until you post it.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
||||
|
Actually I can tell what the majority of errors are. You are issuing the ifconfig command against devices that do not exist in your test system. NICs must be present to be provisioned.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Attached my files :
System config: em0 --> outside em1 --> inside em2 --> future use. lo |
|
||||
|
There is no device called "lo". That is a device type, not a device. Loopback devices are lo0, lo1, etc. There is a device group "lo" however. Best practice is to use the lo0 device unless you have multiple loopback devices.
You did not include a dmesg, but if you had, you may not see the "em" devices you are attempting to configure.....as mentioned already. I have never used any "builder" application, and cannot answer any questions about your input to one, out the output produced.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Thanx for the help, it was indeed the naming of the lo interface which was not correct.
The gui we are using is for other persons within my company, whom are not that familiar with command line innterfaces. |
|
|||
|
No offence, but such people should not have access to firewall configuration.
|
|
|||
|
I know, but then again, I cannot handle all of our systems by my own. I am also curious if there isn't someone indeed using a gui for maintaining the firewalls. We are using FWBuilder, because of the Linux firewalls. But I have found out that the openBsd firewalls can do more than the Linux firewalls.
But is quite a study for something new. I am still having trouble on how to use Fwbuilder with NAT. |
|
||||
|
Start with the PF Users Guide. Leave your GUI tool in the box that it came in. You will find the Guide in html and pdf from the FAQ top page.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Quote:
http://home.nuug.no/~peter/pf/ |
|
|||
|
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up an OpenBSD firewall | Monkey | OpenBSD Security | 2 | 7th December 2010 09:30 AM |
| OpenBSD firewall with only one physical NIC | idosch | OpenBSD Security | 5 | 25th April 2010 12:11 AM |
| DIY OpenBSD Firewall Appliance | mikesg | OpenBSD Security | 34 | 6th January 2010 05:17 AM |
| Installing java question | neurosis | FreeBSD Ports and Packages | 3 | 22nd July 2008 02:42 AM |
| OpenBSD firewall resources | J65nko | OpenBSD Security | 0 | 1st June 2008 02:28 AM |