CodeConnect.Net Beta


   Explore    Entry   Register  Login  
windowsxp-general
access
windows-vista-mail
windows-vista-general
windowsupdate
windowsmedia-player
access-forms
windows-live-mail-desktop
windowsxp-help_and_support
access-queries
access-modulesdaovba
access-formscoding
windows-server-sbs
windows-server-general
access-reports
windows-vista-music_pictures_video
windowsce-platbuilder
windows-live-messenger
windows-terminal_services
windows-powershell
windows-server-active_directory
access-gettingstarted
windows-mediacenter
windowsxp-hardware
windowsxp-network_web
windows-64bit-general
windows-live-sync
windows-vista-hardware_devices
windows-inetexplorer-ie6_outlookexpress
windows-group_policy
windows-server-networking
windows-vista-installation_setup
windows-vista-networking_sharing
windowsxp-basics
access-tablesdbdesign
windowsxp-perform_maintain
windows-vista-performance_maintenance
windows-networking-wireless
windows-vista-file_management
windows-inetexplorer-ie6-browser
windows-server-dns
windows-server-update_services
windows-vista-security
windows-vista-administration_accounts_passwords
windows-vista-games
windows-file_system
access-activexcontrol
windows-live-foldershare
windows-live-photogallery
access-developers-toolkitode
access-conversion




Can Reply:  Yes Members Can Edit: No Online: Yes
Zone: > Microsoft News > microsoft.public.windows.server.dns Tags:
Item Type: Date Entered: 11/12/2009 4:15:59 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 112 Favorited: 0 Favorite
4 Items, 1 Pages 1 |< << Go >> >|
Ed Berlot
NewsGroup User
Changing the IP scope11/12/2009 4:15:59 PM
Reply

0

We are slowly but surely running out of IP space (poor decision was made a few years back) and we are slowly migrating to a Class B address.

Right now my PC's IP would be on the class B address (10.5.x.x) while my DNs Servers are on 192.168.5.100 and 101

Routing between the 2 networks is handled by the firewall, so that works like a charm.

This is where I get little lost?

Obviously using a different IP space my DNS server at 192.168.0.100 is not going get updated.

So 2 questions

1) Would it make sense to create another DNS server and forward any requests outside of the 10.5.x.x address space to the 192.168.0.100 server

2) If I don't do #1 what are the ramifications to my workstations?

Thanks

EggHeadCafe - Software Developer Portal of Choice
IE Behaviors To Turn Keywords Into Hyperlinks
http://www.eggheadcafe.com/tutorials/aspnet/8438eab4-0e07-4265-9693-36f0fb5afcc8/ie-behaviors-to-turn-keyw.aspx
Meinolf Weber [
NewsGroup User
Re: Changing the IP scope11/12/2009 8:30:11 PM
Reply

0

Hello Ed,

If you use 10.5.x.x with a subnet mask 255.255.0.0 (65534 clients) and running
out of addresses, i would use a new subnet and setup routing correct and
your DNS servers should be able to support them also.

Personal i ouwld make the subnet smaller, you have a real big broadcast domain,
with a lot of not needed traffic.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> We are slowly but surely running out of IP space (poor decision was
> made a few years back) and we are slowly migrating to a Class B
> address.
>
> Right now my PC's IP would be on the class B address (10.5.x.x) while
> my DNs Servers are on 192.168.5.100 and 101
>
> Routing between the 2 networks is handled by the firewall, so that
> works like a charm.
>
> This is where I get little lost?
>
> Obviously using a different IP space my DNS server at 192.168.0.100
> is not going get updated.
>
> So 2 questions
>
> 1) Would it make sense to create another DNS server and forward any
> requests outside of the 10.5.x.x address space to the 192.168.0.100
> server
>
> 2) If I don't do #1 what are the ramifications to my workstations?
>
> Thanks
>
> EggHeadCafe - Software Developer Portal of Choice
>
> IE Behaviors To Turn Keywords Into Hyperlinks
>
> http://www.eggheadcafe.com/tutorials/aspnet/8438eab4-0e07-4265-9693-36
> f0fb5afcc8/ie-behaviors-to-turn-keyw.aspx
>


"Ace Fekay [MCT
NewsGroup User
Re: Changing the IP scope11/12/2009 9:17:44 PM
Reply

0

