Hi there,
I tried few days to find any similar topic, but I cant find. So I hope, there is not duplicate thread.
My issue:
When I try to open proxmox WebGUI from local browser on address https://10.10.0.10:8006 I cannot reach. On router I see, sent syn packet to 10.10.0.10 tcp/8006 but, there is no response back. So in browser I get connection timeout, reaction was too slow.
So I tried
So next I tried to see, what is going on on port 8006 by tcpdump:
And I get this:
I see the packet on port 8006 was delivered to my first VM with IP 10.20.0.10, but not to original vmbr0 pveproxy 10.10.0.10 address. So I thing, there is issue, why my local machine in same subnet, doesnt get response from pveproxy (syn-ack).
There are my configs:
Any others needed? Please tell me, I add them.
And if I look at log
I get only:
So again, my issue is, the pveproxy doest repond on original vmbr0 IP 10.10.0.10, but forward packet to 10.20.0.10 which is first IP of my first VM.
Please, can you help?
Thank you.
EDIT: AAAAAND- I'm sorry. I forgot. SSH on same IP (10.10.0.10:22) works fine. Only WebGUI.
EDIT 2: I change back my original IPs from config and remove fake one. I dont know why I done.. sorry :/
I tried few days to find any similar topic, but I cant find. So I hope, there is not duplicate thread.
My issue:
When I try to open proxmox WebGUI from local browser on address https://10.10.0.10:8006 I cannot reach. On router I see, sent syn packet to 10.10.0.10 tcp/8006 but, there is no response back. So in browser I get connection timeout, reaction was too slow.
So I tried
curl https://10.10.0.10:8006
on proxmox itself. I get response: <title>pmx1 - Proxmox Virtual Environment</title>
. Seems to be fine, and pveproxy respond, and serve right content.So next I tried to see, what is going on on port 8006 by tcpdump:
tcpdump -envi vmbr0 port 8006
And I get this:
Code:
15:14:08.890284 1c:69:7a:0f:0b:f7 > 3c:ec:ef:0e:9f:d4, ethertype IPv4 (0x0800), length 66: (tos 0x0, ttl 128, id 49133, offset 0, flags [DF], proto TCP (6), length 52)
10.10.0.160.62848 > 10.20.0.10.8006: Flags [S], cksum 0x30a7 (correct), seq 1326631639, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
15:14:08.890314 3c:ec:ef:0e:9f:d4 > 48:a9:8a:4d:e3:3f, ethertype IPv4 (0x0800), length 66: (tos 0x0, ttl 127, id 49133, offset 0, flags [DF], proto TCP (6), length 52)
10.10.0.160.62848 > 10.20.0.10.8006: Flags [S], cksum 0x30a7 (correct), seq 1326631639, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
15:14:08.890404 48:a9:8a:4d:e3:3f > 36:b4:d1:3f:95:61, ethertype IPv4 (0x0800), length 66: (tos 0x0, ttl 126, id 49133, offset 0, flags [DF], proto TCP (6), length 52)
10.10.0.160.28813 > 10.20.0.10.8006: Flags [S], cksum 0xb59a (correct), seq 1326631639, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
There are my configs:
/etc/hosts
Code:
127.0.0.1 localhost.localdomain localhost
10.10.0.10 krz-p-s-pmx1.skolakrizik.cz krz-p-s-pmx1
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/networks
Code:
default 0.0.0.0
loopback 127.0.0.0
link-local 169.254.0.0
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.0.10/24
gateway 10.10.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface eno2 inet manual
route -v
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.10.0.1 0.0.0.0 UG 0 0 0 vmbr0
10.10.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vmbr0
netstat -tupln
Code:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:85 0.0.0.0:* LISTEN 2934/pvedaemon
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2625/sshd: /usr/sbi
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 3136/spiceproxy
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2867/master
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 3128/pveproxy
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
tcp6 0 0 :::22 :::* LISTEN 2625/sshd: /usr/sbi
tcp6 0 0 :::111 :::* LISTEN 1/init
udp 0 0 0.0.0.0:111 0.0.0.0:* 1/init
udp 0 0 127.0.0.1:323 0.0.0.0:* 2643/chronyd
udp6 0 0 :::111 :::* 1/init
udp6 0 0 ::1:323 :::* 2643/chronyd
Any others needed? Please tell me, I add them.
And if I look at log
tail -n 20 /var/log/pveproxy/access.log
I get only:
Code:
10.10.0.10 - - [12/02/2024:12:38:59 +0100] "GET / HTTP/1.1" 200 2235
So again, my issue is, the pveproxy doest repond on original vmbr0 IP 10.10.0.10, but forward packet to 10.20.0.10 which is first IP of my first VM.
Please, can you help?
Thank you.
EDIT: AAAAAND- I'm sorry. I forgot. SSH on same IP (10.10.0.10:22) works fine. Only WebGUI.
EDIT 2: I change back my original IPs from config and remove fake one. I dont know why I done.. sorry :/
Last edited: