Ask a Question related to Linux / Unix Administration, Design and Development.
-
Flip #1
Re: how can I tell if a link is up on a NIC?
Thank you Bit and Jerry for your answers! :> I tried the mii-tool and it
seems to be pretty cool. Thanks again.
"Bit Twister" <BitTwister@localhost.localdomain> wrote in message
news:slrnc6m47o.69v.BitTwister@wb.home.invalid...NIC on> On Wed, 31 Mar 2004 13:22:35 -0500, Flip wrote:> > How can I tell through a script/command if a link is up on a specific>> > a firewall/router linux box?
> for me it's
> ping -c 1 -w 2 nic's_gateway_ip_addy_here
> if [ $? -ne 0 ] ; then
> fault_logic_here
> fi
Flip Guest
-
what is the "utility link" and "global link" supposed tobe for?
I'm using a halo template to create a personal website for myself, and at the top of the page, there's options for "utility link" and "global link"... -
Showing the email link from a database link
Hi Does anyone know how to have an email link show when showing the databse info in a repeating table. Here is the link... -
preserve the link to a single Excel cell when updating link
I want to import a single cell from an Excel spreadsheet into InDesign CS. Initially, I am placing a single cell into a text frame and get the... -
how do i link an object in Flash to an HTML link?
hi ppl, i want to make a link on an HTML page to an object (layer) in a flash window - this should be possible for multiple layers using... -
please check this link - and the link is............
And the link is http://www.cre8x.co.uk/cranfieldpool/ "Tony Currie" <tony@coreinnovation.com> wrote in message... -
Timothy J. Bogart #2
Re: how can I tell if a link is up on a NIC?
Flip wrote:
For future reference, you might look at entstat as well, you can query a> Thank you Bit and Jerry for your answers! :> I tried the mii-tool and it
> seems to be pretty cool. Thanks again.
>
>
>
> "Bit Twister" <BitTwister@localhost.localdomain> wrote in message
> news:slrnc6m47o.69v.BitTwister@wb.home.invalid...
>>>>On Wed, 31 Mar 2004 13:22:35 -0500, Flip wrote:
>>>>>How can I tell through a script/command if a link is up on a specific
> NIC on
>>>>>>>a firewall/router linux box?
>>for me it's
>> ping -c 1 -w 2 nic's_gateway_ip_addy_here
>> if [ $? -ne 0 ] ; then
>> fault_logic_here
>> fi
>
>
ton of stuff, and it is built in...
Timothy J. Bogart Guest
-
Timothy J. Bogart #3
Re: how can I tell if a link is up on a NIC?
Timothy J. Bogart wrote:
Ooops, thought I was in comp.unix.aix - please disregard the blather.> Flip wrote:
>> For future reference, you might look at entstat as well, you can query a>> Thank you Bit and Jerry for your answers! :> I tried the mii-tool and it
>> seems to be pretty cool. Thanks again.
>>
>>
>>
>> "Bit Twister" <BitTwister@localhost.localdomain> wrote in message
>> news:slrnc6m47o.69v.BitTwister@wb.home.invalid...
>>>>>>> On Wed, 31 Mar 2004 13:22:35 -0500, Flip wrote:
>>>
>>>> How can I tell through a script/command if a link is up on a specific
>>
>> NIC on
>>>>>>>> a firewall/router linux box?
>>>
>>>
>>> for me it's
>>> ping -c 1 -w 2 nic's_gateway_ip_addy_here
>>> if [ $? -ne 0 ] ; then
>>> fault_logic_here
>>> fi
>>
>>
>>
> ton of stuff, and it is built in...
>
Timothy J. Bogart Guest
-
Flip #4
Re: how can I tell if a link is up on a NIC?
> Ooops, thought I was in comp.unix.aix - please disregard the blather.
haha, I tried that entstat on my RH9 box and it wasn't there, so I thought I
was doing something wrong. Thanks for the heads up. :>
Flip Guest



Reply With Quote

