Search results

  1. H

    Port Forward Public IP to NAT Network for Webserver

    Hi, I have a problem and dont know where my problem. i trial to forward from public ip to webserver(webserver use nat network) . This configure for port forward to webserver nat : auto lo iface lo inet loopback iface ens4 inet manual auto vmbr0 #private sub network iface vmbr0 inet static...
  2. H

    add Network Bridge but node not detect ip

    Already solved for this problem (thumbsup) ;) tq for this support , can see what second problem , maybe wrong configuration for port forward to webserver. i found port forward issue to webserver but it used Bridge network on proxmox forum , Link port forward bridge but how about NAT network...
  3. H

    Trying to port forward

    Hi , How about NAT network . like same config to port forward "web server" port 80, like this ? : iface ens4 inet manual auto vmbr0 #private sub network iface vmbr0 inet static address 10.10.10.1/24 bridge-ports none bridge-stp off bridge-fd 0 post-up...
  4. H

    Container wont start [EOF - dtach terminating]

    Hi im same issue which is failed to start 1006 [EOF - dtach terminating] this pveversion -v and lxc-start -n ID -F -l DEBUG -o /tmp/lxc-ID.log . what my problem , can you solve this because dont know wht the problem . Please :'(
  5. H

    add Network Bridge but node not detect ip

    but this PVE on cloud and can access internet , but im dont know why vmbr0 on VM cannot access the internet. this ip a from PVE
  6. H

    add Network Bridge but node not detect ip

    Same cannot ping too 192.168.0.1 from PVE this my network interfaces PVE, what sould i do ?
  7. H

    add Network Bridge but node not detect ip

    cannot ping the gateway from VM, will output destination host unreachable This ip a from VM this ip r from VM . what should i do to solve the problem, please :'( .
  8. H

    add Network Bridge but node not detect ip

    ohh, I try setup ip static on VM but it cannot ping to internet and gateway, i can ping proxmox ip. proxmox ip can access to internet(vmbr0) i dont know where my problem. can you tell me where my problem This i setup ip static on VM Please :'(
  9. H

    add Network Bridge but node not detect ip

    Hi Everyone, hope everyone can solve my problem, dont what the problem . Im add bridge vmbr0 using cli at the file "/etc/network/interfaces.new" like this --> auto lo iface lo inet loopback iface ens4 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.0.3 netmask...