i somehow played around with my config and messed something up 
On the host i can perfectly run ping or dig commands and get a positive result,
somehow on all my lxc containers, ping or dig runs into a timeout. pinging the ip adress directly works like a charm.
any ideas on that?
host:
lxc:

On the host i can perfectly run ping or dig commands and get a positive result,
somehow on all my lxc containers, ping or dig runs into a timeout. pinging the ip adress directly works like a charm.
any ideas on that?
host:
Code:
dig google.de
; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> google.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63460
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;google.de. IN A
;; ANSWER SECTION:
google.de. 300 IN A 216.58.206.35
;; Query time: 25 msec
;; SERVER: 178.254.16.151#53(178.254.16.151) (UDP)
;; WHEN: Sat Oct 19 04:34:45 CEST 2024
;; MSG SIZE rcvd: 54
lxc:
Code:
root@lxc:~# dig google.de
;; communications error to 178.254.16.151#53: timed out
Last edited: