| View previous topic :: View next topic |
| Author |
Message |
first-priority Active Member


Joined: 04 May 2008 Posts: 36
|
Posted: Sat Oct 24, 2009 8:55 pm Post subject: Interactive Colorful IP LAN Monitor CUI |
|
|
iptraf - Interactive Colorful IP LAN Monitor
IPTraf is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load info, node stats, IP checksum errors, and others.
Install iptraf
| Code: |
vyatta@vyatta:~$ configure
[edit]
vyatta@vyatta# set system package repository lenny components main
vyatta@vyatta# set system package repository lenny url http://http.us.debian.org/debian
vyatta@vyatta# set system package repository lenny distribution lenny
vyatta@vyatta# commit
vyatta@vyatta# save
vyatta@vyatta:~$ su -
Password:
vyatta:~# aptitude install iptraf
vyatta:~# iptraf |
|
|
| Back to top |
|
 |
adrock Active Member


Joined: 09 Sep 2009 Posts: 23
|
Posted: Thu Oct 29, 2009 10:56 am Post subject: VC5.0.2 |
|
|
No love.
| Code: |
package {
auto-sync 1
repository community {
components main
distribution stable
url http://packages.vyatta.com/vyatta
}
repository lenny {
components main
distribution lenny
url http://http.us.debian.org/debian
}
}
}
|
However:
| Code: |
vyatta:~# aptitude install iptraf
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Reading task descriptions...
Couldn't find any package whose name or description matched "iptraf"
Couldn't find any package whose name or description matched "iptraf"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Reading task descriptions...
vyatta:~#
|
--adrock |
|
| Back to top |
|
 |
robert Vyatta Employee

Joined: 15 Feb 2008 Posts: 589
|
Posted: Thu Oct 29, 2009 11:01 am Post subject: [Vyatta-hackers] Re: Interactive Colorful IP LAN Monitor CUI |
|
|
| Did you apt-get update first? |
|
| Back to top |
|
 |
adrock Active Member


Joined: 09 Sep 2009 Posts: 23
|
Posted: Thu Oct 29, 2009 11:02 am Post subject: |
|
|
| Disregard. aptitude update took care of it. |
|
| Back to top |
|
 |
|