Re: Shutting Down network connection

2001-11-30 Thread Michael Scottaline

On Fri, 30 Nov 2001 03:32:58 -0500 (EST)
"Anthony E. Greene" <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Thu, 29 Nov 2001, Michael Scottaline wrote:
> 
> >On Thu, 29 Nov 2001 20:18:31 -0500 (EST)
> >Dave Reed <[EMAIL PROTECTED]> wrote:
> >
> >
> >> They work fine for me on my 7.2 laptop as root. They're in /sbin
which
> >> may not be in your path:
> >> 
> >> as root, try: /sbin/ifdown eth0
> >
> >Thanks, Dave.  I have tried as root (necessary on the mandrake box
also),
> >but I didn't think of starting with /sbin.  I'll give that a try in the
> >morning.
> 
> When you switch to root use the dash to get root's environment,
including
> the path:
> 
>   su -
> 
> Then /sbin and /usr/sbin will be in your path.
==
Thanks for that tip, Tony.
Mike
-- 
"Common sense is the collection of prejudices acquired by age eighteen."
--  Albert Einstein




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Shutting Down network connection

2001-11-30 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 29 Nov 2001, Michael Scottaline wrote:

>On Thu, 29 Nov 2001 20:18:31 -0500 (EST)
>Dave Reed <[EMAIL PROTECTED]> wrote:
>
>
>> They work fine for me on my 7.2 laptop as root. They're in /sbin which
>> may not be in your path:
>> 
>> as root, try: /sbin/ifdown eth0
>
>Thanks, Dave.  I have tried as root (necessary on the mandrake box also),
>but I didn't think of starting with /sbin.  I'll give that a try in the
>morning.

When you switch to root use the dash to get root's environment, including
the path:

  su -

Then /sbin and /usr/sbin will be in your path.


Tony
- -- 
Anthony E. Greene <[EMAIL PROTECTED]> 
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE8B0RCpCpg3WyUI50RAqtEAKCYkiufKhvvJBqbeKL70BBAQE9IWgCglthm
ehaWwwB3CzBIAkRF3IPM1+g=
=0Pg0
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Shutting Down network connection

2001-11-29 Thread Michael Scottaline

On Thu, 29 Nov 2001 21:56:20 -0400
"Chris Mason" <[EMAIL PROTECTED]> wrote:

> /etc/init.d/network stop
===
Thanks, Chris.  I'll give that a try also!
Mike
-- 
"Common sense is the collection of prejudices acquired by age eighteen."
--  Albert Einstein




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Shutting Down network connection

2001-11-29 Thread Chris Mason

/etc/init.d/network stop

Chris Mason
[EMAIL PROTECTED]
Box 340, The Valley, Anguilla, British West Indies
Tel: 264 497 5670 Fax: 264 497 8463
Take a virtual tour of the island
http://www.anguillaguide.com/ The Anguilla Guide
Find your perfect rental villa www.mycaribbean.com
Talk to me in real time with Instant Messenger: [EMAIL PROTECTED]
or ICQ 118159388
Signature F331 8AD1 36FB B3B0 DF9F  D95B 8024 D1EA 7450 D50C 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Michael Scottaline
Sent: Thursday, November 29, 2001 9:12 PM
To: [EMAIL PROTECTED]
Subject: Shutting Down network connection


On my one mandrake laptop, I can disconnect from my network (to leave my
office) by gracefully disconnecting from the network with "ifdown eth0"
and then later, after reconnecting the cat5 cable, "ifup eth0".  These
commands don't seem to exist in my RH 7.2 laptop.  Is there a way of
shutting down the network card, temporarily, and then restarting it,
(before unplugging the cable)?  I tried "ifconfig eth0 down", but no luck
there either.
TIA,
Mike

-- 
"You can't be a real country unless you have a beer and an airline - it
helps if you have some kind of a football team, or some nuclear weapons,
but at the very least you need a beer."
- Frank Zappa



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Shutting Down network connection

2001-11-29 Thread Michael Scottaline

On Thu, 29 Nov 2001 20:18:31 -0500 (EST)
Dave Reed <[EMAIL PROTECTED]> wrote:


> They work fine for me on my 7.2 laptop as root. They're in /sbin which
> may not be in your path:
> 
> as root, try: /sbin/ifdown eth0

Thanks, Dave.  I have tried as root (necessary on the mandrake box also),
but I didn't think of starting with /sbin.  I'll give that a try in the
morning.
Thanks for the quick response,
Mike
-- 
"You can't be a real country unless you have a beer and an airline - it
helps if you have some kind of a football team, or some nuclear weapons,
but at the very least you need a beer."
- Frank Zappa



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Shutting Down network connection

2001-11-29 Thread Dave Reed

> From: Michael Scottaline <[EMAIL PROTECTED]>
> 
> On my one mandrake laptop, I can disconnect from my network (to leave my
> office) by gracefully disconnecting from the network with "ifdown eth0"
> and then later, after reconnecting the cat5 cable, "ifup eth0".  These
> commands don't seem to exist in my RH 7.2 laptop.  Is there a way of
> shutting down the network card, temporarily, and then restarting it,
> (before unplugging the cable)?  I tried "ifconfig eth0 down", but no luck
> there either.
> TIA,
> Mike

They work fine for me on my 7.2 laptop as root. They're in /sbin which
may not be in your path:

as root, try: /sbin/ifdown eth0

I believe there is a way a normal user can control network devices but
I've never looked into it.

Dave



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Shutting Down network connection

2001-11-29 Thread Michael Scottaline

On my one mandrake laptop, I can disconnect from my network (to leave my
office) by gracefully disconnecting from the network with "ifdown eth0"
and then later, after reconnecting the cat5 cable, "ifup eth0".  These
commands don't seem to exist in my RH 7.2 laptop.  Is there a way of
shutting down the network card, temporarily, and then restarting it,
(before unplugging the cable)?  I tried "ifconfig eth0 down", but no luck
there either.
TIA,
Mike

-- 
"You can't be a real country unless you have a beer and an airline - it
helps if you have some kind of a football team, or some nuclear weapons,
but at the very least you need a beer."
- Frank Zappa



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list