I can't install from the shell

macvmacv

New Member
May 7, 2024
6
1
3
Hello everyone, I am new to proxmox.
I have installed proxmox on a minipc with 2 ethernet and 1 wifi.
I have installed a vm with opnsense which is currently my router, one ethernet as wan and another as lan, it works fine.
The problem is that I want to use the proxmox VE helper-scripts from the community and when I type it, the console does nothing.
That happened to me before installing opnsense and it was because of the configured DNS, I changed it and it worked.
But now the gateway is a vm of proxmox itself.
Can you think of how I could solve it?
Thank you so much.
 

Attachments

  • proxmox.jpe
    proxmox.jpe
    33.8 KB · Views: 4
Last edited:
The problem is that I want to use the proxmox VE helper-scripts from the community and when I type it, the console does nothing.
An educated guess - your DNS is not working.
It would be really helpful if you provided exact details of what you are trying to run and its output. Please use Text copy/paste and place it in CODE tags.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Code:
But now the gateway is a vm of proxmox itself.
Don't do that. That's the way of creating problems for yourself.
 
  • Like
Reactions: Kingneutron
Una suposición fundamentada: su DNS no funciona.
Sería realmente útil si proporcionara detalles exactos de lo que está intentando ejecutar y su resultado. Utilice copiar y pegar texto y colóquelo en etiquetas CÓDIGO.


Blockbridge: almacenamiento compartido totalmente NVME de latencia ultrabaja para Proxmox: https://www.blockbridge.com/proxmox
[CÓDIGO]bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/frigate.sh)"
[/CÓDIGO]

DNS works on my entire network and on another vm.

Icono de Validado por la comunidad
 
Last edited:
remove the "q" from your wget options
wget -LO - https://github.com/tteck/Proxmox/raw/main/ct/frigate.sh


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox

root@proxmox1:~# bash -c "$(wget -LO - https://github.com/tt
eck/Proxmox/raw/main/ct/frigate.sh )"
--2024-05-07 18:49:59-- https://github.com/tteck/Proxmox/raw/main/ct/frigate.sh
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/tteck/Proxmox/main/ct/frigate.sh [following]
--2024-05-07 18:50:00-- https://raw.githubusercontent.com/tteck/Proxmox/main/ct/frigate.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8000::154, 2606:50c0:8001::154, 2606:50c0:8002::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8000::154|:443... failed: Connection timed out.
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8001::154|:443...
 
Your DNS is working but the system is not happy about overall connectivity. It seems that IPv4 may be ok, but perhaps IPv6 is misconfigured. I am not sure.
This is not a Proxmox issue, but a general Linux/Firewall/Router problem. It may or may not be related to your opnsense.
One way to isolate things is to drop all the intermediate layers and go directly to your ISP router. If that works, that tells you something.

Good luck


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: macvmacv
You can debug it - which of course is recommended - or just tell wget to use IPv4 (as a quick workaround):
Code:
 man wget | grep -- -4
       -4
           Force connecting to IPv4 or IPv6 addresses.
Good luck
 
You can debug it - which of course is recommended - or just tell wget to use IPv4 (as a quick workaround):
Code:
 man wget | grep -- -4
       -4
           Force connecting to IPv4 or IPv6 addresses.
Good luck
Thank you very much, that's how it works for me.
 
  • Like
Reactions: UdoB

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!