Welcome to ISAserver.org
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
Firewall Client Software disconnects on VLAN
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
Firewall Client Software disconnects on VLAN - 30.Nov.2002 10:28:00 AM
|
|
|
jruelo
Posts: 22
Joined: 30.Nov.2002
Status: offline
|
We have several VLAN's and the Firewall Client software disconnects after 2-3 minutes on all clients connected to other VLAN's excluding the client that has the same VLAN with the ISA Server internal interface. Because of the firewall clients software disconnection, i implemented the Web Proxy Client type. Any ideas to make my firewall client work in a VLAN environment. Thanks.
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 4.Dec.2002 8:21:00 PM
|
|
|
tshinder
Posts: 47490
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hi J,
Could be a problem with your switch. You might want to swap it out and see if that fixes things.
HTH, Tom
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 7.Dec.2002 1:17:00 PM
|
|
|
spouseele
Posts: 12782
Joined: 1.Jun.2001
From: Belgium
Status: offline
|
Hi J,
we use Extreme layer-3 switches on our internal network with a lot of VLAN's and use DNS exclusively for automatic Firewall and Web client configuration. This is working great without any problem.
Are the Nortel switches layer-2 or layer-3 switches (router function)?
HTH, Stefaan
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 7.Dec.2002 1:40:00 PM
|
|
|
jruelo
Posts: 22
Joined: 30.Nov.2002
Status: offline
|
We're using Nortel: -Business Policy Switches -and core layer 3 switch 8648 TXE The VLAN users is set to DHCP connecting to a DHCP,DNS server that is located remotely via a Nortel router P5430 remote office suite.
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 7.Dec.2002 2:56:00 PM
|
|
|
spouseele
Posts: 12782
Joined: 1.Jun.2001
From: Belgium
Status: offline
|
Hi J,
the cleanest setup in such an environment is: code:
VLAN-1 ---+ ! [switch L3] --- [ISA Server] --- External ! ^^^ VLAN-N ---+ VLAN-0
The key point is to put the ISA server on his own VLAN, preferable directly on the Backbone Switch. This simplifies greatly the routing. The default gateway on the Backbone Layer-3 switch should point to the ISA internal interface. On ISA server define a static persistent route for all not directly connected VLAN's (you can probably aggregate them into one IP range) and use the IP address of the layer-3 switch on VLAN-0 as gateway.
For more details, check out the article mentioned in my previous post.
HTH, Stefaan
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 7.Dec.2002 8:07:00 PM
|
|
|
tshinder
Posts: 47490
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hey guys,
Question:
What's the difference between a "VLAN" and a network ID/network segment? AFAIK, ISA Server has no concept of "VLAN" -- its works at the network layer and above. VLAN is a layer two concept, isn't it?
If not, why confuse things and say thay you have "X, Y, Z on VLAN 1, 2, 3" when the proper nomenclature is "X is on network ID 192.168.1.0/24" and "Y is on network ID 192.168.25.0/24" etc.
It would certainly make discussions of route summarization make more sense
Thanks! Tom [ December 07, 2002, 08:42 PM: Message edited by: tshinder ]
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 7.Dec.2002 11:15:00 PM
|
|
|
spouseele
Posts: 12782
Joined: 1.Jun.2001
From: Belgium
Status: offline
|
Hi Tom,
Virtual LAN (VLAN) technology is used to create logically separate LANs on the same physical switch. In addition, VLANs may be extended beyond a single switch through the use of trunking between the switches. The trunk allows VLANs to exist on multiple switches. To preserve VLAN information across the trunk, the ethernet frame is 'wrapped' in a trunking protocol. This is sometimes called 'tagging'.
You are right to say that VLAN'ing is done at layer 2 of the OSI network model, which means that a layer 3 device (router) is required to get traffic between VLANs (possibly a filtering device). Now, if you look into the admin guides of the so called layer 3 switches, they talk always about VLAN's and routing between VLAN's. Therefore, from the point of view of those devices you create VLAN's and assign a networkID to those VLAN's. So, it is common in such an environment to use the term VLAN instead of networkID.
BTW --- there exists NIC's and drivers for Windows who understand the trunking protocol. Although I never used them, I suppose they create a number of virtual interfaces in the OS so the different VLAN's are distinguishable from each other.
HTH, Stefaan
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 8.Dec.2002 11:40:00 PM
|
|
|
tshinder
Posts: 47490
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hi Stefaan,
Excellent! Looks like something I need to study up on. I understand a large hospital here in the US had a problem with these "trunking protocols" recently, so it seems like a good time for me to learn about these things.
Thanks! Tom
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 14.Dec.2002 2:21:00 PM
|
|
|
spouseele
Posts: 12782
Joined: 1.Jun.2001
From: Belgium
Status: offline
|
Hi jruelo,
if the not directly connected networks are 192.168.11.x/24 up to and including 192.168.27.x/24, you need *four* static persistent routes on ISA: - 192.168.11.X/24 covering 11 - 192.168.12.X/22 covering 12 up to and including 15 - 192.168.16.X/21 covering 16 up to and including 23 - 192.168.24.X/22 covering 24 up to and including 27
Once the routing is setup correctly, it should work flawless unless if you have DNS problems. I read in one of your previous posts that the DHCP and DNS server is located remotely via a Nortel router P5430 remote office suite. May I assume you mean through a WAN link? If that's the case, that doesn't sound like the ideal situation. Can't you put a DHCP/DNS server at the same site as the ISA server?
HTH, Stefaan
|
|
|
|
RE: Firewall Client Software disconnects on VLAN - 15.Dec.2002 1:53:00 PM
|
|
|
spouseele
Posts: 12782
Joined: 1.Jun.2001
From: Belgium
Status: offline
|
Hi jruelo,
OK, it sounds that you should treat building B as another external location. Therefore, I would suggest the following configuration: code:
VLAN-11 ---+ ! [switch L3] --- [ISA Server] --- Internet ! ^^^ ! VLAN-27 ---+ VLAN-10 ! ! DC/DNS/DHCP server v to Bldg B
In my opinion, the crucial part is that you run your own DC, DNS and DHCP server so that you are completely independent of the network in building B. Next, the users should login to your own local domain, otherwise you can't implement user/group based access control. Also, it sounds that the clients in building A just need access to the Citrix servers in building B. If that's the case, you can place the Frame Relay connection to building B on a seperate DMZ interface on ISA. This is another external interface but without a default gateway. So, you should define a static persistent route on ISA to the networkID's in building B.
In order to have a stable and good working ISA server, it is absolute necessary you have first a solid internal DNS infrastructure. It is *not* a good idea to put a DC, DHCP or DNS server on ISA itself. So, you should first setup an internal DC, DHCP and DNS server, and make the ISA server a member server of your internal domain in building A. Next test, test and test again the DNS resolving for internal and external DNS names. I can't stress it enough, many problems with ISA server are directly related to bad ISA interface configurations, routing problems and the lack of a solid DNS infrastructure.
How are the Firewall clients configured? Can you resolve the ISA internal DNS name? Do you have a 'wpad' entry in your internal DNS server to auto discover and configure the Web proxy clients and firewall clients?
For some very good articles about ISA server basic configuration, check out http://www.isaserver.org/Jim_Harrison/ .
HTH, Stefaan
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|