Skip to content

debug wget command with gdb

I want to debug wget with a special url. So how to pass the url to gdb? I already tried with –args <the url>, but it dosen’t work. Please help me. ps: I used gdb in the wrong way gdb wget –args http://www.google.com/, it should be gdb –args wget http://www.google.com/ Answer This…

linux ip routing with multiple uplinks SINGLE interface

trying to setup a Proxmox machine that is running 3 vms. it has 3 public ips but these ips are on a single interface (eth0). the 3 vms are on a bridge (vmbr0) with an address of 172.16.0.1/24 I have enable ip masquerading and forwarding. but I cannot figure out how to make each of the 3 vms (172.16.0.2, 172.1…