Script started on Thu 01 Feb 2007 08:17:05 AM PST ]0;root@rock:/tmp_[/tmp]_(root@rock)_ # uname -a Linux rock.ponzo.net 2.6.17-1.2174_FC5smp #1 SMP Tue Aug 8 16:00:39 EDT 2006 i686 i686 i386 GNU/Linux ]0;root@rock:/tmp_[/tmp]_(root@rock)_ # cat /etc/redhat-release Fedora Core release 5 (Bordeaux) ]0;root@rock:/tmp_[/tmp]_(root@rock)_ # pushd /etc/sysconfig/network-scripts/ /etc/sysconfig/network-scripts /tmp ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ls *eth1* ifcfg-eth1 ifcfg-eth1:0 ifcfg-eth1:1 ifcfg-eth1:2 ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ll *eth1* -rw-r--r-- 3 root root 101 Apr 10 2006 ifcfg-eth1 -rw-r--r-- 3 root root 84 Apr 10 2006 ifcfg-eth1:0 -rw-r--r-- 3 root root 84 Apr 10 2006 ifcfg-eth1:1 -rw-r--r-- 1 root root 86 Sep 8 00:49 ifcfg-eth1:2 ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # cat     tail -1000 *eth1* tail: invalid option -- 1 Try `tail --help' for more information. ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # tail -1000 *eth1* # tail --help Usage: tail [OPTION]... [FILE]... Print the last 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. --retry keep trying to open a file even if it is inaccessible when tail starts or if it becomes inaccessible later; useful when following by name, i.e., with --follow=name -c, --bytes=N output the last N bytes -f, --follow[={name|descriptor}] output appended data as the file grows; -f, --follow, and --follow=descriptor are equivalent -F same as --follow=name --retry -n, --lines=N output the last N lines, instead of the last 10 --max-unchanged-stats=N with --follow=name, reopen a FILE which has not changed size after N (default 5) iterations to see if it has been unlinked or renamed (this is the usual case of rotated log files) --pid=PID with -f, terminate after process ID, PID dies -q, --quiet, --silent never output headers giving file names -s, --sleep-interval=S with -f, sleep for approximately S seconds (default 1.0) between iterations. -v, --verbose always output headers giving file names --help display this help and exit --version output version information and exit If the first character of N (the number of bytes or lines) is a `+', print beginning with the Nth item from the start of each file, otherwise, print the last N items in the file. N may have a multiplier suffix: b 512, k 1024, m 1024*1024. With --follow (-f), tail defaults to following the file descriptor, which means that even if a tail'ed file is renamed, tail will continue to track its end. This default behavior is not desirable when you really want to track the actual name of the file, not the file descriptor (e.g., log rotation). Use --follow=name in that case. That causes tail to track the named file by reopening it periodically to see if it has been removed and recreated by some other program. Report bugs to . ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # tail --help1000 *eth1*[1@n[1@ ==> ifcfg-eth1 <== DEVICE=eth1 ONBOOT=yes BOOTPROTO=static IPADDR=64.142.7.2 NETMASK=255.255.255.248 GATEWAY=64.142.7.1 ==> ifcfg-eth1:0 <== DEVICE=eth1:0 BOOTPROTO=static IPADDR=64.142.7.6 NETMASK=255.255.255.248 ONBOOT=yes ==> ifcfg-eth1:1 <== DEVICE=eth1:1 BOOTPROTO=static IPADDR=64.142.7.5 NETMASK=255.255.255.248 ONBOOT=yes ==> ifcfg-eth1:2 <== DEVICE=eth1:2 BOOTPROTO=static IPADDR=69.12.221.21 NETMASK=255.255.255.248 ONBOOT=yes ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ifconfig -a eth0 Link encap:Ethernet HWaddr 00:30:48:70:7D:E0 inet addr:10.142.7.1 Bcast:10.142.7.255 Mask:255.255.255.0 inet6 addr: fe80::230:48ff:fe70:7de0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:226892134 errors:0 dropped:0 overruns:0 frame:0 TX packets:230065818 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1117614128 (1.0 GiB) TX bytes:3291128443 (3.0 GiB) eth1 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.2 Bcast:64.142.7.7 Mask:255.255.255.248 inet6 addr: fe80::230:48ff:fe70:7de1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:291399431 errors:0 dropped:0 overruns:0 frame:0 TX packets:291825806 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3796438027 (3.5 GiB) TX bytes:2548308146 (2.3 GiB) Base address:0xd400 Memory:fea80000-feaa0000 eth1:0 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.6 Bcast:64.142.7.7 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 eth1:1 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.5 Bcast:64.142.7.7 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 eth1:2 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:69.12.221.21 Bcast:69.12.221.23 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:132960641 errors:0 dropped:0 overruns:0 frame:0 TX packets:132960641 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3104440462 (2.8 GiB) TX bytes:3104440462 (2.8 GiB) lo:1 Link encap:Local Loopback inet addr:64.142.8.1 Mask:255.255.255.240 UP LOOPBACK RUNNING MTU:16436 Metric:1 sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ifcon      ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ifdown eth1:1 ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ifconfig -a eth0 Link encap:Ethernet HWaddr 00:30:48:70:7D:E0 inet addr:10.142.7.1 Bcast:10.142.7.255 Mask:255.255.255.0 inet6 addr: fe80::230:48ff:fe70:7de0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:226892150 errors:0 dropped:0 overruns:0 frame:0 TX packets:230065832 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1117615742 (1.0 GiB) TX bytes:3291131140 (3.0 GiB) eth1 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.2 Bcast:64.142.7.7 Mask:255.255.255.248 inet6 addr: fe80::230:48ff:fe70:7de1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:291399697 errors:0 dropped:0 overruns:0 frame:0 TX packets:291826028 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3796468360 (3.5 GiB) TX bytes:2548346768 (2.3 GiB) Base address:0xd400 Memory:fea80000-feaa0000 eth1:0 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.6 Bcast:64.142.7.7 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 eth1:2 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:69.12.221.21 Bcast:69.12.221.23 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:132961168 errors:0 dropped:0 overruns:0 frame:0 TX packets:132961168 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3104974078 (2.8 GiB) TX bytes:3104974078 (2.8 GiB) lo:1 Link encap:Local Loopback inet addr:64.142.8.1 Mask:255.255.255.240 UP LOOPBACK RUNNING MTU:16436 Metric:1 sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ifconfig -a # ifdown eth1:1[1@u[1@p ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # ifconfig -a eth0 Link encap:Ethernet HWaddr 00:30:48:70:7D:E0 inet addr:10.142.7.1 Bcast:10.142.7.255 Mask:255.255.255.0 inet6 addr: fe80::230:48ff:fe70:7de0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:226892267 errors:0 dropped:0 overruns:0 frame:0 TX packets:230065949 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1117624621 (1.0 GiB) TX bytes:3291140691 (3.0 GiB) eth1 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.2 Bcast:64.142.7.7 Mask:255.255.255.248 inet6 addr: fe80::230:48ff:fe70:7de1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:291399943 errors:0 dropped:0 overruns:0 frame:0 TX packets:291826257 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3796489046 (3.5 GiB) TX bytes:2548381455 (2.3 GiB) Base address:0xd400 Memory:fea80000-feaa0000 eth1:0 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.6 Bcast:64.142.7.7 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 eth1:1 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:64.142.7.5 Bcast:64.142.7.7 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 eth1:2 Link encap:Ethernet HWaddr 00:30:48:70:7D:E1 inet addr:69.12.221.21 Bcast:69.12.221.23 Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Base address:0xd400 Memory:fea80000-feaa0000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:132961488 errors:0 dropped:0 overruns:0 frame:0 TX packets:132961488 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3105318398 (2.8 GiB) TX bytes:3105318398 (2.8 GiB) lo:1 Link encap:Local Loopback inet addr:64.142.8.1 Mask:255.255.255.240 UP LOOPBACK RUNNING MTU:16436 Metric:1 sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # date Thu Feb 1 08:19:16 PST 2007 ]0;root@rock:/etc/sysconfig/network-scripts_[/etc/sysconfig/network-scripts]_(root@rock)_ # exit Script done on Thu 01 Feb 2007 08:19:27 AM PST