Thanks for all the help but it just doesn't seem to be working, I'm just
going to nuke and pave this one.


Bob Miller wrote:

> [EMAIL PROTECTED] wrote:
>
> > Any Ideas?  I'm using Mandrake 6.1 and an older kernel 2.2.13
>
> So am I.  6.1 and kernel 2.2.13-22mdk.
>
> I set this machine up a nearly year ago, and don't remember exactly
> what I did.  But it's all shell scripts, so you can debug it pretty
> easily.
>
> Here's a good place to start: I changed the first line of
> /etc/sysconfig/network-scripts/ifup-aliases from "#!/bin/sh" to
> "#!/bin/sh -x" then I did ifdown and ifup.  This is what it printed.
>
>     root@jogger-egg ~# ifdown eth0
>     root@jogger-egg ~# ifconfig
>     lo        Link encap:Local Loopback
>               inet addr:127.0.0.1  Mask:255.0.0.0
>               UP LOOPBACK RUNNING  MTU:3924  Metric:1
>               RX packets:884629 errors:0 dropped:0 overruns:0 frame:0
>               TX packets:884629 errors:0 dropped:0 overruns:0 carrier:0
>               collisions:0
>
>     root@jogger-egg ~# ifup eth0
>     + device=eth0
>     + '[' eth0 = '' ']'
>     + current=0
>     + :
>     + '[' '!' -f /etc/sysconfig/network-scripts/ifcfg-eth0:0 ']'
>     + /etc/sysconfig/network-scripts/ifup eth0:0
>     ++ expr 0 + 1
>     + current=1
>     + :
>     + '[' '!' -f /etc/sysconfig/network-scripts/ifcfg-eth0:1 ']'
>     + /etc/sysconfig/network-scripts/ifup eth0:1
>     ++ expr 1 + 1
>     + current=2
>     + :
>     + '[' '!' -f /etc/sysconfig/network-scripts/ifcfg-eth0:2 ']'
>     + /etc/sysconfig/network-scripts/ifup eth0:2
>     ++ expr 2 + 1
>     + current=3
>     + :
>     + '[' '!' -f /etc/sysconfig/network-scripts/ifcfg-eth0:3 ']'
>     + exit 0
>     root@jogger-egg ~# ifconfig
>     eth0      Link encap:Ethernet  HWaddr 00:48:54:67:2C:4E
>               inet addr:216.218.195.210  Bcast:216.218.195.223
>               Mask:255.255.255.240
>               UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
>               RX packets:3233219 errors:3 dropped:0 overruns:0 frame:0
>               TX packets:3114210 errors:0 dropped:0 overruns:1 carrier:0
>               collisions:283640
>
>     eth0:0    Link encap:Ethernet  HWaddr 00:48:54:67:2C:4E
>               inet addr:216.218.195.217  Bcast:216.218.195.223
>               Mask:255.255.255.240
>               UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
>
>     eth0:1    Link encap:Ethernet  HWaddr 00:48:54:67:2C:4E
>               inet addr:216.218.195.218  Bcast:216.218.195.223
>               Mask:255.255.255.240
>               UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
>
>     eth0:2    Link encap:Ethernet  HWaddr 00:48:54:67:2C:4E
>               inet addr:216.218.195.219  Bcast:216.218.195.223
>               Mask:255.255.255.240
>               UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
>
>     lo        Link encap:Local Loopback
>               inet addr:127.0.0.1  Mask:255.0.0.0
>               UP LOOPBACK RUNNING  MTU:3924  Metric:1
>               RX packets:884629 errors:0 dropped:0 overruns:0 frame:0
>               TX packets:884629 errors:0 dropped:0 overruns:0 carrier:0
>               collisions:0
>
>     root@jogger-egg ~#
>
> All those lines with plus signs are because of the "sh -x" flag.
> Do you get something similar?
>
> --
>                                         K<bob>
> [EMAIL PROTECTED], http://www.jogger-egg.com/

Reply via email to