Jump to content

Getting a diffrent ip from the rest of the network


Recommended Posts

Guest MSExchangeStudent
Posted

hi guys

 

The request is as follows...my dhcp dish out ip's in the range of

192.168.150.x. Now, we have tenants that must live on a different subnet and

must get ip's like 192.168.250.x. How do i set this up? What can i google

for to help me in this regard. thanks for the help

  • Replies 7
  • Created
  • Last Reply

Popular Days

Guest Meinolf Weber
Posted

Re: Getting a diffrent ip from the rest of the network

 

Hello MSExchangeStudent,

 

If they are in a different subnet, install a DHCP server in that subnet or

you must have a router which supports bootp or you have to install a DHCP

relay agent in the other subnet which forwards the DHCP request to your server,

which needs an additional scope for the new subnet.

 

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

> hi guys

>

> The request is as follows...my dhcp dish out ip's in the range of

> 192.168.150.x. Now, we have tenants that must live on a different

> subnet and must get ip's like 192.168.250.x. How do i set this up?

> What can i google for to help me in this regard. thanks for the help

>

Guest MSExchangeStudent
Posted

Re: Getting a diffrent ip from the rest of the network

 

Hi

 

Based on the info i gave in my first post ....do one call that different

subnets or how do i know they are on different subnets or not? Can't i just

create a new scope in my current DHCP server?

 

 

"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

news:ff16fb66862678ca3b93107f3929@msnews.microsoft.com...

> Hello MSExchangeStudent,

>

> If they are in a different subnet, install a DHCP server in that subnet or

> you must have a router which supports bootp or you have to install a DHCP

> relay agent in the other subnet which forwards the DHCP request to your

> server, which needs an additional scope for the new subnet.

>

> 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

>

>> hi guys

>>

>> The request is as follows...my dhcp dish out ip's in the range of

>> 192.168.150.x. Now, we have tenants that must live on a different

>> subnet and must get ip's like 192.168.250.x. How do i set this up?

>> What can i google for to help me in this regard. thanks for the help

>>

>

>

Guest MSExchangeStudent
Posted

Re: Getting a diffrent ip from the rest of the network

 

OK, i got the first part...just read now you need to create a scope. this

scope will contain the new adress range that i want for example

192.168.250.x. Question: how do i get a pc to get a ip from that scope and

not the original (19.168.150.x) one?

 

 

"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

news:ff16fb66862678ca3b93107f3929@msnews.microsoft.com...

> Hello MSExchangeStudent,

>

> If they are in a different subnet, install a DHCP server in that subnet or

> you must have a router which supports bootp or you have to install a DHCP

> relay agent in the other subnet which forwards the DHCP request to your

> server, which needs an additional scope for the new subnet.

>

> 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

>

>> hi guys

>>

>> The request is as follows...my dhcp dish out ip's in the range of

>> 192.168.150.x. Now, we have tenants that must live on a different

>> subnet and must get ip's like 192.168.250.x. How do i set this up?

>> What can i google for to help me in this regard. thanks for the help

>>

>

>

Guest Meinolf Weber
Posted

Re: Getting a diffrent ip from the rest of the network

 

Hello MSExchangeStudent,

 

DHCP relay agent or bootp, which the router must support and the client will

get the address from the subnet.

 

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

> OK, i got the first part...just read now you need to create a scope.

> this scope will contain the new adress range that i want for example

> 192.168.250.x. Question: how do i get a pc to get a ip from that scope

> and not the original (19.168.150.x) one?

>

> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

> news:ff16fb66862678ca3b93107f3929@msnews.microsoft.com...

>

>> Hello MSExchangeStudent,

>>

>> If they are in a different subnet, install a DHCP server in that

>> subnet or you must have a router which supports bootp or you have to

>> install a DHCP relay agent in the other subnet which forwards the

>> DHCP request to your server, which needs an additional scope for the

>> new subnet.

>>

>> 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

>>> hi guys

>>>

>>> The request is as follows...my dhcp dish out ip's in the range of

>>> 192.168.150.x. Now, we have tenants that must live on a different

>>> subnet and must get ip's like 192.168.250.x. How do i set this up?

>>> What can i google for to help me in this regard. thanks for the help

>>>

Guest Meinolf Weber
Posted

Re: Getting a diffrent ip from the rest of the network

 

Hello MSExchangeStudent,

 

Bootp:

http://www.docs.hp.com/en/B2355-90685/ch05s02.html

 

DHCP relay agent:

http://technet2.microsoft.com/windowsserver/en/library/b18e9fb8-fec8-4d47-9869-0cbe55d438d21033.mspx

 

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

