Hi Promox Friends,
I am using proxmox for the past 10 months and I am big fan of this now. Recently i extended network interfaces from 1 to 3. Here are the details
root@proxmox:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
iface eth2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.13
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet manual
bridge_ports eth2
bridge_stp off
bridge_fd 0
Is it Possible to access internet in the Guests whenever I configure ipaddress manually in the guest.
If i use NAT directly i can access the internet.
If I use Bridge network i can access the internet. [If i dont configure static ip address]
If I configure static ip's in the VM's how can i access internet. Please do the needful. Its very important to me to design my structure.
Thanks for help in advance.
Thanks
Persevere
I am using proxmox for the past 10 months and I am big fan of this now. Recently i extended network interfaces from 1 to 3. Here are the details
root@proxmox:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
iface eth2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.13
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet manual
bridge_ports eth2
bridge_stp off
bridge_fd 0
Is it Possible to access internet in the Guests whenever I configure ipaddress manually in the guest.
If i use NAT directly i can access the internet.
If I use Bridge network i can access the internet. [If i dont configure static ip address]
If I configure static ip's in the VM's how can i access internet. Please do the needful. Its very important to me to design my structure.
Thanks for help in advance.
Thanks
Persevere