On 10 May 2016 at 01:59, Sheroo Pratap wrote:
> Thanks Joe,
>
> I tried to add flows for NAT using below commands
>
> ovs-ofctl add-flow br0
> "in_port=1,ip,action=ct(commit,nat(src=192.168.56.103-192.168.56.115)),2"
> ovs-ofctl add-flow br0 "in_port=2,ct_state=-trk,ip,action=ct(table=0,nat)"
> ov
Thanks Joe,
I tried to add flows for NAT using below commands
ovs-ofctl add-flow br0
"in_port=1,ip,action=ct(commit,nat(src=192.168.56.103-192.168.56.115)),2"
ovs-ofctl add-flow br0 "in_port=2,ct_state=-trk,ip,action=ct(table=0,nat)"
ovs-ofctl add-flow br0 "in_port=2,ct_state=+trk,ip,action=1"
I
On 6 May 2016 at 05:22, Sheroo Pratap wrote:
> Thanks Justin for quick response and clarifications.
>
> As suggested by Joe, i checked out OVS master and tried to build OVS in
> upstream kernel it successfully installed and working fine (Thanks again
> all).
>
> below are the steps i have follow
Thanks Justin for quick response and clarifications.
As suggested by Joe, i checked out OVS master and tried to build OVS in
upstream kernel it successfully installed and working fine (Thanks again
all).
below are the steps i have followed.
1) upgraded kernel to 4.6 (recommended on
https://git
You don't need to post the same messages to discuss and dev. Please just
choose one forum, since most of us are in both.
Here's the answer I gave in ovs-discuss:
-=-=-=-=-=-=-=-=-=-
Yes, connection tracking is part of 2.5. However, the release states: "This
feature makes it possible to implem
Hi Jarno,
I found below link for NAT support in OVS 2.5.0 release, looks like NAT
is supported in latest release.
http://openvswitch.org/pipermail/announce/2016-February/81.html
if you see in below link it is mentioned here that ct is supported in
OVS 2.5.0 release
http://openv
Thanks for guidance Jarno
Regards
Sheroo Pratap
On Tue, May 3, 2016 at 10:23 PM, Jarno Rajahalme wrote:
> OVS with conntrack NAT support has not been released yet. To try it out
> you need to use OVS git master and the release candidate of the upstream
> linux kernel (4.6). When you have those
OVS with conntrack NAT support has not been released yet. To try it out you
need to use OVS git master and the release candidate of the upstream linux
kernel (4.6). When you have those installed, you can find examples in
ovs/tests/system-traffic.at.
Regards,
Jarno
> On May 3, 2016, at 2:13
Hi All,
I trying to do NAT configuration in OVS 2.5.0. I am not getting any
proper documentation for OVS NAT configuration.
Can anyone help me, any example will be very help full.
Thanks in advance.
Thanks and Regards
Sheroo Pratap
___
dev maili