> OK, i got the first part...just read now you need to create a scope.

> this scope will contain the new adress range that i want for example

> 192.168.250.x. Question: how do i get a pc to get a ip from that scope

> and not the original (19.168.150.x) one?

>

> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

> news:ff16fb66862678ca3b93107f3929@msnews.microsoft.com...

>

>> Hello MSExchangeStudent,

>>

>> If they are in a different subnet, install a DHCP server in that

>> subnet or you must have a router which supports bootp or you have to

>> install a DHCP relay agent in the other subnet which forwards the

>> DHCP request to your server, which needs an additional scope for the

>> new subnet.

>>

>> 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

>>> hi guys

>>>

>>> The request is as follows...my dhcp dish out ip's in the range of

>>> 192.168.150.x. Now, we have tenants that must live on a different

>>> subnet and must get ip's like 192.168.250.x. How do i set this up?

>>> What can i google for to help me in this regard. thanks for the help

>>>

Guest MSExchangeStudent
Posted

Re: Getting a diffrent ip from the rest of the network

 

Thank you Meinolf, seeing that i don't know anything about routers i will

have to investigate the DHCP relay agent.

 

"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

news:ff16fb66862738ca3b9a1eb348e9@msnews.microsoft.com...

> Hello MSExchangeStudent,

>

> Bootp:

> http://www.docs.hp.com/en/B2355-90685/ch05s02.html

>

> DHCP relay agent:

> http://technet2.microsoft.com/windowsserver/en/library/b18e9fb8-fec8-4d47-9869-0cbe55d438d21033.mspx

>

> 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

>

>> OK, i got the first part...just read now you need to create a scope.

>> this scope will contain the new adress range that i want for example

>> 192.168.250.x. Question: how do i get a pc to get a ip from that scope

>> and not the original (19.168.150.x) one?

>>

>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

>> news:ff16fb66862678ca3b93107f3929@msnews.microsoft.com...

>>

>>> Hello MSExchangeStudent,

>>>

>>> If they are in a different subnet, install a DHCP server in that

>>> subnet or you must have a router which supports bootp or you have to

>>> install a DHCP relay agent in the other subnet which forwards the

>>> DHCP request to your server, which needs an additional scope for the

>>> new subnet.

>>>

>>> 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

>>>> hi guys

>>>>

>>>> The request is as follows...my dhcp dish out ip's in the range of

>>>> 192.168.150.x. Now, we have tenants that must live on a different

>>>> subnet and must get ip's like 192.168.250.x. How do i set this up?

>>>> What can i google for to help me in this regard. thanks for the help

>>>>

>

>

Guest Lanwench [MVP - Exchange]
Posted

Re: Getting a diffrent ip from the rest of the network

 

MSExchangeStudent <exchangestudent@newsgroups.com> wrote:

> Thank you Meinolf, seeing that i don't know anything about routers i

> will have to investigate the DHCP relay agent.

 

You'll need to learn something about routers, or VLANs, in order to do this.

The DHCP relay agent implies that you've got these two networks set up &

connected via a router already.

>

> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

> news:ff16fb66862738ca3b9a1eb348e9@msnews.microsoft.com...

>> Hello MSExchangeStudent,

>>

>> Bootp:

>> http://www.docs.hp.com/en/B2355-90685/ch05s02.html

>>

>> DHCP relay agent:

>> http://technet2.microsoft.com/windowsserver/en/library/b18e9fb8-fec8-4d47-9869-0cbe55d438d21033.mspx

>>

>> 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

>>

>>> OK, i got the first part...just read now you need to create a scope.

>>> this scope will contain the new adress range that i want for example

>>> 192.168.250.x. Question: how do i get a pc to get a ip from that

>>> scope and not the original (19.168.150.x) one?

>>>

>>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message

>>> news:ff16fb66862678ca3b93107f3929@msnews.microsoft.com...

>>>

>>>> Hello MSExchangeStudent,

>>>>

>>>> If they are in a different subnet, install a DHCP server in that

>>>> subnet or you must have a router which supports bootp or you have

>>>> to install a DHCP relay agent in the other subnet which forwards

>>>> the DHCP request to your server, which needs an additional scope

>>>> for the new subnet.

>>>>

>>>> 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

>>>>> hi guys

>>>>>

>>>>> The request is as follows...my dhcp dish out ip's in the range of

>>>>> 192.168.150.x. Now, we have tenants that must live on a different

>>>>> subnet and must get ip's like 192.168.250.x. How do i set this up?

>>>>> What can i google for to help me in this regard. thanks for the

>>>>> help


×
×
  • Create New...