N
nokia3310
Guest
Ok..things like this just annoy me every time.
Why is it that things can't go right?
I followed all installation instructions and now it is time to access the web GUI of the fresh install of proxmox and i can't. The proxmox server will not ping or anything..basically the network is not working. To make matters worse every time i try /etc/init.d/networking start or restart or anything it tells about some deprecated thing and that i should try grep --help
Now i even tried sudo service networking start or restart and same problem.
So my question here is one in hell do i get network to start?
What really annoys me is why is it that things cant be done so that things like this are avoided?
just frustrated at the moment
I have wifi on and also have wired connection through ethernet cable as well
So how do i get my network to start working?
Also i am trying to access the proxmox server from https://192.168.100.2:8006 from a windows machine with the following
Why is it that things can't go right?
I followed all installation instructions and now it is time to access the web GUI of the fresh install of proxmox and i can't. The proxmox server will not ping or anything..basically the network is not working. To make matters worse every time i try /etc/init.d/networking start or restart or anything it tells about some deprecated thing and that i should try grep --help
Now i even tried sudo service networking start or restart and same problem.
So my question here is one in hell do i get network to start?
What really annoys me is why is it that things cant be done so that things like this are avoided?
just frustrated at the moment
I have wifi on and also have wired connection through ethernet cable as well
Code:
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.100.2
netmask 255.255.255.0
gateway 192.168.100.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
So how do i get my network to start working?
Also i am trying to access the proxmox server from https://192.168.100.2:8006 from a windows machine with the following
Code:
ip 192.168.1.13
netmask 255.255.255.0
gateway 192.168.1.1
Last edited by a moderator: