On Wednesday 06 August 2003 13:34, snort bsd wrote:
> two basic questions regarding linux networking:
>
> 1) what is manual command for deleting an ip address
> from an physical interface? tried "ifconfig eth0 del
> xxx.xxx.xxx.xxx" and seemed that it doesn't have any
> effect. which file controls those interfaces?

That syntax only seems to work with IPV6 addressess; man ifconfig

Files that configure your individual interfaces: 
/etc/sysconfig/network-scripts/ifcfg-eth?

> 2) does "route add eth0 xxx.xxx.xxx.xxx up" take
> effect permanently or i have to edit some files in
> order to make change permanently?
>

This can depend on your configuration; try:

$route
$/etc/init.d/network restart
$route

and compare the output of the route commands to be sure.

Regards,  Mike Klinke


 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to