BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} bbgen and multiple ip addresses -- stuck



> I'd suggest this setup:
> 
> 10.0.0.1        myrradel.com    # NET:Net10 noconn testip BBDISPLAY BBPAGER BBNET pop3
> 216.218.224.14  myrradel.com    # NET:Ext conn=worst,10.0.0.1 http://www.myrradel.com dig smtp
> 
> This setup splits the network tests in two, so you'll need to run the
> bbtest-net twice from the bb-network.sh script. One group of tests
> handle the internal IP's (10.x.x.x), the other group handles the
> external IP's. Your bb-network.sh would do something like
> 
>     # Check the 10.x.x.x IP's
>     BBLOCATION=Net10 $BBHOME/bin/bbtest-net --noping --checkresponse
> 
>     # Check the external IP's
>     BBLOCATION=Ext $BBHOME/bin/bbtest-net --ping --report --checkresponse
> 
> So the first one would do your "pop3" test only, the second one would
> run the ping, http, dig and smtp tests.
> 
> The "conn=worst,10.0.0.1" is for making the ping test check both
> adresses and report them together in a single status report - so you
> will truly have a check of both IP's.

Hi Henrik,

One other followup question.  Just to make sure I'm completely clear here, 
if I have some 10.x.x.x IP machines that aren't multi-homed, I should 
assign them to NET:Ext so taht they are properly tested?  I tried omitting 
the NET: tag for them, but they didn't seem to get the conn test ran (and 
obviously, I wouldn't want to label them NET:Net10, because that also 
will prevent the tests from being ran).

So, I guess for me, Ext is a bit of a misnomer, since it's not just for 
the External IP addresses, but it's also required for any internal 
machines that don't have an external address, that I still want to test?

Thanks again,
-Michael


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index