Will intervlan routing also work if clients and servers are on the same subnet?
We do have a 3750 SMI switch (as the primary switch) and as far as I can tell from http://www.cisco.com/en/US/tech/tk389/tk815/technologies_configuration_example09186a008015f17a.shtml it is supported.
I don't have access to the os of the servers connected to the switch, so a software firewall is not posible.
If I set up a vlan for each port I will be able to define both "in" and "out" acls (as far as I understand) but the servers connected to the switch also need to be able to communicate...
Hi
I'm trying to setup access control lists on my cisco 2960 switch. The idea is that each server connected to a switch port will have its own access control list. Eg. only allow ssh access to a server from a specific IP address.
My problem is that that the switch interface is limited to only...
I noticed that some domains have localized DNS Lookup results. For example if the lookup is performed in the US one IP address is ruturned, while another ip is returned in Europe, etc.
One example is www.google.com:
From Europe:
Non-authoritative answer:
Name: www.l.google.com
Addresses...
Hi
I have a stored procedure [CreateHandle] which will return a one record with a single cell. E.g.:
[Handle]
GDR5H
Now I am trying to call the stored procedure from within another procedure and grab the return value into a variable. So something like this (not the correct syntax):
DECLARE...
Hi
I would like to add a table that takes up 100% of the height of the browser window. I have done this like this:
<table style="height: 100%; width: 780px" border="1" cellpadding="0" cellspacing="0">
That works if I do not include the doctype element, however if I add:
<!DOCTYPE html PUBLIC...
Hi
I'm making some queries to a DNS service with around 2000 zones. I would like to have a query to check if a zone is added to the server. I have made a query like the following:
Select * From MicrosoftDNS_ZONE where DNSServerName="xxx.xxxxxxx.xxx" and Name="xxxxxx.xxx"
The query is working...
All clients do share a common internet connection and should not be able to see each other. It's a pretty simple network. Take a look at this diagram which shows how I plan to implement it: http://www.itu.dk/people/mala/Network.pdf Please note that I do not have access to the Cisco 6509 routers...
I'm thinking of buying a C3750 switch and I'm not sure if I should get the SMI (Static routing only) or the EMI version (full dynamic routing).
I have two primary reasons why to get a layer 3 switch.
1: Redundancy: I have the posibility to connect the switch to two C6509 routers in a...
well, the fact is that we are not using a 192.168 schema, but public IPs on each server. Also most the VLANs will only include 1, 2 or 3 ip adresses... so different subnets for each vlan is not really an option... with the current setup anyway
Hi
I'm looking to omplement a VLAN solution. I have multible subnets and I would like to add VLANs within these subnets based on IP addresses. e.g. 192.168.1.20 and 192.168.1.25 is one VLAN and 192.168.1.23 and 192.168.1.58 is another etc. All VLANs must be able to exchange data with other...
Hi
I have made a trigger that fires when deleting rows. However it returns an empty recordset, and it is not supposed to. How do I change that?
CREATE TRIGGER [Log_Delete_Definition_Source] ON [dbo].[Definition_Source]
FOR DELETE
AS
SET NOCOUNT ON
DECLARE @concept_identifier int,
@page...
Hi
I have a problem with my PIX 515e and some Linux servers. When the servers are behind the firewall it is posible to ping them, but TCP connections seam to be blocked. Other linux servers are runnig fine and Windows servers are fine as well.. as far as I can tell.
I have one line in my...
Hi
I have a problem with my pix 515e. I have one line in my accesslist:
access-list outside-in line 5 permit ip any any
So all trafic through the firewall should be allowed. I do not run NAT and most IP addresses are working fine. However some addresses are not allowed through. It seams...
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.