To debug a problem I'm working on, I need to be able to see network traffic on an interface inside a linux-vserver guest. To do this, you have to enable the CAP_NET_RAW capability for that guest. > echo "NET_RAW" >> /etc/vservers/myserver/bcapabilities Then just restart the vserver. I noticed you don't have to enable NET_ADMIN, or […]
↧