Hi all,

I am trying to use DNS server and on "ping google.com" VPP is crashing

Aug 13 21:31:10 test1-vpp vnet[853]: unknown input `add_del 8.8.8.8
Aug 13 21:31:28 test1-vpp vnet[853]: dns cache: add / del / clear required..
Aug 13 21:31:36 test1-vpp vnet[853]:
vl_api_dns_resolve_name_reply_t_handler:2556: ip4 address 23.75.7.244
Aug 13 21:32:24 test1-vpp vnet[853]: dns cache: add / del / clear required..
Aug 13 21:34:43 test1-vpp vnet[853]: resolve_event:247: name server
8.8.8.8 backfire

When I try to restart it, it just hangs

Aug 13 21:35:16 test1-vpp vnet[853]: unix_signal_handler:170: received
signal SIGCONT, PC 0x7f9bf5ff7e20
Aug 13 21:35:16 test1-vpp vnet[853]: received SIGTERM, exiting...
Aug 13 21:35:16 test1-vpp systemd[1]: Stopping vector packet
processing engine...
Aug 13 21:35:16 test1-vpp vnet[853]: unix_signal_handler:170: received
signal SIGCONT, PC 0x7f9bf5ff7e20

vpp.conf

set int state wan0 up
set dhcp client intfc wan0 hostname vpp

loopback create
set int l2 bridge loop5 6 bvi
set int ip address loop5 10.155.6.1/24
set int state loop5 up

set int l2 bridge lan0 6
set int state lan0 up

create tap id 5 host-ip4-addr 10.155.6.2/24 host-if-name lstack
host-ip4-gw 10.155.6.1
set int l2 bridge tap5 6
set int state tap5 up

nat44 add interface address wan0
set interface nat44 in loop5 in out wan0

nat44 add identity mapping external wan0 udp 53053
bin dns_name_server_add_del 8.8.8.8
bin dns_name_server_add_del 8.8.8.4
bin dns_enable_disable

DHCP server settings
OPTION:   6 (  4) DNS server       10.155.6.1
OPTION:   3 (  4) Routers              10.155.6.1

Thanks!
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13739): https://lists.fd.io/g/vpp-dev/message/13739
Mute This Topic: https://lists.fd.io/mt/32881233/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