| Author |
Message |
Igor
Guest
|
Posted:
Tue Nov 01, 2005 5:50 pm Post subject:
Add network help |
|
|
Hello all, i need help with my problem , i will explain:
I have 2 locations both connected with T1 router, 1 domain
Location A - 193.106.10.0 - 255.255.255.0
BDC, DNS, DHCP
Location B - 193.106.20.0 - 255.255.255.0
PDC, DNS, DHCP
I am running low on IP addresses on location B, what can be done in easy
steps to expand somehow location B network so the location A will be on the
same network as the location B and i location B will have more ip addresses
to use? |
|
| Back to top |
|
 |
Eugene Taylor
Guest
|
Posted:
Tue Nov 01, 2005 5:50 pm Post subject:
Re: Add network help |
|
|
Those are routable ip addresses you either need to contact your isp to
assign you more ip addresses or setup NAT and use private ip addresses on
the inside of your network i.e. the 10.xx.xx.xx subnet.
"Igor" <Igor@discussions.microsoft.com> wrote in message
news:DD0E6930-789D-46AC-97B8-8C3D5278EE84@microsoft.com...
| Quote: | Hello all, i need help with my problem , i will explain:
I have 2 locations both connected with T1 router, 1 domain
Location A - 193.106.10.0 - 255.255.255.0
BDC, DNS, DHCP
Location B - 193.106.20.0 - 255.255.255.0
PDC, DNS, DHCP
I am running low on IP addresses on location B, what can be done in easy
steps to expand somehow location B network so the location A will be on
the
same network as the location B and i location B will have more ip
addresses
to use? |
|
|
| Back to top |
|
 |
Igor
Guest
|
Posted:
Tue Nov 01, 2005 5:50 pm Post subject:
Re: Add network help |
|
|
these are NOT public ip addresses - its all private, the person who did setup
in the beginning started this.
So i cannot contact ISP because its private IP addresses.
I need more details on resolving this problem.
Thanks
"Eugene Taylor" wrote:
| Quote: | Those are routable ip addresses you either need to contact your isp to
assign you more ip addresses or setup NAT and use private ip addresses on
the inside of your network i.e. the 10.xx.xx.xx subnet.
"Igor" <Igor@discussions.microsoft.com> wrote in message
news:DD0E6930-789D-46AC-97B8-8C3D5278EE84@microsoft.com...
Hello all, i need help with my problem , i will explain:
I have 2 locations both connected with T1 router, 1 domain
Location A - 193.106.10.0 - 255.255.255.0
BDC, DNS, DHCP
Location B - 193.106.20.0 - 255.255.255.0
PDC, DNS, DHCP
I am running low on IP addresses on location B, what can be done in easy
steps to expand somehow location B network so the location A will be on
the
same network as the location B and i location B will have more ip
addresses
to use?
|
|
|
| Back to top |
|
 |
Neteng
Guest
|
Posted:
Tue Nov 01, 2005 9:50 pm Post subject:
Re: Add network help |
|
|
Igor-
As Eugene stated these are public IP addresses (hosted in France) and you
should change your addressing to RFC1918 addresses. Currently you are
routing between the two subnets. Later in your msg you stated you wanted
both sites on the same subnet. This is bridging. Unless there is a specific
reason to bridge (which I don't believe there is since your not doing it
today), continue to route between the sites. You can add another router or
interface to your current router and add another subnet off of it. You will
incur additional hardware costs, but it will be the best performing. You
second option is to change the subnet mask to increase the number of hosts.
Below is an example:
Change 193.106.20.0 - 255.255.255.0
to 192.168.2.0 255.255.254.0 which gives you 510 hosts.
"Igor" <Igor@discussions.microsoft.com> wrote in message
news:F41AEE1D-05A7-4B1A-8AB6-34782D8268EC@microsoft.com...
| Quote: | these are NOT public ip addresses - its all private, the person who did
setup
in the beginning started this.
So i cannot contact ISP because its private IP addresses.
I need more details on resolving this problem.
Thanks
"Eugene Taylor" wrote:
Those are routable ip addresses you either need to contact your isp to
assign you more ip addresses or setup NAT and use private ip addresses
on
the inside of your network i.e. the 10.xx.xx.xx subnet.
"Igor" <Igor@discussions.microsoft.com> wrote in message
news:DD0E6930-789D-46AC-97B8-8C3D5278EE84@microsoft.com...
Hello all, i need help with my problem , i will explain:
I have 2 locations both connected with T1 router, 1 domain
Location A - 193.106.10.0 - 255.255.255.0
BDC, DNS, DHCP
Location B - 193.106.20.0 - 255.255.255.0
PDC, DNS, DHCP
I am running low on IP addresses on location B, what can be done in
easy
steps to expand somehow location B network so the location A will be
on
the
same network as the location B and i location B will have more ip
addresses
to use?
|
|
|
| Back to top |
|
 |
|
|
|
|