|
|
Configuration of Network SettingsSetting the IP address
The network settings can be found in /etc/conf.d/net.eth0. The net.eth0 file must first be adapted to assign a permanent IP address to the LinuxBox. There are several possibilities to do this:
Configuration tool for Windows:
Configuration of the IP address over the web interface:
To save after changing the network settings click Save file.
Configuration with FTP: For accessing the LinuxBox with a ftp connection, please read FTP access to the LinuxBox. Testing the IP address settings:To test the network settings, first restart the LinuxBox. With ping you can determine whether the settings of the IP address have been permanently adopted or not. How to assign a temporary IP address with ping and arp is described on the IP address setting (ipsetd) page.
Restart:
ping <IP address>
For example:
ping 192.168.1.45
The file /etc/conf.d/net-eth0
# Uncomment the following line to override the generic hardware address
# (usually the serial number) for this interface only. # MAC="00:09:8e:00:16:a3" # Valid boot protocols are "dhcp" and "none" (anything other than "dhcp" works). BOOTPROTO="none" DHCP_CLIENT="/sbin/udhcpc -i eth0" # Valid media types are "auto", "10baseT-HD", "10baseT-FD", "100baseTX-HD", # "100baseTX-FD" and "" (nothing). MEDIA="auto" # If you are using DHCP the following variables will not be used. IP="192.168.0.99" NETMASK="255.255.255.0" BROADCAST="192.168.0.255" GATEWAY="192.168.0.1" |
||




