Thanks for the interest. I have now posted a new version that includes cat /etc/hosts cat /etc/resolv.conf cat /etc/nsswitch.conf
It will also ping the IPs in /etc/hosts and /etc/resolve/.conf as well as INTERN_IP and eth0_DEFAULT_GW You cane get it at: http://home.pacbell.net/rcw1/lrp/debug/debug.html >Robert Williams wrote: >> >> Hi all, >> >> I have written a shell script to automatically creates data useful in >> diagnosing LRP/LEAF problems. >[snip] > > http://home.pacbell.net/rcw1/lrp/debug/debug.html >> >> Enjoy, Robert Williams > > >I like it. I was working on something similar, >but I went off topic :) > >I'd suggest you have the script include > > cat /etc/hosts > cat /etc/resolv.conf > cat /etc/nsswitch.conf > >and maybe write a couple of lines of code that >ping the network cards with the output perhaps, >and maybe then include arp -an. > >Also you might want to code the commands into > > IPCHAINS = /sbin/ipchains > CAT = cat > NETSTAT = blah blah, and make it test for each command > to be sure it's there. Some of the commands > are not available in Oxygen until you load > their package (netstat, ipchains, ifconfig)... > >Happy, >Matt > >_______________________________________________ >Leaf-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/leaf-user _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
