Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Proxmox Help
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Proxmox Help

SadySady Member

Hello Everyone,
At last i am suceeded to install Proxmox using IPMI.
But now i am in trouble that how to configure additional IPs which are on the same eth.
E.g. i have a /29 block which is 23.95.xx.240/29, so that 23.95.xx.241 is my gateway & 23.95.xx.242 is one which is configured to proxmox. Now i want to take advantage of 23.95.xx.243, 23.95.xx.244 & 23.95.xx.245. Is there anyone who can help me in set
upping those ?
Thanks in advance :)

Comments

  • wychwych Member

    You trying to make KVM or OVZ?

  • SadySady Member

    @wych said:
    You trying to make KVM or OVZ?

    KVM :)

  • jarjar Patron Provider, Top Host, Veteran

    Add it to the VPS it'll work

  • SadySady Member

    @Jack said:
    What's your output from ifconfig on the master node?

    root@proxmox:~# ifconfig

    eth0 Link encap:Ethernet HWaddr 0c:c4:7a:07:d3:b8
    inet6 addr: fe80::ec4:7aff:fe07:d3b8/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:15582 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2020 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:3035625 (2.8 MiB) TX bytes:1350860 (1.2 MiB)

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:143 errors:0 dropped:0 overruns:0 frame:0
    TX packets:143 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:55099 (53.8 KiB) TX bytes:55099 (53.8 KiB)

    venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
    inet6 addr: fe80::1/128 Scope:Link
    UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    vmbr0 Link encap:Ethernet HWaddr 0c:c4:7a:07:d3:b8
    inet addr:23.95.xx.242 Bcast:23.95.xx.247 Mask:255.255.255.248
    inet6 addr: fe80::ec4:7aff:fe07:d3b8/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:2356 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1795 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:743017 (725.6 KiB) TX bytes:1338466 (1.2 MiB)

  • SadySady Member

    @Jack said:
    OK, then you'll need to download a net install iso for the OS you'd like to use.

    Can you please explain it a little bit more ?
    I am new to virtualization & want to set up Windows 7 guests only.

  • SadySady Member

    @Jack said:
    Do you have windows 7 iso?

    Yes, i have that with VirtIO which is working like a charm on Vultr.
    Uploaded that on Proxmox & now making a VM with that, hope that the network configuration won't mess anything.

  • SadySady Member

    @Jack said:
    You don't need a template, you can install it normally like a normal machine.

    I did that, all went good.
    I am on its desktop using console, gave LAN a static IP but no internet access.
    IP isn't responding neither externally nor internally :/

  • You'll need to provide a few more details:

    What's the contents of your /etc/network/interfaces file on the Proxmox host? When you created the VM what bridge did you assign it to? What TCP/IP settings did you attempt to use in the VM?

  • SadySady Member
    edited July 2014

    @dabtech said:
    You'll need to provide a few more details:

    What's the contents of your /etc/network/interfaces file on the Proxmox host? When you created the VM what bridge did you assign it to? What TCP/IP settings did you attempt to use in the VM?

    /etc/network/interfaces

    auto lo

    iface lo inet loopback

    auto vmbr0

    iface vmbr0 inet static
    address 23.95.xx.242
    netmask 255.255.255.248
    gateway 23.95.xx.241
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0

    Network Configuration for that VM :

    Selected VirtIO (paravirtualized) & vmbr0 while i was creating that VM.

    Tried to give this static IP :
    IP :23.95.xx.243
    Subnet Mask : 255.255.255.248
    Gateway :23.95.xx.241

  • Can you ping the gateway 23.95.xx.241 from inside the VM?

  • SadySady Member

    @dabtech said:
    Can you ping the gateway 23.95.xx.241 from inside the VM?

    Sorry for being late :(
    Yes, it is pinging from inside of VM as well.

  • SadySady Member

    Is there anyone who can help me to get that Windows VPSes work ?

  • SadySady Member

    Is there any one who can help me ? :( I used 8.8.8.8 as DNS server during installation, isn't it which messed that all ?

Sign In or Register to comment.