Comments
| Linux Network Configuration - Learn how to configure networking on Linux. |
Mohamed Amin said... Thanks for your nice informationyou can also add another IP to the same card # ifup ifcfg-eth0:1 and to down it # ifdown ifcfg-eth0:1 you put the new IP as follow # cat /etc/sysconfig/network-scripts/ifcfg-eth0:1 GATEWAY=10.1.3.65 TYPE=Ethernet DEVICE=eth0:1 BOOTPROTO=none NETMASK=255.255.254.0 IPADDR=10.1.3.78 USERCTL=no IPV6INIT=no ONPARENT=yes PEERDNS=yes |
Tim... said... Hi.The article is specically aimed at people doing the RHCSA exam. The functionality you have discussed is not one of the requirements of the exam, which is why it is not included in the article. Cheers Tim... |
Mohamed Amin said... Thanks for your replay, I take a lot of info from this site, so I just tried to add inforamtion as I take. May be some one needs it.Thanks again. |
Tim... said... Hi.No problem. My point was, someone may read the comment and think this information is necessary for the exam, which it is not. The context of the article is important. :) Cheers Tim... |
DO NOT ask technical questions here, that's what my forum is for!
These comments should relate to the contents of a specific article. Constructive criticism is good. Advertising and offensive comments are bad and will be deleted!
