Search results

  1. V

    [SOLVED] USB Pass through Failing in LXC Ubuntu 20.04

    It is working fine. I was editing the wrong file. I was editing the /var/lib/lxc/<name>/config . it started working fine once after adding the same config in /etc/pve/nodes/pve/lxc/<CTID>.conf. Restarted the container. after changing the config file.
  2. V

    [SOLVED] USB Pass through Failing in LXC Ubuntu 20.04

    Hi, I am running a Ubuntu 20.04 LXC on top of PVE 6.4 I am trying to access an HSM module USB from LXC. contents of lsusb: Bus 001 Device 016: ID 1050:0030 Yubico.com Using the lsusb details, I have trying mounting the below directory where My USB is mounted in the PVE Node...
  3. V

    [SOLVED] Cannot access Node shell or NoVNC after adding SSL to Web UI

    Hi I am running a web UI console at: https://202.xx.xxx.2:8006/ I have assigned a domain xyz.com to the web UI using Nginx and certbot. Now I am able to access the web console using Domain and with TLS certificates. The problem is, I am not able to access the Node Shell, NoVNC of both PVE...
  4. V

    [SOLVED] Cannot access Node or VM shell after assigining SSL Certificates

    Hi I am running web ui console at : https://202.xx.xxx.2:8006/ I have assigned a domin xyz.com to the web ui using nginx and certbot. Now I am able to access the web console using Domain and with TLS certificates. The problem is, I am not able to access the Node Shell, NoVNC of both PVE Node...
  5. V

    [SOLVED] Assigned Public Ip to VM Private IP But cannot reach the VM using PublicIP.

    I have three Public IPs: 202.65.xxx.0: Firewall Public IP 202.65.xxx.2: Assigned to Host PVE node(192.168.10.2) 202.65.xxx.1: Assigned to VM100 (192.168.0.3) I am trying to access The VM100 by 202.65.xxx.1 Public IP(resulting in Unreachable). 202.65.xxx.2 is working (Can access the PVE node...
  6. V

    [SOLVED] SSH between Multiple networks.

    It is http. -> I have changed the default port to 54633. By editing /etc/ssh/sshd_config. And tried SSH. Got Output: Connection Lost failed to connect to /202.xx.xxx.2 (port 54633) from **** (port ****): connect fail ed: ETIMEDOUT (Connection timed out) connect failed: ETIMEDOUT (Connection...
  7. V

    [SOLVED] SSH between Multiple networks.

    I access it via http://202.xx.xxx.2:8006 web UI. -> What I don't understand is The IP address 202.xx.xxx.2 That I use for accessing Web UI ends with a 2 . - > The Pub.IP that I got from curl ifconfig.me has 202.xx.xxx.0 ends with 0. Can you please tell me whether I am doing any mistake in here?
  8. V

    [SOLVED] SSH between Multiple networks.

    Thank you for explaining in a much detailed way. The details where the PVE server I have: - I took a server in a private data center. - I do not have the details of the router modem. Atleast I cannot access their router interface for adding port forwarding I suppose. - The public IP 202.xx.xxx.0...
  9. V

    [SOLVED] SSH between Multiple networks.

    Hi, I am a newbie actually. Can you please elaborate more?
  10. V

    [SOLVED] SSH between Multiple networks.

    I have changed the port to 54633 and restarted the sshd service. ssh root@202.xxx.xx.0 -p 54633 (results in a connection refused.)
  11. V

    [SOLVED] SSH between Multiple networks.

    $ lsof -i -P -n | grep sshd sshd 47984 root 3u IPv4 142493938 0t0 TCP *:22 (LISTEN) sshd 47984 root 4u IPv6 142493940 0t0 TCP *:22 (LISTEN) Yes, I can reach the web UI.
  12. V

    [SOLVED] SSH between Multiple networks.

    pve-firewall is disabled ufw is disabled There are no firewalls.
  13. V

    [SOLVED] SSH between Multiple networks.

    It is showing connection timedout.
  14. V

    [SOLVED] SSH between Multiple networks.

    My pc is connected to the Home network and the Proxmox Host node is connected to Different/ Outer network. I want to establish an SSH connection between these. Is it possible to do that? Home PC IP address is: 192.168.29.158 Home PC Public address is 49.xx.xxx.175 Proxmox host node IP is...
  15. V

    [SOLVED] Proxmox VE 4.2 Bug "Default gateway already exists on interface 'vmbr0'."

    There will be only one default gateway for a host. I think One default gateway is already there with Vmbr0.
  16. V

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

    192.168.10.2 -> Internal IP 202.x.x.x ->External IP(public) I have tried sshing using both IP's Nothing worked. and I have also tried all the above-mentioned commands with both commands. Nither of them did not work.
  17. V

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

    I am trying to SSH from Ubuntu 20.04(laptop) to Proxmox PVE Node shell(Not a VM). Here are the Outputs(all three commands ran on regular ubuntu 20.04 machine) : $ ping 202.xx.xxx.0 PING 202.xx.xxx.0 (202.xx.xxx.0) 56(84) bytes of data. 64 bytes from 202.xx.xxx.0: icmp_seq=1 ttl=238 time=32.5...