Sebastian
(Sebastian Marius Besel)
February 10, 2016, 6:17pm
1
Hi,
I cant install nethserver 6.7 on ovh vps with centos 6.7.
I follow the nethserver install doc so i sent
yum localinstall -y http://mirror.nethserver.org/nethserver/nethserver-release-6.7.rpm
nethserver-install
I see no error after installation but the servers http service and ssh service are off so i cant find the nethserver on ip address https://…:980
ip addr
db networks show
i’m not an expert I probably did something wrong
Thanks in advance
Nas
(Artem Fedai)
February 10, 2016, 6:22pm
2
Hi, try to ping google from your installed server? Is your ip is reachable from internet?
Nas
(Artem Fedai)
February 10, 2016, 6:32pm
3
Oh as far as i see, your network config is not right.
Please specify correct network mask and gateway.
Sebastian
(Sebastian Marius Besel)
February 10, 2016, 6:37pm
4
hi, the ip isnt reachable from internet
Nas
(Artem Fedai)
February 10, 2016, 6:40pm
5
Please recheck network config, that you can grub from OVH self care.
Nas
(Artem Fedai)
February 10, 2016, 7:02pm
7
do not be shy , show all route table
Nas
(Artem Fedai)
February 10, 2016, 8:52pm
8
Have you finished your setup ?
Sebastian
(Sebastian Marius Besel)
February 10, 2016, 9:49pm
9
sorry but i dont know the command i’ m very starter with linux
Nas
(Artem Fedai)
February 10, 2016, 11:31pm
10
We can shedule teamviewer session, if you want.
Sebastian
(Sebastian Marius Besel)
February 11, 2016, 12:16am
11
I think it might be a good idea thank
Sebastian
(Sebastian Marius Besel)
February 13, 2016, 12:21am
12
@nas solves the problem, thank you…
Nas
(Artem Fedai)
February 13, 2016, 12:32am
13
The problem was in nerwotk provisioning as usual, i have changed
db network setprop eth0 bootproto dhcp
and run
signal-event interface update
2 Likes
Nas
(Artem Fedai)
February 13, 2016, 11:18am
14
HI @filippo_carletti @alefattorini @stephdl @giacomo
So we need a dhcp option on network interfaces.
In the case of IP UNNUMBERED, static IP entry does not work, because IP is in /32 subnet and GW in another subnet.
giacomo
(Giacomo Sanchietti)
February 13, 2016, 8:02pm
17
So you would dhcp option on green interface?
Nas
(Artem Fedai)
February 13, 2016, 8:14pm
18
On all interfaces, in code there is bootoption dhcp but on WebUI we have not.
Maybe someone have dhcp in Vlan (provider gave only vlan. )
giacomo
(Giacomo Sanchietti)
February 13, 2016, 9:05pm
19
Having DHCP on green interfaces doesn’t make sense to me.
NS is a server, and as any server, should have a static IP.
Also the implementation probably has unexpected behaviors and side effects.
I don’t see any reason also on blue and orange interfaces.
Nas
(Artem Fedai)
February 13, 2016, 9:40pm
20
But how about system with one interface and it is always green?
Like systems in Cloud or on VPS.
So we need the option to switch to DHCP, even only one Button for switching protocol to DHCP.