Re: Using lagg

2014-07-26 Thread Dominic Froud
On 25/07/2014 23:32, Sridhar Iyer wrote: I was looking at sys/net/if_lagg.c, and wanted to know the usage of functions such as lagg_ioctl(), lagg_input() etc. Regards, Sridhar Those functions are part of the implementation of the lagg driver, internal to the kernel. They generally mirror si

Re: Server with multiple public IP

2014-04-28 Thread Dominic Froud
On 28/04/2014 11:15, Julian Elischer wrote: replying to myself.. On 4/28/14, 6:11 PM, Julian Elischer wrote: On 4/28/14, 5:44 PM, Andrea Venturoli wrote: On 04/28/14 11:18, Andreas Nilsson wrote: You could put all the services which are on 2.0.0.2 in a separate fib and there have another d

Re: Server with multiple public IP

2014-04-28 Thread Dominic Froud
On 28/04/2014 09:58, Andrea Venturoli wrote: I've got a server which has two (or more) interfaces with public IPs. Let's say, as an example (with fictional IPs): ifconfig_vlan1="inet 1.0.0.2 netmask 255.255.255.248..." ifconfig_vlan2="inet 2.0.0.2 netmask 255.255.255.248..." Of course, I can on