| Home | Register | Members | Search | Links |
![]() |
| Thread Tools | Display Modes |
|
|
|
| |
|
Phillip Windell
Guest
Posts: n/a
|
"Grimmo'" <(E-Mail Removed)> wrote in message
news:CEACB80E-3BE7-469E-BEF3-(E-Mail Removed)... > Exchange has a dedicated interface on a separate NIC with the ip > 81.0.176.164 on subnet 255.255.255.248, which is pingable from inside our > domain, but not from the outside. Do you have a topology map that is accuarte? "Domains" are irrelevant,...they have nothing to do with network connectivity,...domains are a Windows Administration entity only. You are simply dealing with Layer3 routing among several subnets that are all "directly connected" to the Server which is acting as its own router,...can you re-describe the problem with that in mind? > In addition to this, my dhcp clients won't recieve dhcp. DHCP will not work across subnets,...it is broadcast based. For it to work accross subnets with RRAS you must add/configure the DHCP Agent in RRAS. > I found a temp solution earlier by disabling RRAS and enabling ICS, but after > altering my routing table and bindings order for my NIC's (LAN on top), it won't > work at all. That was not a temporary solution, you only created a situation that created a "deception" that made things appear to be working in a certain way when they were not. There is no way that ICS should ever be used in this situation, at all, ever. -- Phillip Windell [MCP, MVP, CCNA] www.wandtv.com |
|
|
|
|
|||
|
|||
|
Grimmo'
Guest
Posts: n/a
|
-- ....::::--- no source, no pay ---::::... "Phillip Windell" wrote: > "Grimmo'" <(E-Mail Removed)> wrote in message > news:CEACB80E-3BE7-469E-BEF3-(E-Mail Removed)... > > Exchange has a dedicated interface on a separate NIC with the ip > > 81.0.176.164 on subnet 255.255.255.248, which is pingable from inside our > > domain, but not from the outside. > > Do you have a topology map that is accuarte? "Domains" are > irrelevant,...they have nothing to do with network connectivity,...domains > are a Windows Administration entity only. > > You are simply dealing with Layer3 routing among several subnets that are > all "directly connected" to the Server which is acting as its own > router,...can you re-describe the problem with that in mind? > > > In addition to this, my dhcp clients won't recieve dhcp. > > DHCP will not work across subnets,...it is broadcast based. For it to work > accross subnets with RRAS you must add/configure the DHCP Agent in RRAS. > > > I found a temp solution earlier by disabling RRAS and enabling ICS, but > after > > altering my routing table and bindings order for my NIC's (LAN on top), it > won't > > work at all. > > That was not a temporary solution, you only created a situation that created > a "deception" that made things appear to be working in a certain way when > they were not. There is no way that ICS should ever be used in this > situation, at all, ever. > > -- > > Phillip Windell [MCP, MVP, CCNA] > www.wandtv.com > > > > |
|
|
|
|
|||
|
|||
|
Grimmo'
Guest
Posts: n/a
|
sorry, forgot some basic info:
the dhcp relay agent is configured on both lan and wan interface (not the gateway nic). you are talking aboud broadcasting for the dhcp relay agent, do you mean that i should add a brodcast ip to the wan interface adapter? I have a reserved broadcast ip (81.0.176.167) that i could add, and a gw ip (81.0.176.166), both on subnet 255.255.255.248. I don't think that will make any difference to my problem, my main concern is to make the servers routing work for my dhcp clients. should I change the order of the adapter- an client bindings? the bindings for providers are: Windows Networks Terminal Services Web Client Adapter order is: LAN 192.168.16.2 Wan 81.0.176.164 Wan 195.1.30.229 (dgw 195.1.30.230) RAS Connections File/printer sharing and Client for MS Networks are only enabled on the lan adapter. hope this provides you with a little more help :-) ....::::--- no source, no pay ---::::... "Phillip Windell" wrote: > "Grimmo'" <(E-Mail Removed)> wrote in message > news:CEACB80E-3BE7-469E-BEF3-(E-Mail Removed)... > > Exchange has a dedicated interface on a separate NIC with the ip > > 81.0.176.164 on subnet 255.255.255.248, which is pingable from inside our > > domain, but not from the outside. > > Do you have a topology map that is accuarte? "Domains" are > irrelevant,...they have nothing to do with network connectivity,...domains > are a Windows Administration entity only. > > You are simply dealing with Layer3 routing among several subnets that are > all "directly connected" to the Server which is acting as its own > router,...can you re-describe the problem with that in mind? > > > In addition to this, my dhcp clients won't recieve dhcp. > > DHCP will not work across subnets,...it is broadcast based. For it to work > accross subnets with RRAS you must add/configure the DHCP Agent in RRAS. > > > I found a temp solution earlier by disabling RRAS and enabling ICS, but > after > > altering my routing table and bindings order for my NIC's (LAN on top), it > won't > > work at all. > > That was not a temporary solution, you only created a situation that created > a "deception" that made things appear to be working in a certain way when > they were not. There is no way that ICS should ever be used in this > situation, at all, ever. > > -- > > Phillip Windell [MCP, MVP, CCNA] > www.wandtv.com > > > > |
|
|
|
|
|||
|
|||
|
Bill Grant
Guest
Posts: n/a
|
Like Phillip I am not at all sure what you are trying to do here. But
here is a bit of advice. It is too complex. Running multiple NICs in a DC is a bad idea. Using a DC as a router is a bad idea. Using a DC for remote access is a bad idea. It can be done (else SBS wouldn't exist) but it can be a real pain. You will find it all much simpler if you use a separate machine for routing and remote access. Why are you trying to run DHCP relay? Aren't all your DHCP clients on the local LAN? Remember that the DHCP service must be authorised in AD before it will work. Grimmo' wrote: > sorry, forgot some basic info: > > the dhcp relay agent is configured on both lan and wan interface (not > the gateway nic). you are talking aboud broadcasting for the dhcp > relay agent, do you mean that i should add a brodcast ip to the wan > interface adapter? I have a reserved broadcast ip (81.0.176.167) that > i could add, and a gw ip (81.0.176.166), both on subnet > 255.255.255.248. I don't think that will make any difference to my > problem, my main concern is to make the servers routing work for my > dhcp clients. > > should I change the order of the adapter- an client bindings? > > the bindings for providers are: > > Windows Networks > Terminal Services > Web Client > > Adapter order is: > > LAN 192.168.16.2 > Wan 81.0.176.164 > Wan 195.1.30.229 (dgw 195.1.30.230) > RAS Connections > > File/printer sharing and Client for MS Networks are only enabled on > the lan adapter. > > > hope this provides you with a little more help :-) > > ...::::--- no source, no pay ---::::... > > > "Phillip Windell" wrote: > >> "Grimmo'" <(E-Mail Removed)> wrote in message >> news:CEACB80E-3BE7-469E-BEF3-(E-Mail Removed)... >>> Exchange has a dedicated interface on a separate NIC with the ip >>> 81.0.176.164 on subnet 255.255.255.248, which is pingable from >>> inside our domain, but not from the outside. >> >> Do you have a topology map that is accuarte? "Domains" are >> irrelevant,...they have nothing to do with network >> connectivity,...domains are a Windows Administration entity only. >> >> You are simply dealing with Layer3 routing among several subnets >> that are all "directly connected" to the Server which is acting as >> its own router,...can you re-describe the problem with that in mind? >> >>> In addition to this, my dhcp clients won't recieve dhcp. >> >> DHCP will not work across subnets,...it is broadcast based. For it >> to work accross subnets with RRAS you must add/configure the DHCP >> Agent in RRAS. >> >>> I found a temp solution earlier by disabling RRAS and enabling ICS, >>> but after altering my routing table and bindings order for my NIC's >>> (LAN on top), it won't work at all. >> >> That was not a temporary solution, you only created a situation that >> created a "deception" that made things appear to be working in a >> certain way when they were not. There is no way that ICS should >> ever be used in this situation, at all, ever. >> >> -- >> >> Phillip Windell [MCP, MVP, CCNA] >> www.wandtv.com |
|
|
|
|
|||
|
|||
|
Grimmo'
Guest
Posts: n/a
|
hello, bill!!
apprreciate your advice, and concurr with your and Philip's toughts. I'd really like to understand, and implement your configl if I only knew that you understand the issues taht I am targeting.... that really shouldn't be that complicated. But, afterall, it obvioously seems it is... I see that it isn't such a good idea to use my pdc as an rras/vpn/gateway server, but for my company it is indeed a cost issue. I have a HP pl 140 that is supposed to act as our webserver outside our local domain (NO other roles), and a custom built sql server running MBS Navision (NOT to be visible to the internet). I need to have a server that routes our dhcp clients to the internet, also being able to connect to their exchange mailboxes (assuring that they can send/ recieve email), resolving DNS names and lookup wins names. due to the routing table, and the netdiag/dcdiag tables provided for you (top of this post), the tasks should be obvious, but the resolution might be much less obvious. I have been workingg really late night shifts trying to solve this problem, but haven't gotten there yet... ....::::--- no source, no pay ---::::... "Bill Grant" wrote: > Like Phillip I am not at all sure what you are trying to do here. But > here is a bit of advice. It is too complex. Running multiple NICs in a DC is > a bad idea. Using a DC as a router is a bad idea. Using a DC for remote > access is a bad idea. It can be done (else SBS wouldn't exist) but it can be > a real pain. You will find it all much simpler if you use a separate machine > for routing and remote access. > > Why are you trying to run DHCP relay? Aren't all your DHCP clients on > the local LAN? Remember that the DHCP service must be authorised in AD > before it will work. > > Grimmo' wrote: > > sorry, forgot some basic info: > > > > the dhcp relay agent is configured on both lan and wan interface (not > > the gateway nic). you are talking aboud broadcasting for the dhcp > > relay agent, do you mean that i should add a brodcast ip to the wan > > interface adapter? I have a reserved broadcast ip (81.0.176.167) that > > i could add, and a gw ip (81.0.176.166), both on subnet > > 255.255.255.248. I don't think that will make any difference to my > > problem, my main concern is to make the servers routing work for my > > dhcp clients. > > > > should I change the order of the adapter- an client bindings? > > > > the bindings for providers are: > > > > Windows Networks > > Terminal Services > > Web Client > > > > Adapter order is: > > > > LAN 192.168.16.2 > > Wan 81.0.176.164 > > Wan 195.1.30.229 (dgw 195.1.30.230) > > RAS Connections > > > > File/printer sharing and Client for MS Networks are only enabled on > > the lan adapter. > > > > > > hope this provides you with a little more help :-) > > > > ...::::--- no source, no pay ---::::... > > > > > > "Phillip Windell" wrote: > > > >> "Grimmo'" <(E-Mail Removed)> wrote in message > >> news:CEACB80E-3BE7-469E-BEF3-(E-Mail Removed)... > >>> Exchange has a dedicated interface on a separate NIC with the ip > >>> 81.0.176.164 on subnet 255.255.255.248, which is pingable from > >>> inside our domain, but not from the outside. > >> > >> Do you have a topology map that is accuarte? "Domains" are > >> irrelevant,...they have nothing to do with network > >> connectivity,...domains are a Windows Administration entity only. > >> > >> You are simply dealing with Layer3 routing among several subnets > >> that are all "directly connected" to the Server which is acting as > >> its own router,...can you re-describe the problem with that in mind? > >> > >>> In addition to this, my dhcp clients won't recieve dhcp. > >> > >> DHCP will not work across subnets,...it is broadcast based. For it > >> to work accross subnets with RRAS you must add/configure the DHCP > >> Agent in RRAS. > >> > >>> I found a temp solution earlier by disabling RRAS and enabling ICS, > >>> but after altering my routing table and bindings order for my NIC's > >>> (LAN on top), it won't work at all. > >> > >> That was not a temporary solution, you only created a situation that > >> created a "deception" that made things appear to be working in a > >> certain way when they were not. There is no way that ICS should > >> ever be used in this situation, at all, ever. > >> > >> -- > >> > >> Phillip Windell [MCP, MVP, CCNA] > >> www.wandtv.com > > > |
|
|
|
|
|||
|
|||
|
Bill Grant
Guest
Posts: n/a
|
OK. Let's look at just the routing question. The LAN you have set up is
using private IP addresses. These cannot be seen from the Internet, and they cannot access the Internet without address translation. ICS is not suitable for use with Active Directory, so you need to use RRAS/NAT on your routing server. This will give your private LAN access to the Internet (but it will not give machines on the "public" side of the NAT router access to the private LAN). The default config for NAT is not suitable for an AD domain setup. You need to use the local DNS server for AD, and you want to use your local DHCP server. So you do not give NAT a pool of addresses to use for its DHCP-style allocator, and you do not enable the name resolution option in NAT (which is just a DNS proxy). You modify your local DNS server so that it forwards requests which it cannot resolve itself to a public DNS service (such as your ISP). You configure your DHCP scope so that it allocates your local server IP (192.168.16.2) as the default gateway and the DNS server for the LAN clients. You authorise the DHCP server in AD so that it will operate. Your LAN setup should now look like this. Internet | router 195.1.30.230 | 195.1.30.229 dg 195.1.30.230 RRAS/NAT 192.168.16.2 dg blank | LAN clients 192.168.16.x dg 192.158.16.2 The LAN clients can access the Internet because of NAT on the server. This allows them to share the server's public Internet connection. They can resolve URLs because the local DNS server forwards requests to a public DNS server. Grimmo' wrote: > hello, bill!! > > apprreciate your advice, and concurr with your and Philip's toughts. > I'd really like to understand, and implement your configl if I only > knew that you understand the issues taht I am targeting.... that > really shouldn't be that complicated. But, afterall, it obvioously > seems it is... > > I see that it isn't such a good idea to use my pdc as an > rras/vpn/gateway server, but for my company it is indeed a cost > issue. I have a HP pl 140 that is supposed to act as our webserver > outside our local domain (NO other roles), and a custom built sql > server running MBS Navision (NOT to be visible to the internet). > > I need to have a server that routes our dhcp clients to the internet, > also being able to connect to their exchange mailboxes (assuring that > they can send/ recieve email), resolving DNS names and lookup wins > names. > > due to the routing table, and the netdiag/dcdiag tables provided for > you (top of this post), the tasks should be obvious, but the > resolution might be much less obvious. > > I have been workingg really late night shifts trying to solve this > problem, but haven't gotten there yet... > > > > > ...::::--- no source, no pay ---::::... > > > "Bill Grant" wrote: > >> Like Phillip I am not at all sure what you are trying to do >> here. But here is a bit of advice. It is too complex. Running >> multiple NICs in a DC is a bad idea. Using a DC as a router is a bad >> idea. Using a DC for remote access is a bad idea. It can be done >> (else SBS wouldn't exist) but it can be a real pain. You will find >> it all much simpler if you use a separate machine for routing and >> remote access. >> >> Why are you trying to run DHCP relay? Aren't all your DHCP >> clients on the local LAN? Remember that the DHCP service must be >> authorised in AD before it will work. >> >> Grimmo' wrote: >>> sorry, forgot some basic info: >>> >>> the dhcp relay agent is configured on both lan and wan interface >>> (not the gateway nic). you are talking aboud broadcasting for the >>> dhcp relay agent, do you mean that i should add a brodcast ip to >>> the wan interface adapter? I have a reserved broadcast ip >>> (81.0.176.167) that i could add, and a gw ip (81.0.176.166), both >>> on subnet 255.255.255.248. I don't think that will make any >>> difference to my problem, my main concern is to make the servers >>> routing work for my dhcp clients. >>> >>> should I change the order of the adapter- an client bindings? >>> >>> the bindings for providers are: >>> >>> Windows Networks >>> Terminal Services >>> Web Client >>> >>> Adapter order is: >>> >>> LAN 192.168.16.2 >>> Wan 81.0.176.164 >>> Wan 195.1.30.229 (dgw 195.1.30.230) >>> RAS Connections >>> >>> File/printer sharing and Client for MS Networks are only enabled on >>> the lan adapter. >>> >>> >>> hope this provides you with a little more help :-) >>> >>> ...::::--- no source, no pay ---::::... >>> >>> >>> "Phillip Windell" wrote: >>> >>>> "Grimmo'" <(E-Mail Removed)> wrote in message >>>> news:CEACB80E-3BE7-469E-BEF3-(E-Mail Removed)... >>>>> Exchange has a dedicated interface on a separate NIC with the ip >>>>> 81.0.176.164 on subnet 255.255.255.248, which is pingable from >>>>> inside our domain, but not from the outside. >>>> >>>> Do you have a topology map that is accuarte? "Domains" are >>>> irrelevant,...they have nothing to do with network >>>> connectivity,...domains are a Windows Administration entity only. >>>> >>>> You are simply dealing with Layer3 routing among several subnets >>>> that are all "directly connected" to the Server which is acting as >>>> its own router,...can you re-describe the problem with that in >>>> mind? >>>> >>>>> In addition to this, my dhcp clients won't recieve dhcp. >>>> >>>> DHCP will not work across subnets,...it is broadcast based. For it >>>> to work accross subnets with RRAS you must add/configure the DHCP >>>> Agent in RRAS. >>>> >>>>> I found a temp solution earlier by disabling RRAS and enabling >>>>> ICS, but after altering my routing table and bindings order for >>>>> my NIC's (LAN on top), it won't work at all. >>>> >>>> That was not a temporary solution, you only created a situation >>>> that created a "deception" that made things appear to be working >>>> in a certain way when they were not. There is no way that ICS >>>> should ever be used in this situation, at all, ever. >>>> >>>> -- >>>> >>>> Phillip Windell [MCP, MVP, CCNA] >>>> www.wandtv.com |
|
|
|
|
|||
|
|||
|
|
|
| |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Routing Issue | Richard Edwards | Windows Networking | 4 | 05-15-2006 04:14 PM |
| possible routing issue? | tawright915 | Windows Networking | 7 | 03-02-2006 09:54 PM |
| Need Help With Routing Issue | Will | Windows Networking | 1 | 04-21-2005 02:29 PM |
| Routing issue | =?Utf-8?B?Sm9obg==?= | Windows Networking | 1 | 12-10-2004 02:59 PM |
| PPTP Client Routing Issue | Ken Morris | Linux Networking | 0 | 12-01-2003 03:43 PM |
Forum Software Powered by vBulletin®, Copyright Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc. |



Linear Mode

