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.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Proxmox Help
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
You trying to make KVM or OVZ?
KVM
Add it to the VPS it'll work
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 TX bytes:0 (0.0
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)
Can you please explain it a little bit more ?
I am new to virtualization & want to set up Windows 7 guests only.
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.
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?
/etc/network/interfaces
iface lo inet loopback
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 :
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?
Sorry for being late
Yes, it is pinging from inside of VM as well.
Is there anyone who can help me to get that Windows VPSes work ?
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 ?