Posted inLinux Network Ubuntu GNS3 Wireshark Permission denied Posted by Tim Ng 2022-09-06 Couldn't run /usr/bin/dumpcap in child process: Permission denied sudo dpkg-reconfigure wireshark-common Yes sudo chmod +x /usr/bin/dumpcap
Posted inCisco Linux Network GNS3 + Ubuntu Posted by Tim Ng 2022-08-23 sudo add-apt-repository ppa:gns3/ppa sudo apt update sudo apt install gns3-gui gns3-server sudo dpkg --add-architecture i386 sudo apt update sudo apt ...
Posted inLinux Ubuntu 20.04 LTS enable Routing & NAT Posted by Tim Ng 2022-07-25 sysctl net.ipv4.ip_forward sysctl -w net.ipv4.ip_forward=1 vi /lib/systemd/system/rc-local.service [Install] WantedBy=multi-user.target Alias=rc-local...