Hello Proxmox,
I would like to install Jira on my Procmox VM with Ubuntu Server 16.04 LTS.
I have problem, that my pve doesn't forward this port like it doesn't forward port 80, my forwarding rule is:
# SSH port forvarding to all servers (port 22) - Working
post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 822 -j DNAT --to 192.168.1.8:22
post-down iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 822 -j DNAT --to 192.168.1.8:22
# JIRA - Not Working
post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 8888 -j DNAT --to 192.168.1.8:8080
post-down iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 8888 -j DNAT --to 192.168.1.8:8080
What is problem with 8080 ?
Thanks for the help in advance...
I would like to install Jira on my Procmox VM with Ubuntu Server 16.04 LTS.
I have problem, that my pve doesn't forward this port like it doesn't forward port 80, my forwarding rule is:
# SSH port forvarding to all servers (port 22) - Working
post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 822 -j DNAT --to 192.168.1.8:22
post-down iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 822 -j DNAT --to 192.168.1.8:22
# JIRA - Not Working
post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 8888 -j DNAT --to 192.168.1.8:8080
post-down iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 8888 -j DNAT --to 192.168.1.8:8080
What is problem with 8080 ?
Thanks for the help in advance...