Search results

  1. V

    [SOLVED] CT is not getting connected to the Internet.

    Thanks, Moyad for helping. It is working fine now. Solution: I have changed the IPv4 from DHCP to static. In the network section of VM. Updated config of VM: arch: amd64 cores: 2 hostname: ubuntu18.04 memory: 8096 net0...
  2. V

    [SOLVED] CT is not getting connected to the Internet.

    It is showing Blank. root@ubuntu18:~# dhclient
  3. V

    [SOLVED] CT is not getting connected to the Internet.

    Sure @Moyad, $ cat /etc/network/interfaces auto lo iface lo inet loopback iface eno145 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.10.2 gateway 192.168.10.1 bridge_ports eno145 bridge_stp off bridge_fd 0 iface eno146 inet manual...
  4. V

    [SOLVED] CT is not getting connected to the Internet.

    I am new to proxmox. I have created a CT having Ubuntu 18.04 template. The problem is it is not getting connected to the internet. $ ping 8.8.8.8 connect: Network is unreachable $ cat /etc/network/interfaces # ifupdown has been replaced by netplan(5) on this system. See # /etc/netplan for...
  5. V

    [SOLVED] Can't SSH into and ssh-copy to the proxmox server from Ubuntu 20.04

    I have stopped the pve-firewall Status: disabled/stopped Still SSH is not working.
  6. V

    [SOLVED] Can't SSH into and ssh-copy to the proxmox server from Ubuntu 20.04

    pve-firewall status gives Status: disabled/running ufw status : Status: inactive I have checked with both Datacenter and Node level firewalls. No security Group is added.
  7. V

    [SOLVED] Can't SSH into and ssh-copy to the proxmox server from Ubuntu 20.04

    Yeah, I think the root is allowed to log in. cat /etc/ssh/sshd_config PermitRootLogin yes
  8. V

    [SOLVED] Can't SSH into and ssh-copy to the proxmox server from Ubuntu 20.04

    ss -antlp | grep ssh LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=1478,fd=3)) LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=1478,fd=4))...
  9. V

    [SOLVED] Can't SSH into and ssh-copy to the proxmox server from Ubuntu 20.04

    I am not able to ssh into the proxmox server I have tried copying the RSA pub_key to the remote server using this command. ssh-copy-id -i ~/.ssh/id_ed25519.pub root@192.xxx.xx.2 It says timed out. the UFW is disabled on the destination proxmox server. The firewalls are empty in the Proxmox Web...
  10. V

    [SOLVED] Can't access WEB GUI, apt update is failing with temporary name resolve.

    :oops::oops::oops: I am so sorry. There is kind of Loose connection at the ethernet slot. It is working now. Thank you so much for helping.
  11. V

    [SOLVED] Can't access WEB GUI, apt update is failing with temporary name resolve.

    Thanks for responding Back. Here are the individual O/Ps cat /etc/resolv.conf search pve.com nameserver 192.168.29.1 cat /etc/network/interfaces auto lo iface lo inet loopback iface enp2s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.29.181/24...
  12. V

    [SOLVED] Can't access WEB GUI, apt update is failing with temporary name resolve.

    Hi, I have Installed proxmox VE 6.4 on a Dell laptop. After installing nothing seems to be working. The Errors that I am facing: Cannot access the web GUI with an Error connection timed out. apt update fails with temporary name resolve error. Changed from enterprise-repository to...