Re: [vpp-dev] Problem with startup file

2021-10-01 Thread Matthew Smith via lists.fd.io
Try "dslite { ce }" in startup.conf instead.

DS-lite used to be part of the NAT plugin. The NAT plugin was broken up
into several smaller plugins so DS-lite startup.conf items moved from the
"nat" section to a new "dslite" section.

-Matt


On Fri, Oct 1, 2021 at 3:28 PM Ameen Al-Azzawi 
wrote:

> Hi
>
> Every time I add the command "nat { dslite ce } "  to my "startup.conf"
> file, then restart vpp, I get the below error message.
>
> "clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused"
>
> I have disabled "selinux"  already.
>
> My entire " startup.conf "  file is attached.
>
> Regards
> Ameen
>
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20273): https://lists.fd.io/g/vpp-dev/message/20273
Mute This Topic: https://lists.fd.io/mt/86010302/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[vpp-dev] Problem with startup file

2021-10-01 Thread Ameen Al-Azzawi
Hi

Every time I add the command "nat { dslite ce } "  to my "startup.conf"
file, then restart vpp, I get the below error message.

"clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused"

I have disabled "selinux"  already.

My entire " startup.conf "  file is attached.

Regards
Ameen

unix {
  nodaemon
  log /var/log/vpp/vpp.log
  full-coredump
  cli-listen /run/vpp/cli.sock
  gid vpp
}

api-trace {
  on

}

api-segment {
  gid vpp
}

socksvr {
  default
}



cpu {

}

 plugins {
plugin dslite_plugin.so { enable }
## Adjusting the plugin path depending on where the VPP plugins are
#   path /ws/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins

## Disable all plugins by default and then selectively enable specific 
plugins
# plugin default { disable }
# plugin dpdk_plugin.so { enable }
# plugin acl_plugin.so { enable }

## Enable all plugins by default and then selectively disable specific 
plugins
# plugin dpdk_plugin.so { disable }
# plugin acl_plugin.so { disable }
 }


nat { endpoint-dependent }

#nat{dslite ce}



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20272): https://lists.fd.io/g/vpp-dev/message/20272
Mute This Topic: https://lists.fd.io/mt/86010302/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-