LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   A couple of broadband questions (https://www.linuxquestions.org/questions/linux-networking-3/a-couple-of-broadband-questions-412907/)

Robhogg 02-08-2006 03:12 AM

A couple of broadband questions
 
I've only just moved from dial-up to broadband (cable, connection via ethernet), and have a couple of questions:

1. Is there an easy way to cut the connection temporarily (for instance if I want to carry out some tasks as root, I'd rather do this with the PC offline)?

2. I liked having the graphical "view data rate" window provided by the KInternet dial-up tool. Is there an equivalent utility that I can use with broadband?

Yours,
Rob:)

TigerOC 02-08-2006 03:29 AM

Quote:

Originally Posted by Robhogg
I've only just moved from dial-up to broadband (cable, connection via ethernet), and have a couple of questions:

1. Is there an easy way to cut the connection temporarily (for instance if I want to carry out some tasks as root, I'd rather do this with the PC offline)?

2. I liked having the graphical "view data rate" window provided by the KInternet dial-up tool. Is there an equivalent utility that I can use with broadband?

Yours,
Rob:)

For Q1 it's very easy. In a root consol do ifdown ethX X=ethernet port eg 0. To bring the link back up do ifup ethX

For Q2 Its really not that important because this is a digital signal and should remain constant and the data rate should be viewable via the router connection software. Remember a serial modem is analogue and converts audio to digital transmission. I use a system monitor called GKrellm which includes network monitoring.

Baldrick65 02-08-2006 03:40 AM

1. You could try /etc/init.d/network stop and /etc/init.d/network start to start it again.

2. I use Superkaramba with the TechMon theme.

HTH
Baldrick

Robhogg 02-09-2006 08:45 AM

Thanks for the answers. Actually, I found that I could monitor network activity with the KDE System Guard. I'd already found it and used it a little, but I hadn't realised that I could add and remove the default sensors.

Rob

satinet 02-09-2006 10:38 AM

there's no need to stop the network when you are logging in as root.

root is the system and in always running processes....

your box would only be less secure if you downloaded things (Etc) using the root account and executed them.

ok maybe using a window mananger is less secure, but really there is no sense in doing this...


All times are GMT -5. The time now is 01:37 PM.