Hello Moayad,
I started the setup again with the new VM but got the same error.
This is; "172-31-91-195" private IP, not public IP
/etc/hosts
# Your system has configured 'manage_etc_hosts' as True.
# As a result, if you wish for changes to this file to persist
# then you will need to either...
Hello,
I was able to upload Proxmox to my server via USB before, but I wanted to try it on AWS for the first time, and I'm trying to install Proxmox on the virtual machine I created on AWS, but I'm getting the same error for the 3rd time and I can't find where the problem is anymore...
I wrote this to redirect all ports to a single machine, but I don't know if it is working properly. Is it possible to direct the entire port range to a single machine like DMZ Logic?
post-up iptables -t nat -A PREROUTING -p tcp --dport 0:8005 -j DNAT --to-destination 192.168.128.185:0-8005...
Is it necessary to restart the server after the changes made in the file? Is it possible to implement the file without having to restart the server?
/etc/network/interfaces
There are web servers that respond to 80 ports in the guest but timeout on Proxmox.
For example; I can access the guest server B from the guest server A with cURL and get the response.
My goal is to run HAproxy on Proxmox and access the guests.
I'm trying to perform scheme 2 in the drawing below
Hi, I get a "timeout" when I try to access other guests via Proxmox Shell via cURL.
There is no extra obstacle or command in the firewall. However, access is timing out. What could be the reason for this and how can I turn on port access?
Proxmox 5.4-3
root@compute-ua:~# curl...
Thank you very much for providing detailed information. Frankly, I wasn't expecting a quick answer.
After the screen above, I returned to the Proxmox 5.4 version. However, I would like to try and install your method in a separate virtual machine, I am sure it will work.
I restart the server after every change but still not working..
root@compute-ua:~# iptables -L -t nat
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
DNAT tcp -- anywhere compute-ua.example.com tcp dpt:http to:192.168.128.198:80...
Hi,
I want to forward the ports to specific VM/LXCs. To do this, `/etc / network / interfaces`
I made changes but still no redirects.
Is there a mistake here?
auto lo
iface lo inet loopback
iface enp3s0 inet manual
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address...
HAproxy
100
192.168.128.198
Web server
101
129.168.128.186
Mattermost
102
192.168.128.182
I try to reach server 101 with domain names, but I get error 521 (web server down).
I can't solve the reason for this.
Is there a mistake here?
Yesterday I returned to Proxmox 5.4 due to the Kernel 5.4 error in Proxmox 6.1.
Therefore, from this morning, I turned to HAproxy again.
Now the situation is this:
I wrote the codes you provided to Proxmox's interface file and rebooted the server,
however, I still cannot access the domain...
`/etc/network/interfaces` on the proxmox server
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 178.20.154.222
netmask 255.255.255.0
gateway 178.20.154.254
bridge_ports enp3s0
bridge_stp off...
Unfortunately, I don't know how to open 80 or a different port directly to a VM from Proxmox settings. I have been trying with this for two days but I have not been successful.
With your suggestion, I will upload "Traefik" to a virtual machine. However, I do not know how to direct Proxmox to...
Yes, I installed HAproxy on Proxmox. But HAproxy gets a 503 error. I am sure there is no error in the HAProxy config file. I think I need to make the necessary adjustments in Proxmox, but I don't know what to do.
Haproxy Config...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.