Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2005 19:30:06 -0500
From:      Phusion <phusion2k@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Help with Expect
Message-ID:  <c3ed3fdc0505221730c273026@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I need some help with an expect script I'm trying to write. Here's
what I would like to do.

- Ping the host to see if it's up.
  a. If the host responds to pings telnet into it.
  b. If the host doesn't respond to pings write that to a log file and
close the expect script properly.

The host does respond to pings. I was thinking if I see a ttl in the
response packet to assume it's up and telnet into it. Let me know how
I can do the following with expect. Also, how do I close an expect
script properly? Thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c3ed3fdc0505221730c273026>