can't access proxmox web gui

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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!