IPv6 and ports

nsordk

New Member
Nov 10, 2019
3
0
1
45
I am very new to Proxmox and struggeling to reach any other port than SSH from outside.

A little information:
Datacenter Firewall active with ACCEPT in inbound traffic
Node Firewall active with ACCEPT in inbound traffic
VM Firewall active with Deny on inbound traffic but macro "Mysql" is created.
VM has an IPv6 address and SSH is working

It seems that connect to port 3306 (mysql) never reaches the VM.

Am I missing something in my setup, or have I misunderstood something.

If the post lacks information, please ask for more, as I am not sure what more to bring to the table.
 
Hi,

please send the output of
Code:
iptables-save
ip6tables-save
 
This is for the VM:
Code:
[root@localhost ~]# iptables-save
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:35:24 2019
*filter
:INPUT ACCEPT [6:1824]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT
# Completed on Mon Nov 11 19:35:24 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:35:24 2019
*security
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT
# Completed on Mon Nov 11 19:35:24 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:35:24 2019
*raw
:PREROUTING ACCEPT [29435:10233007]
:OUTPUT ACCEPT [0:0]
COMMIT
# Completed on Mon Nov 11 19:35:24 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:35:24 2019
*mangle
:PREROUTING ACCEPT [29435:10233007]
:INPUT ACCEPT [6:1824]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT
# Completed on Mon Nov 11 19:35:24 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:35:24 2019
*nat
:PREROUTING ACCEPT [29435:10233007]
:INPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT
# Completed on Mon Nov 11 19:35:24 2019
# Table `firewalld' is incompatible, use 'nft' tool.

Code:
[root@localhost ~]# ip6tables-save
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:37:25 2019
*filter
:INPUT ACCEPT [121984:8960594]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [227715:29796789]
COMMIT
# Completed on Mon Nov 11 19:37:25 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:37:25 2019
*security
:INPUT ACCEPT [121948:8957986]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [227715:29796789]
COMMIT
# Completed on Mon Nov 11 19:37:25 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:37:25 2019
*raw
:PREROUTING ACCEPT [845779:61073322]
:OUTPUT ACCEPT [227715:29796789]
COMMIT
# Completed on Mon Nov 11 19:37:25 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:37:25 2019
*mangle
:PREROUTING ACCEPT [845778:61073250]
:INPUT ACCEPT [121984:8960594]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [227715:29796789]
:POSTROUTING ACCEPT [227715:29796789]
COMMIT
# Completed on Mon Nov 11 19:37:25 2019
# Generated by xtables-save v1.8.2 on Mon Nov 11 19:37:25 2019
*nat
:PREROUTING ACCEPT [52:4301]
:INPUT ACCEPT [16:1693]
:POSTROUTING ACCEPT [933:89210]
:OUTPUT ACCEPT [933:89210]
COMMIT
# Completed on Mon Nov 11 19:37:25 2019
# Table `firewalld' is incompatible, use 'nft' tool.
 
I was wondering about the firewalld message in the bottom, and I stopped this and now I can connect.

Do I have to use firewalld when I use proxmox firewall?
 
No firewalld is not part of Proxmox VE.
do you have installed it on this System?
 

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!