FreeBSD and barracudas

Philip M. Gollucci philip at ridecharge.com
Fri Oct 19 11:25:43 PDT 2007


Hi All,

I've got a Barracuda 340
and some FreeBSD 6.2-release systems

I'm attempting to setup DSR (Direct Server Returns)

Firewall -> Switch ---- WAN Barracuda LAN --
                    /\                      \/
	           |                        |
                    --------------------------

The computers are Dell PowerEdge 860s (dual nics) and
on Barracudas docs and recommendations, I've got only nic 0
plugged into the above switch.

I've setup up a non-ARPing loopback
ifconfig lo 192.168.0.50 netmask 255.255.255.240 -arp alias

I can now telnet 192.168.0.50 80 (from the box and see a httpd response)

The problem is the barracuda can not get to it.  I actually don't see 
any reason why it should.  Its supposed to merely rewrite the MAC to one 
of the 'Real Servers' when it receives a request for a VIP (Virtual IP).

Network: 192.168.0.0/22
Firewall/Gateway: 192.168.0.1
DNS: 192.168.0.25, 192.168.0.24, 172.28.0.50(different class C)
Broadcast: 192.168.3.255
Netmask: 255.255.252.0

Barracdua WAN: 192.168.0.169
Barracuda LAN: N/A in DSR mode.
VIP: 192.168.0.49
Real Server 1: 192.168.0.50
Real Server 2: 192.168.t0.51
....

According to the docs, the netmask needs to include everything, so I've 
tried 255.255.252.0 instead of 255.255.255.240 in the above ifconfig.

I've been in contact with Barracuda directly and was lucky enough to get 
someone in IT that likes FreeBSD.

We gave up on Route-Path mode, which I tried first.

Is there something Networking/FreeBSD specific that we/I have overlooked ?

If anyone has any ideas, I am onsite at the data center for the rest of 
today.

TIA


More information about the freebsd-questions mailing list