thanks
--- Jonathan Bartlett <[EMAIL PROTECTED]> wrote: > >
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?
>
> ifdown et
> 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?
ifconfig eth0 down
For it to be permanent, check out
/etc/sysconfig/network-scripts
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
> 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?
ifdown eth0
> 2) does "route add eth0 xxx.xxx.xxx.xxx up" take
> effect permanently