Forum Articles
  Welcome back Join CF
You are here You are here: Home | Forum | DHCP Server

You are currently viewing our boards as a guest which gives you limited access to view most of the discussions, articles and other free features. By joining our Virgin Media community you will have full access to all discussions, be able to view and post threads, communicate privately with other members (PM), respond to polls, upload your own images/photos, and access many other special features. Registration is fast, simple and absolutely free so please join our community today.


Welcome to Cable Forum
Go Back   Cable Forum > Virgin Media Services > Virgin Media Internet Service

DHCP Server
Reply
 
Thread Tools
Old 15-06-2004, 19:00   #16
pedantic
Inactive
 
Join Date: Mar 2004
Location: Swinton
Services: O2 standard
Posts: 2,499
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
Send a message via Yahoo to pedantic
Re: DHCP Server

Quote:
Originally Posted by greencreeper
I would expect that as NTL upgrades and reconfigures the infrastructure some IP addresses will change. Once a week I check all the IPs (UBR, DHCP...) just to make sure nothing has changed and if it has, I update my firewall (ZA Pro). I also guess that as a machine goes searching for a DHCP server to provide it with an IP address, it might not always find the same server. Dunno.
Hi

I understand your point, but how is this new ip showing up in winipcfg ? And to add another twist to this, I log activity on my firewall, and it shows connections to my machine just as it should do. So why is winipcfg showing a different address to the one thats being logged on my firewall ? This is very confusing lol

Regards
pedantic is offline   Reply With Quote
Advertisement
Old 15-06-2004, 19:30   #17
ian@huth
Inactive
 
ian@huth's Avatar
 
Join Date: Jun 2003
Location: Huthwaite, Nottinghamshire
Services: VM 10Mb, TU, 1xSky HD, 2xSky+ (HD,all packs, sports & movies) 2xDVD PVR's, Freesat Freeview & other
Posts: 4,536
ian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronze
ian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronzeian@huth is cast in bronze
Re: DHCP Server

What are the IP addresses involved?
ian@huth is offline   Reply With Quote
Old 15-06-2004, 19:44   #18
pedantic
Inactive
 
Join Date: Mar 2004
Location: Swinton
Services: O2 standard
Posts: 2,499
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
Send a message via Yahoo to pedantic
Re: DHCP Server

Quote:
Originally Posted by ianathuth
What are the IP addresses involved?
My firewall rules are as follows

DHCP rule .......... Allow udp connections on local port 68 from 10.0.80.71 port 67

2nd DHCP.........Allow udp connections on local port 68 from 10.20.48.1 port 67

3rd rule ........ Allow udp outwards on local port 68 to 255.255.255.255 port 67

For as long as I can remember, I have logs from 10.20.48.1 constantly making connections with me.

Even as we speak its constantly making connections with me, but when I run winipcfg, it informes me that DHCP server address is 10.185.16.134 so how is that address making a connection with me (if indeed it is) as my firewall tells me what connections I have currently. And how is that address connecting to me in the first place as I don't give that address permission to connect to me ?

Regards
pedantic is offline   Reply With Quote
Old 15-06-2004, 20:36   #19
Munkeh
Inactive
 
Join Date: Jun 2003
Location: The Mighty Port, oh and on the M4 alot
Services: None
Posts: 44
Munkeh is on a distinguished roadMunkeh is on a distinguished road
Re: DHCP Server

Quote:
Originally Posted by pedantic
My firewall rules are as follows

DHCP rule .......... Allow udp connections on local port 68 from 10.0.80.71 port 67

2nd DHCP.........Allow udp connections on local port 68 from 10.20.48.1 port 67

3rd rule ........ Allow udp outwards on local port 68 to 255.255.255.255 port 67

For as long as I can remember, I have logs from 10.20.48.1 constantly making connections with me.

Even as we speak its constantly making connections with me, but when I run winipcfg, it informes me that DHCP server address is 10.185.16.134 so how is that address making a connection with me (if indeed it is) as my firewall tells me what connections I have currently. And how is that address connecting to me in the first place as I don't give that address permission to connect to me ?

Regards
We're migrating to new dhcp servers at the moment, thats why the address has changed.

The .1 ip is your default gateway, which the initial dhcp discover broadcast is routed through, the subsequent dhcp chatter is unicast so that'll be the .134 address.

You should be able to bin the rules for the .71 ip now

Hope that helpls
Munkeh is offline   Reply With Quote
Old 15-06-2004, 20:42   #20
pedantic
Inactive
 
Join Date: Mar 2004
Location: Swinton
Services: O2 standard
Posts: 2,499
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
Send a message via Yahoo to pedantic
Re: DHCP Server

Hi

So, let me get this right, the .134 is being routed through .1 as I suspected it might ? so I can get rid of the first DHCP rule and leave the other 2 in ?

Regards
pedantic is offline   Reply With Quote
Old 15-06-2004, 20:48   #21
Munkeh
Inactive
 
Join Date: Jun 2003
Location: The Mighty Port, oh and on the M4 alot
Services: None
Posts: 44
Munkeh is on a distinguished roadMunkeh is on a distinguished road
Re: DHCP Server

Quote:
Originally Posted by pedantic
Hi

So, let me get this right, the .134 is being routed through .1 as I suspected it might ? so I can get rid of the first DHCP rule and leave the other 2 in ?

Regards
Yes, feel free to remove the rule for 10.0.80.71 as its no longer in service.

Munkeh is offline   Reply With Quote
Old 15-06-2004, 21:12   #22
pedantic
Inactive
 
Join Date: Mar 2004
Location: Swinton
Services: O2 standard
Posts: 2,499
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
pedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronzepedantic is cast in bronze
Send a message via Yahoo to pedantic
Re: DHCP Server

