Re: [vpp-dev] Help with VLAN setup

2018-01-08 Thread Carlito Nueno
Sorry, here is the updated gist link:
https://gist.github.com/ironpillow/a57cf283ce30ac344ef39e5425a81260

On Mon, Jan 8, 2018 at 3:02 PM, Carlito Nueno  wrote:
> Hi all,
>
> I followed the home gateway tutorial [1] to setup a router on ubuntu box.
>
> I have a switch with two VLANs, vlan20 and vlan30, on port 1 connected
> to VPP router box on port 1. So, its only one physical cable.
>
> My current setup diagram and vpp config files:
> https://gist.github.com/anonymous/6f6815d2c18fb8ed324b7a096231d606
>
> On the VPP router:
> - port 0 is connected to ISP
> - DHCP server listens on lstack tap device
>
> I am trying to:
> - give clients connected to vlan20 a different subnet via dhcp than
> clients connected to vlan30.
> - get both subnets to access the internet via port 0 because only one
> port is connected to the ISP
>
> With the current vlan setup (2_vpp_vlan.config) vlan20 packets are
> only seen on lstack and not lvlan20.
>
> Thanks!
>
> [1]: https://wiki.fd.io/view/VPP/VPP_Home_Gateway
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev


[vpp-dev] Help with VLAN setup

2018-01-08 Thread Carlito Nueno
Hi all,

I followed the home gateway tutorial [1] to setup a router on ubuntu box.

I have a switch with two VLANs, vlan20 and vlan30, on port 1 connected
to VPP router box on port 1. So, its only one physical cable.

My current setup diagram and vpp config files:
https://gist.github.com/anonymous/6f6815d2c18fb8ed324b7a096231d606

On the VPP router:
- port 0 is connected to ISP
- DHCP server listens on lstack tap device

I am trying to:
- give clients connected to vlan20 a different subnet via dhcp than
clients connected to vlan30.
- get both subnets to access the internet via port 0 because only one
port is connected to the ISP

With the current vlan setup (2_vpp_vlan.config) vlan20 packets are
only seen on lstack and not lvlan20.

Thanks!

[1]: https://wiki.fd.io/view/VPP/VPP_Home_Gateway
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev