Hello,
>Do you use ipaliases, and if so have you checked that they work?
>I got a warning looking something like the one you get, and the
>ipaliases was not loaded correctly.
I have 21 IP aliases assigned to my NIC ( eth0 ), aside from the main box
IP... even though I get the warning they still seem to work fine.
>I modified /etc/sysconfig/network-scripts/ifup-aliases and added arg3
>and arg4 to this part of the script:
>if [ -x /bin/linuxconf ] ; then
> # ask linuxconf for lines like:
> # add <device> <ip>
> # del <device>
> # reload <number_of_aliases>
> linuxconf --hint ipalias $1 | while read verb arg1 arg2 arg3 arg4 ;
>do
> case $verb in
> add)
> /sbin/ifconfig $arg1 $arg2 netmask $arg3 broadcast $arg4
> /sbin/route add $arg2 $arg1
> ;;
>
>Then everything was loading correctly without warnings again. This was
>on RedHat 5.1/1.13r5
I'll have a look at that... thanx.
Cheers... Dino
-----
Dino Nardini, BSc, Certified Web Master
mailto:[EMAIL PROTECTED]
Explore Nova Scotia - "Canada's Ocean Playground"
http://www.explorenovascotia.com
---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]