I really cant connect proxmox to my router.
My router is in:
192.168.1.1
and I want proxmox with this network params:
address 192.168.1.250
netmask 255.255.255.0
gateway 192.168.1.1
I am really trying to set it up chaning /etc/networks/interfaces
I have even deleted all the networks and created just a eth0 static with those parameters:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.250
gateway 192.168.1.1
netmask 255.255.255.0
Nothing seems to work, I cant ping the router and no pc in the same network can ping proxmox.
Can anyone help me? thanks a lot
My router is in:
192.168.1.1
and I want proxmox with this network params:
address 192.168.1.250
netmask 255.255.255.0
gateway 192.168.1.1
I am really trying to set it up chaning /etc/networks/interfaces
I have even deleted all the networks and created just a eth0 static with those parameters:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.250
gateway 192.168.1.1
netmask 255.255.255.0
Nothing seems to work, I cant ping the router and no pc in the same network can ping proxmox.
Can anyone help me? thanks a lot