Recent content by TheNoob

  1. T

    How do you resize qcow disk?

    Tried GParted Live and still can't allocate space to /dev/vda1 cate more space
  2. T

    How do you resize qcow disk?

    I resized the disk to 160GB but it still shows as the initial 20GB on the Dedicated Server. Checked with parted, and I don't see any resources that can be allocated. Model: Virtio Block Device (virtblk) Disk /dev/vda: 172GB Sector size (logical/physical): 512B/512B Partition Table: msdos...
  3. T

    All networks same bridge, man in the middle attack?

    If you have all your VMs on the same bridge (vmbr0) with different IP Addresses assigned can a man in the middle attack be performed to see what data is being sent throughout the entire network?
  4. T

    How can you link two Virtual Machine networks?

    This worked thank you! Is it normal for response time to be around 0.2ms? Because when I ping localhost response time is more around 0.02ms? If it's normal, then the use-case for this would be to close the database server from the rest of the world?
  5. T

    How can you link two Virtual Machine networks?

    So if I connect to the database using 51.xxx.xxx.xxx compared to 10.10.10.2, it'll have the same latency? I thought that if I was connecting the first way, then it would try doing the connection remotely instead of locally within the same network.
  6. T

    How can you link two Virtual Machine networks?

    I want a database server and web server on two different machines but same network (for less latency), I created a Bridge in the UI, and then in the first virtual machine I did something like this. But it's not working (This is on Debian 10) source /etc/network/interfaces.d/* # The loopback...
  7. T

    Proxmox blocking NS servers on ISPConfig Virtual Machine

    Hello, I'm trying to set up ISPConfig on a Virtual Machine inside of Proxmox (host). When I try to ping the name servers, it throws this error below. The error doesn't get thrown when I ping the www or any other CName/A Record, only with NS records. tail -f /var/log/syslog Mar 12 23:08:25...