Search results

  1. 1

    Multiple Public IP help plz!

    They told me all 6 IP are usable, and there is no broadcast for secondary. I did google upon this though: sounds a little different. http://c-nergy.be/blog/?p=498 just gave your suggestion a go, same result.
  2. 1

    Multiple Public IP help plz!

    I just setup a kvm vm, /etc/network/interfaces is now: auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet static address x.x.7.145 netmask 255.255.255.248 network x.x.7.144 broadcast x.x.7.151 gateway x.x.7.144 dns-nameservers 8.8.8.8 8.8.4.4 when i try to ping x.x.7.144, it...
  3. 1

    Multiple Public IP help plz!

    in proxmox gui under network i have: name: eth0 active: yes autostart: yes ports/slaves: ip address: x.x.164.207 subnet mask: 255.255.255.224 gateway: x.x.164.193 name: vmbr0 active: yes autostart: yes ports/slaves: ip address: x.x.7.144 subnet mask: 255.255.255.248 gateway: this is reflected...
  4. 1

    Multiple Public IP help plz!

    in proxmox, i can hit x.x.7.144 root@proxmox:~# traceroute x.x.7.144 traceroute to x.x.7.144 (x.x.7.144), 30 hops max, 60 byte packets 1 x.x.7.144 (x.x.7.144) 0.032 ms 0.012 ms 0.012 ms From within proxmox, it can ping. my debian vm has x.x.7.145 set. from within the vm i can ping...
  5. 1

    Multiple Public IP help plz!

    Ok, this is what I have thus far since the original, eth0 is working, but vmbr0 is not. # network interface settings auto lo iface lo inet loopback auto eth0 iface eth0 inet static address x.x.164.207 netmask 255.255.255.224 gateway x.x.164.193 post-up...
  6. 1

    Multiple Public IP help plz!

    This is the default (what I set it back to): auto lo iface lo inet loopback auto vmbr0 iface vmbr0 inet static address x.x.164.207 netmask 255.255.255.224 gateway x.x.164.193 bridge_ports eth0 bridge_stp off bridge_fd 0
  7. 1

    Multiple Public IP help plz!

    hmmm, that seems to have made both main and secondary IP unreachable. Do I need a route from secondary to primary? This is my info they gave me: IP ADDRESSES Primary IP address : x.x.164.207 Primary IP mask : 255.255.255.224...
  8. 1

    Multiple Public IP help plz!

    http://kb.iweb.com/entries/21140298-VMware-Configuring-additional-IPs-Linux- This is from my data center, does it make sense based on info above?
  9. 1

    Multiple Public IP help plz!

    So this is from my DC, based on VMWare, does it make sense based on the information recommended above? http://kb.iweb.com/entries/21140298-VMware-Configuring-additional-IPs-Linux-
  10. 1

    Multiple Public IP help plz!

    So my question then - see here: http://pve.proxmox.com/wiki/Network_Model It does mention routed configuration, is it incorrect? I did try it, seemed I could only '1 way' ping though, wasn't getting response from primary to secondary ip. If anyone can shed some light on that, it'd be...
  11. 1

    Multiple Public IP help plz!

    Hey all, I'm new to proxmox, trying to figure this out - been on Citrix for a while, and seems a lot simpler. Anyways, I'll give my info and tell you want I'm trying to accomplish: IP ADDRESSES Primary IP address : xxx.xxx.164.207...