Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mjoyner
  • Content: Threads
  • Order by date
  1. mjoyner

    Need help converting a UTC string into a timestamp

    I need to convert this string format into a timestamp for mySQL. Here is the format: 17:24:41.410 UTC NOV 11 2009 ****Please NOTICE THE MILLISECOND AFTER THE CURRENT TIME ***** Thanks in advance for helping me out. [root@netwatch ~]# yum remove windows Loaded plugins: fastestmirror Setting...
  2. mjoyner

    shift context......

    I am new to PERL and I thought that shift had to do with arrays. What is this doing? $opt_H = shift unless ($opt_H); And this one too? ($opt_t) || ($opt_t = shift) || ($opt_t = "GAUGE"); If exist OR ????? OR equals "Guage" Thanks [root@netwatch ~]# yum remove windows Loaded plugins...
  3. mjoyner

    AT command from script

    I need to write a nagios plugin that will send a job to the background and return to nagios. If I let nagios wait for the job to finish, it will be 3 minutes. This will hold all other service checks. So what I would like to do it have nagios call a script, and then have the script start the...
  4. mjoyner

    PIX soho setup

    I am trying to install my PIX 515E at home. I have Charter Cable that provides DHCP. I am not sure if its is bridged or NAT'd. When I try to setup my PIX outside interface on the cable modem, my network LED keeps flashing. It smells like a broadcast storm to me. I cannot get a lease on my...
  5. mjoyner

    PIX 6.3 on 515

    I have heard from reliable sources 6.3 is jacked. Would it be recommened to U/G to 8.0 I think I have 16MB flash 32MB ram [root@netwatch ~]# yum remove windows Loaded plugins: fastestmirror Setting up Remove Process No Match for argument: windows No Packages marked for removal OH YEAH!
  6. mjoyner

    PIX ACL question on ICMP

    If I use this ACL: access-list ping permit icmp any any unreachable access-list ping permit icmp any any echo access-list ping permit icmp any any echo-reply access-list ping permit icmp any any time-exceeded access-list ping permit icmp any any source-quench access-list ping permit ip any any...
  7. mjoyner

    Need help simple PAT on PIX515 (easy config)

    I can't PAT into inside. Is it because I am using reserved ip?? On the PIX outside is 172.16.1.2 and inside is 192.168.1.1 I needed to set it up, because CHARTER messes up the DHCP discovery with the PIX. I KNOW ACL IS LOOSE AS WELL AS SSH. It made unrestricted to test, but even unrestricted...

Part and Inventory Search

Back
Top