can't access proxmox web gui

  • Thread starter Thread starter teloris
  • Start date Start date
T

teloris

Guest
hi,

this is my situation

i have a server with 2 lan cards
i use proxmox 2.2
i use ip public at lan card-1 (vmbr0 bridged to eth0) and local ip at lan card-2 (vmbr1 bridged to eth1)

the problem is :
i can access proxmox web gui from local ip (ssh worked) but i can't access proxmox web gui from ip public (and ssh is not worked).

i try to create VM and add my (another) ip public (same ip class) and i can access it from ip public.

looking forward for your resposes
 
Is you default gateway set in your public IP interface (vmbr0)? Can you paste here your /etc/network/interface config file (hide part of the IP for discretion)?
 
hi mmenaz,

this is my interface setting

Code:
auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
        address 124.81.xxx.yyy
        netmask 255.255.255.240
        gateway 124.81.xxx.yyy
        network 124.81.xxx.yyy
        broadcast 124.81.xxx.yyy
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

auto vmbr1
iface vmbr1 inet dhcp
        bridge_ports eth1
        bridge_stp off
        bridge_fd 0

vmbr0 (eth0) use public ip
vmbr1 (eth1) use dhcp (i have router running dhcp server attached to switch)

the problem is:
i can access proxmox gui from computer connected to switch (local network)
but i can't acess proxmox gui from public IP (have try from another ISP)

when i create VM and assign public IP (same network with proxmox) i can access it (remote it) from public IP.

something wrong with my proxmox setting ?

ps : i use another public IP at proxmox installation