tcpdump

  1. N

    Initial switch interface does not work

    Hi all, I seem to have found an interesting issue, happened to me 2 out of 2 tries so it can be replicated. Hardware I'm using: Dell PowerEdge R750 with Broadcom NetXtreme Gigabit Ethernet NIC's (tested with the firmware it shipped with and the newest from Dell) Juniper EX4300-48T switch...
  2. M

    tcpdump within Ubuntu container

    Hello, today I created a container with ubuntu 22.04 and tried to start tcpdump. Unfortunately tcpdump stops directly after start. I am not even able to use the tcpdump -D command to see the available interfaces. I already tried the following command which I found in the internet. host:~#...
  3. M

    NAT redirect not working

    Hello, I installed Proxmox 4.2 via ISO at my Server. Considering the fact that I only have one public IP address I tried to use NAT. This is my interface configuration: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address a.b.c.d netmask 255.255.255.224...