Hi all,

I have an issue with a combination of Linux-cp + Det44. If Det44 is
activated, access to the VPP0 using Linux-cp is not working. All dynamic
configuration possibility is lost. I lose access from both sides - WAN and
LAN from any IP address (not only from configured 192.168.17.0/24).
Any suggestions? In which section of VPP code is Det44 hooked before
Linux-cp? Communication from PC1 to router0 successfully working. All ideas
are welcome.

Thank you very much

Petr B.


the simple scenario below ...
----------------------------------------------------
Upstream router0
+ address 192.168.15.1/24
+ route 213.192.0.0/32 via 192.168.15.2
----------------------------------------------------
VPP0 Device:
WAN enp2s0
+ address 192.168.15.2/24
+ route 0.0.0.0/0 via 192.168.15.1
+ Linux-cp

LAN enp3s0
+ address 192.168.16.1/24
+ route 192.168.17.0/24 via 192.168.16.2
+ Linux-cp

det44 plugin enable
set interface det44 inside enp3s0 outside enp2s0
det44 add in 192.168.17.0/24 out 213.192.0.0/32
-----------------------------------------------------
Internal router1
+ address 192.168.16.2/24 dev e1
+ address 192.168.17.1/24 dev e2
+ route 0.0.0.0/0 via 192.168.16.1
-----------------------------------------------------
PC1 - test device
+ address 192.168.17.2/24
+ route 0.0.0.0/0 via 192.168.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22550): https://lists.fd.io/g/vpp-dev/message/22550
Mute This Topic: https://lists.fd.io/mt/96783537/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to