"Ed Berlot" wrote in message
news:20091112111553ed.berlot@tvchannelzero.com...
> We are slowly but surely running out of IP space (poor decision was made a
> few years back) and we are slowly migrating to a Class B address.
>
> Right now my PC's IP would be on the class B address (10.5.x.x) while my
> DNs Servers are on 192.168.5.100 and 101
>
> Routing between the 2 networks is handled by the firewall, so that works
> like a charm.
>
> This is where I get little lost?
>
> Obviously using a different IP space my DNS server at 192.168.0.100 is
> not going get updated.
>
> So 2 questions
>
> 1) Would it make sense to create another DNS server and forward any
> requests outside of the 10.5.x.x address space to the 192.168.0.100 server
>
> 2) If I don't do #1 what are the ramifications to my workstations?
>
> Thanks
>
> EggHeadCafe - Software Developer Portal of Choice
> IE Behaviors To Turn Keywords Into Hyperlinks
> http://www.eggheadcafe.com/tutorials/aspnet/8438eab4-0e07-4265-9693-36f0fb5afcc8/ie-behaviors-to-turn-keyw.aspx

This is not really a DNS question, rather a networking question.

Nonetheless, you can simply use a /23 (255.255.254.0) which will provided up
to 512 hosts, instead of your current /24 (255.255.255.0) that is currently
providing upto 256 hosts. If you need more hosts, such as up to 1024, you
can change the subnet to a /22 (255.255.252.0), this way you don't have to
change the IP scheme, just the subnet. Everything can keep their current IP,
but you would increase the DHCP scope. You would also change the reverse
zone subnet.

Other than that, if you are already routing between two subnets (because the
DNS servers are somewhere else), no change required.


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.



J de Boyne Poll
NewsGroup User
Re: Changing the IP scope11/18/2009 5:24:31 PM
Reply

0

EB> This is where I get little lost?

Yes. (-: What you wrote next shows this:

EB> Obviously using a different IP space my DNS server at
192.168.0.100 =A0is not going get updated.

No. There's nothing obvious about this, because it isn't actually
true.

It's fairly simple, and M. Fekay covers most of it. If you can route
all of the IP traffic around happily, then there really isn't much of
a DNS server issue here at all. The _only_ place where DNS comes into
it is the address-to-name mappings published by your content DNS
server, and there are really two basic issues:

* You need to ensure that Dynamic DNS Update continues to work with
the new IP address information, as your machines are granted DHCP
leases. But only if you are using DHCP in the first place.
* You need to ensure that your content DNS server serves up the
appropriate reverse-lookup "zone" for your new IP address space.

You don't need additional DNS servers. You don't need forwarding
proxy DNS service. The IP address that a content DNS server provides
service upon has nothing to do with _what content it serves_. The
only issue here for DNS is DNS _database content_. As you yourself
said, you've got the IP traffic on the network "working like a charm".

So make sure that you have a "10.in-addr.arpa." zone, and that you've
got it properly configured so that your DHCP server, if you have one,
can update it with address-to-name mappings as it hands out and
revokes leases. If you don't have a DHCP server, and are just using
static mappings, make sure that you've populated the database with
them.

Oh, and by the way: Don't use a "5.10.in-addr.arpa." zone.

<URL:http://homepage.ntlworld.com./jonathan.deboynepollard/FGA/dns-
private-address-split-horizon.html#Subnets>

You've made the mistake of not planning for future expansion once.
Don't make it again. (-: You'll be a good neighbour to the rest of
Internet if you _don't_ allow "*.10.in-addr.arpa." DNS queries to leak
over your borders, moreover.
4 Items, 1 Pages 1 |< << Go >> >|







Similar:

service pack 3 (kb936929)installation

update page fails to load

service pack 1.1 kb 929729 error code 66a

can't print emails

heeelllllppp

updates failing

kb976749 problem

windows update does not start

error when updating vista service pack 280070026

patch management

uninstall updates

update error

no computer sounds

updates check fails & so does manual downloads

could not discover the state of the system. 0x800706be

error code 646

0x80248011 in vista home service pack 2

having trouble getting windows xp sp2 finished

windows update error code 646

windowsupdate.microsoft.com

[vista hp 32] automatic update on but 'never' performed

xp professional to windows 7

automatic update fails to install

windows update agent

sp1 won't update on my computer

windows update vs microsoft update

auto restart

display size

problem installing/configuring kb953660

security update issues

am not received updates........error 80072f8f

update kb955430.....

error code 403 access denied windows xp 32 home windows update

sql server update again & still

error code: 0x8007f070 installing kb926141 on windows xp pro sp3+

problems with windows mobile device center application

vista service pack 2 installation error: code 8007371c

bits path to executable is corrupted

.net runtime stopped

help me in 80070002 error

windows update error 800f020b

unable to open microsoft site...

reboots

error code 80070103

windows xp update fails

kb971486 - update october 2009

0x8019012e for windows update.

failed windows update - win 2k3 we - error code 0x80070005

automatic updates service is getting disabled, can you help

can't get out of safe mode

   
  Privacy | Contact Us
All Times Are GMT