[SOLVED] Proxmox 4.1 - Unable to access outside connections

Trollminer

New Member
Apr 23, 2016
3
0
1
41
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
 
Hey Dietmar,

Thank you for the quick response.

I have checked SSHD and it is installed but i belive i have now figured out what the issue is / was.

Where i had 74.xx.xx.50 it should of been 74.xx.xx.49 and it seems to work how ever when rebooting it seems to change it so i have edited the network config via GUI and also have rebooted the host to refresh the whole physical server

I will continue testing and report back if i have fixed the issue that i may have created my self.
 
I would like to thank Dietmar for the quick response to something that i stupidly forgot to check ( it seems to have changed since i server reloaded )

In a nutshell i have had my server reloaded and where i used to put xx.50 it now seems to have changed to xx.49

What i forgot to do ( and what others who have the issue could do ) is run cat /etc/network/interfaces and then grab the gateway ip from there as this seems to have been my issue from the start

Thanks all and thanks proxmox for the great support and great products