Re: two basic questions

2003-08-14 Thread snort bsd
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

Re: two basic questions

2003-08-10 Thread fred pasteck
> 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

Re: two basic questions

2003-08-10 Thread MKlinke
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

Re: two basic questions

2003-08-07 Thread Jonathan Bartlett
> 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