Re: Which is the public interface to use for ipfw when lagg(4)? [SOLVED]

2013-06-25 Thread Unga
Hi Mark Thanks for the reply. It worked. It was lagg1.Unga - Original Message - > From: Mark Felder > To: freebsd-questions@freebsd.org > Cc: > Sent: Tuesday, June 25, 2013 2:29 PM > Subject: Re: Which is the public interface to use for ipfw when lagg(4)? > > On

Re: Which is the public interface to use for ipfw when lagg(4)?

2013-06-25 Thread Mark Felder
On Tue, Jun 25, 2013, at 7:13, Unga wrote: > > What is the interface should I use for the pif? Is it lagg1? > The interface you should use is the interface the IPs are on. It doesn't matter what kind of interface it is. In this case it looks like lagg1. __

Which is the public interface to use for ipfw when lagg(4)?

2013-06-25 Thread Unga
Hi allĀ  My server runs FreeBSD 9.0 (i386). /etc/rc.conf shows: # cloned_interfaces="lagg0 lagg1" # ifconfig_em0="up" ifconfig_em2="up" ifconfig_lagg0="laggproto lacp laggport em0 laggport em2" ipv4_addrs_lagg0="someIP/26" # ifconfig_em1="up" ifconfig_em3="up" ifconfig_lagg1="laggproto lacp laggpo