I started out trying to delegate the entire 10.15.0.0/16 network with the same results using this def. in named.conf:
zone "15.10.in-addr.arpa" {
type master;
file "internal/named.10.15rev";
};
And this in the zone file:
$ORIGIN 15.10.IN-ADDR.ARPA.
@ IN NS ns2.domain.com...
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...
Yes, newbie mistake. You have to create the vlan first (I thought I was assigning an IP address to it as you do in the 3560's, but this isn't so).
1) Create VLAN
- conf t
- vlan <#>
- end
2) Assign IP
- conf t
- int vlan <#>
- ip address <IP> <mask>
3) Assign port
- conf t
- int <type>...
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...
Well, the reason I'd like to do this is because the server in question is running software that communicates to our big UPS (via SNMP on a card on a Liebert 80KVA NPower). This server, the UPS agent, monitors other servers that have a UPS client on them and they in turn talk to the UPS agent as...
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!
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...
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...
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...
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...
We had a situation connecting a Passport 8600 to a Cisco 6509 via SX GBICs on both. Hardcoding the GBICs caused communications to be interrupted frequently until the link just wouldn't connect at all anymore. I remember seeing on a Cisco web page to let gig connections autonegotiate (don't...
Is this a new circuit? Could be the telco...What do your CSU's/DSU's indicate? Do you have to set the speed on the Cabletron as you do on an Enterasys?
i.e. for a HSSI card in slot 14/port 1 running at 34Mb:
port set hs.14.1 wan-encapsulation ppp speed 34000000
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.