can you tell me what is the changes that you do?
i'm facing the same problem, i can browse the vms via internet, but can't browse it from LAN with different vlan with the vms.
192.168.100.1 is my mikrotik router VLAN DMZ ip.
so this is my network topology :
I've installed proxmox before this mess happend, and when I enter this comment :
iptables -t nat -A POSTROUTING -o vmbr1 -j MASQUERADE
suddently all the vm has no internet.
But when I'm cleaning all the...
this is my /etc/network/interfaces :
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet manual
auto enp2s0
iface enp2s0 inet manual
auto enp3s0
iface enp3s0 inet manual
auto enp4s0
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.122/24...
after i cleanup the iptables the vm now can access the internet... :(
hi @pndhkm, on the first post, i post the configuration of the proxmox host, and this is the network config from one of vms :
Hi all,
I just confused, suddently all of my VM has no internet and can't ping outside the vm and can't ping the vm host.
my version :
my network config
the proxmox host can reach the internet
but the host can't ping the vm
inside view from the vm (windows)
and this is my interfaces...
thanks, I got it installed.
so, i've tried change the interface based on ur guide, but still, i can't access my vm from the outside (internet).
there're https://vm.jaklingkoindonesia.com:8006 , https://cloud.jaklingkoindonesia.com:8989 , http://ithd.jaklingkoindonesia.com
i've tried that, but now I get err_connection_refused
i tried access https://cloud.jaklingkoindonesia.com:8989
btw.. how do i apply iptables rules without restart the proxmox?
not work
I've fixed it :
this is how I add the rule :
iptables -t nat -A PREROUTING -p udp -d 202.56.163.123 --dport 2223 -i vmbr1 -j DNAT --to-destination 192.168.100.4:2223
this is my /etc/network/interface :
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet manual
auto enp2s0
iface enp2s0 inet manual
iface enp3s0 inet manual
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.122/24
bridge-ports enp1s0...
I want to access my vm from outside.
my proxmox has ip public, and every vm in my proxmox using local ip. I've done the port forwarding using iptables, but still can't access the vm
Hi all,
I need to escalate this to the forum since I've tried and still confusing.
My network configuration like this :
I can ping the domain name from the internet and also can browse the web from the LAN :
Anyone can help?
so i have to delete the underline one and change the bold one, Am I correct?
root@vm:/$ grep -nT root /etc/passwd /etc/group
/etc/passwd: 1: root:$y$XcensoredX:1:0:root:/root:/bin/bash
/etc/group: 1: root:x:0:
root@vm:/$
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.