Re: VLANing between jails not segmenting traffic

2018-01-01 Thread Julian Elischer
On 31/10/17 5:26 am, Eugene Grosbein wrote: 31.10.2017 4:08, Farhan Khan пишет: Hi all, I am trying to experiment with setting up two jails on different VLANs, but have not been able to segment traffic. My configuration was to create vlan1 for jail1 and vlan2 for jail2. I did the following c

Re: VLANing between jails not segmenting traffic

2017-11-02 Thread Michael Gmelin
On Thu, 2 Nov 2017 16:21:01 +0100 Marko Cupać wrote: > On Thu, 2 Nov 2017 15:42:55 +0100 > Michael Gmelin wrote: > > > On Thu, 2 Nov 2017 13:19:31 +0100 > > Marko Cupać wrote: > > > > > On Mon, 30 Oct 2017 22:46:35 +0100 > > > Michael Gmelin wrote: > > > > > > > You can use fibs with

Re: VLANing between jails not segmenting traffic

2017-11-02 Thread Marko Cupać
On Thu, 2 Nov 2017 15:42:55 +0100 Michael Gmelin wrote: > On Thu, 2 Nov 2017 13:19:31 +0100 > Marko Cupać wrote: > > > On Mon, 30 Oct 2017 22:46:35 +0100 > > Michael Gmelin wrote: > > > > > You can use fibs with net.add_addr_allfibs=0 to get separate > > > routing tables (comes with its own

Re: VLANing between jails not segmenting traffic

2017-11-02 Thread Michael Gmelin
On Thu, 2 Nov 2017 13:19:31 +0100 Marko Cupać wrote: > On Mon, 30 Oct 2017 22:46:35 +0100 > Michael Gmelin wrote: > > > You can use fibs with net.add_addr_allfibs=0 to get separate routing > > tables (comes with its own set of complications though). > > I hoped to go this way, but the fact

Re: VLANing between jails not segmenting traffic

2017-11-02 Thread Marko Cupać
On Mon, 30 Oct 2017 22:46:35 +0100 Michael Gmelin wrote: > You can use fibs with net.add_addr_allfibs=0 to get separate routing > tables (comes with its own set of complications though). I hoped to go this way, but the fact that host (in fib0) replies to icmp requests destined to jail with raw_s

Re: VLANing between jails not segmenting traffic

2017-10-30 Thread Michael Gmelin
> On 30. Oct 2017, at 22:26, Eugene Grosbein wrote: > > 31.10.2017 4:08, Farhan Khan пишет: >> Hi all, >> >> I am trying to experiment with setting up two jails on different VLANs, but >> have not been able to segment traffic. >> >> My configuration was to create vlan1 for jail1 and vlan2 fo

Re: VLANing between jails not segmenting traffic

2017-10-30 Thread Eugene Grosbein
31.10.2017 4:08, Farhan Khan пишет: > Hi all, > > I am trying to experiment with setting up two jails on different VLANs, but > have not been able to segment traffic. > > My configuration was to create vlan1 for jail1 and vlan2 for jail2. > > I did the following commands: > ifconfig vlan1 creat

VLANing between jails not segmenting traffic

2017-10-30 Thread Farhan Khan
Hi all, I am trying to experiment with setting up two jails on different VLANs, but have not been able to segment traffic. My configuration was to create vlan1 for jail1 and vlan2 for jail2. I did the following commands: ifconfig vlan1 create vlan 1 vlandev em0 ifconfig vlan1 10.1.0.1/24 ifco