Thank You for your very informative response, much appreciated.

Regards
pedantic is offline   Reply With Quote
Old 15-06-2004, 21:14   #23
iadom
In the corner, sulking.
 
iadom's Avatar
 
Join Date: Jun 2003
Location: Shaw, Oldham, Lancashire.
Services: 2 TV 360 boxes. 500mb BB, Phone line.
Posts: 8,041
iadom has a nice shiny stariadom has a nice shiny star
iadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny star
Re: DHCP Server

Quote:
Originally Posted by Munkeh
Yes, feel free to remove the rule for 10.0.80.71 as its no longer in service.

Can you confirm that access via STB is still through 10.0.76.70 & 10.0.76.71 in this area.
iadom is offline   Reply With Quote
Old 15-06-2004, 22:31   #24
Munkeh
Inactive
 
Join Date: Jun 2003
Location: The Mighty Port, oh and on the M4 alot
Services: None
Posts: 44
Munkeh is on a distinguished roadMunkeh is on a distinguished road
Re: DHCP Server

Quote:
Originally Posted by iadom
Can you confirm that access via STB is still through 10.0.76.70 & 10.0.76.71 in this area.
Those dhcps have also been taken out of service and traffic migrated to new addresses. (10.185.16.139 & 10.185.16.140 now for your firewall bits n bobs)

HTH

M
Munkeh is offline   Reply With Quote
Old 15-06-2004, 22:38   #25
greencreeper
Inactive
 
Join Date: Nov 2003
Location: Leeds - the dog house
Age: 48
Services: Email me for a current price list
Posts: 8,270
greencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny star
greencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny star
Re: DHCP Server

Just out of curiosity - why do those addresses look more like the address of my area's UBR (10.74.16.1) then my area's DCHP servers (62.252.224.21 & 62.252.224.20)?? Is there no consistency - varies from area to area?
greencreeper is offline   Reply With Quote
Old 15-06-2004, 23:30   #26
Munkeh
Inactive
 
Join Date: Jun 2003
Location: The Mighty Port, oh and on the M4 alot
Services: None
Posts: 44
Munkeh is on a distinguished roadMunkeh is on a distinguished road
Re: DHCP Server

Quote:
Originally Posted by greencreeper
Just out of curiosity - why do those addresses look more like the address of my area's UBR (10.74.16.1) then my area's DCHP servers (62.252.224.21 & 62.252.224.20)?? Is there no consistency - varies from area to area?
The 10.x addresses are classed as private and dont route over the public network, the 62.x addresses are public and do.

You'll be using a cable modem and the other chaps above are likely on bb through the stb, both utililse different architecture for supplying the same service, hence the difference.

Just depends on which service you are using really
Munkeh is offline   Reply With Quote
Old 15-06-2004, 23:53   #27
greencreeper
Inactive
 
Join Date: Nov 2003
Location: Leeds - the dog house
Age: 48
Services: Email me for a current price list
Posts: 8,270
greencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny star
greencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny stargreencreeper has a nice shiny star
Re: DHCP Server

Quote:
Originally Posted by Munkeh
The 10.x addresses are classed as private and dont route over the public network, the 62.x addresses are public and do.

You'll be using a cable modem and the other chaps above are likely on bb through the stb, both utililse different architecture for supplying the same service, hence the difference.

Just depends on which service you are using really
<greencreeper suddenly realises that it's all much more complicated than he first thought>

greencreeper is offline   Reply With Quote
Old 16-06-2004, 06:12   #28
BBKing
R.I.P.
 
BBKing's Avatar
 
Join Date: Jun 2003
Location: London
Services: 20Mb VM CM, Virgin TV
Posts: 5,983
BBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny star
BBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny starBBKing has a nice shiny star
Send a message via ICQ to BBKing
Re: DHCP Server

Ick - didn't occur to me to drop a note to Robin.

Basically the STB platform was DHCP'd using lots of big old slow servers. They're being replaced by smaller, more centralised, faster servers. Easier to maintain, cheaper to run, higher capacity. Win/win situation.

The old servers were placed locally to your UBR. The new ones are placed centrally near all the other Interactive servers. Hence the address change.
BBKing is offline   Reply With Quote
Old 16-06-2004, 08:23   #29
iadom
In the corner, sulking.
 
iadom's Avatar
 
Join Date: Jun 2003
Location: Shaw, Oldham, Lancashire.
Services: 2 TV 360 boxes. 500mb BB, Phone line.
Posts: 8,041
iadom has a nice shiny stariadom has a nice shiny star
iadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny stariadom has a nice shiny star
Re: DHCP Server

Quote:
Originally Posted by Munkeh
Those dhcps have also been taken out of service and traffic migrated to new addresses. (10.185.16.139 & 10.185.16.140 now for your firewall bits n bobs)

HTH

M
Thanks for that, not checked DHCP for a while but have now added the new ones to trusted zone.
iadom is offline   Reply With Quote
Old 16-06-2004, 17:16   #30
Matth
Inactive
 
Join Date: Mar 2004
Services: BB:M, TV:XL, Phone:M, Loyalty
Posts: 2,516
Matth has reached the bronze age
Matth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze ageMatth has reached the bronze age
Re: DHCP Server

My rules allow the two known DHCP servers, the UBR private address, and broadcast address (as remote).

An additional rule allows it if the local address is broadcast - a bit cockeyed, but I had to throw that one in to resolve a problem, as the firewall implied "localhost is ME" without being set.

If your firewall allows it, always best to duplicate, and then disable, the generic DHCP rule, then edit the copy, so that you can quickly revert if you need to.
Matth is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:18.


Server: lithium.zmnt.uk
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum