/
PBX Platforms - ifcfg-ethx example
PBX Platforms - ifcfg-ethx example
ifcfg-eth0 options
SSH to system
open up the ethernet connetion we need to modify. Generally this will be eth0
nano /etc/sysconfig/network-scripts/ifcfg-eth0
For static IP it should look something like this
DEVICE=eth0
BOOTPROTO=static
IPADDR=10.4.0.21
NETMASK=255.255.255.0
GATEWAY=10.4.0.1
HOSTNAME=abc.example.com
HWADDR=XX:XX:XX:XX:XX:XX
For DHCP it should look somethign like this
DEVICE=eth0
BOOTPROTO=dhcp
HOSTNAME=abc.example.com
, multiple selections available,
Related content
PBX Platforms - How to set Network Settings from the CLI
PBX Platforms - How to set Network Settings from the CLI
More like this
PBX GUI - System Admin-Network Settings
PBX GUI - System Admin-Network Settings
More like this
Network configuration with Freepbx 17
Network configuration with Freepbx 17
More like this
Configure FTP/DHCP Server_old
Configure FTP/DHCP Server_old
More like this
Sample dhcpd.conf
Sample dhcpd.conf
More like this
PBX GUI - System Admin-DHCP
PBX GUI - System Admin-DHCP
More like this
Unable to render {include} The included page could not be found.