jgjimenezs
(Jose G Jimenez S )
July 10, 2015, 10:40pm
28
If it is a clean installation, there should be no problems, all we have done so. After installation, we make the changes relevant to its operation. as I spend my time on:
To set ethX (eth0 / eth1 / eth2 …) that are configured with wan ISP modems with public addresses.
By doing a clean install of NethServer. by default ethX not take the addresses given by the ISP, because not configured the automatic dhcp.
We enter from the terminal and run the following few ISP network cards are now installed:
vi /etc/sysconfig/network-scripts/ifcfg-ethX
and add the following lines:
DEVICE=ethX
BOOTPROTO=dhcp
ONBOOT=yes
Then to save the changes precionamos:
ESC
:wq…