Recent content by mhakim

  1. M

    Suddently No Internet On My VM

    I've follow the uncheck, still not working. currently I can browse the vms via internet, but getting connection refused from LAN with different vlan.
  2. M

    PVE Host on one VLAN, VMs on multiple other VLANs...how to tag PVE host vlan?

    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.
  3. M

    Suddently No Internet On My VM

    case closed. i've managed the iptables rules to pass throught the internet traffic into my vms.
  4. M

    Suddently No Internet On My VM

    then how I can make the vms accessible from the internet?
  5. M

    Suddently No Internet On My VM

    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...
  6. M

    Suddently No Internet On My VM

    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...
  7. M

    Suddently No Internet On My VM

    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 :
  8. M

    Suddently No Internet On My VM

    bump... anyone can help?
  9. M

    Suddently No Internet On My VM

    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...
  10. M

    Can't login via web GUI, SSH works

    thanks @oguz it's worked like a charm.
  11. M

    VM Can't Browse From Internet

    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
  12. M

    VM Can't Browse From Internet

    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?
  13. M

    VM Can't Browse From Internet

    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
  14. M

    VM Can't Browse From Internet

    when I'm trying to akses the vm from the internet, I got error_connection_reset
  15. M

    VM Can't Browse From Internet

    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...