Hey all,
I am struggling a little with the new proxmox 4.1 install
I have created a new CT with a procreated template and all install fine. When creating i put the correct IP that i have assigned to that CT. I am able to ping the host and the host is able to ping the CT.
I have created the CT as i said above wth the correct IP and CIDR but am unable to ssh in to the CT via IP so am only able to connect via console.
Can some one please help me with this issue
Template : Ubuntu 15.04
Proxmox : 4.1.1
etc/networks/interfaces
auto eth0
iface eth0 inet static
address 74.xx.xx.52
netmask 255.255.255.255
post-up ip route add 74.xx.xx.50 dev eth0
post-up ip route add default via 74.xx.xx.50
pre-down ip route del default via 74.xx.xx.50
pre-down ip route del 74.xx.xx.50 dev eth0
I am struggling a little with the new proxmox 4.1 install
I have created a new CT with a procreated template and all install fine. When creating i put the correct IP that i have assigned to that CT. I am able to ping the host and the host is able to ping the CT.
I have created the CT as i said above wth the correct IP and CIDR but am unable to ssh in to the CT via IP so am only able to connect via console.
Can some one please help me with this issue
Template : Ubuntu 15.04
Proxmox : 4.1.1
etc/networks/interfaces
auto eth0
iface eth0 inet static
address 74.xx.xx.52
netmask 255.255.255.255
post-up ip route add 74.xx.xx.50 dev eth0
post-up ip route add default via 74.xx.xx.50
pre-down ip route del default via 74.xx.xx.50
pre-down ip route del 74.xx.xx.50 dev eth0