Zoom AP+2 Network Router User Manual


 
Appendix B: Specifying TCP IP Settings
61
Linux TCP/IP Settings
The instructions for setting up static IP addressing vary
dramatically by distribution, so you may want to refer to your
particular version’s documentation.
Note:
If you have more than one network card installed, you will need to pick
distinct Ethernet identifiers for each (eth0, eth1, eth2, and so forth). If you select
an identifier other than eth0 for your AP+2, use that identifier throughout.
RedHat
Edit or create
/etc/sysconfig/network-scripts/ifcfg-eth0
so
that it contains the following lines:
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
IPADDR=10.0.0.100
NETMASK=255.255.255.0
USERCTL=no
PEERDNS=no
GATEWAY=10.0.0.200
TYPE=ethernet
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
Once you have modified this file and saved the changes, issue the
following commands to have the changes applied:
ifdown eth0
ifup eth0