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 wOOdy-Soft 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: Cedrick
  • Content: Threads
  • Order by date
  1. Cedrick

    Delegate Reverse Zone

    Hi, I'm trying to delegate a full Class C (10.15.0.0/24) reverse zone on RedHat Ent4/Bind 9.3. Here's the zone file definition in named.conf: zone "0.15.10.in-addr.arpa" { type master; file "internal/named.10.15rev"; }; Here's the contents of named.10.15rev: $TTL 86400 ; 1 day @ IN...
  2. Cedrick

    Catalyst 6500 VLAN Configuration

    Hi, I'm setting up a new 6509 with redundant SUP720/MSFC3's running in native mode, IOS version 12.2(17d)SXB11a. I'm unable to get traffic to pass thru VLAN 4 (which is the first VLAN I've configured). I assigned an IP address and issued no shutdown within interface VLAN 4. I gave...
  3. Cedrick

    Cat 6509 Assign a port to Two VLANS

    Hello, How can you assign a port to two VLANS on a Catalyst 6509? I have a server that I would like to have two IP addresses on and be a member of two VLANS. Thanks!
  4. Cedrick

    Change NIC a Service is Bound to

    Hello, Running W2K server/SP4 with 2 NICs. One NIC has a public IP and the other a private IP. I need a service to be bound to the public NIC. It is the Liebert Multilink service used for UPS communications/shutdowns. After the second NIC with the private IP was added, this service bound...
  5. Cedrick

    Manually Terminate Connection

    Unable to find or remember how to terminate an established connection via the CMD prompt. For example, if you do a netstat -a and want to terminate the connection: C:\>netstat -a Active Connections Proto Local Address Foreign Address State TCP itm-9:3161...
  6. Cedrick

    Copy Files From Laptop to PC Card

    Hi, Does anyone know the name of the software that allows you to copy files from your laptop hard drive to its PC (PCMCIA) card? We had an unsuccessful code upgrade on an ASN router and I remember hearing that there is a program that allows you to take the type II PC card out of the ASN, put...
  7. Cedrick

    Allow Only One IP HTTP Access

    Hello, New to PIX config. We would like to configure PIX to allow only one IP address (a proxy server) outbound access to HTTP related sites? We don't have a Websense server and the examples I've seen to do what we want reference a Websense server. For example: url-server (perimeter) host...
  8. Cedrick

    asynchronous process in a Perl CGI ?

    How can I launch an asynchronous process in a Perl CGI ? Here is my problem (I use Apache 1.3 / ActivePerl on Windows2000) - An HTML form is passed to my Perl CGI - I want my CGI to process the form, launch an "other-script" (a bat file) and to return directly an HTML output to the...

Part and Inventory Search

Back
Top