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]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to