Networking Forums

Networking Forums > Computer Networking > Broadband > Configuring multiple Static IP address in Speedtouch 546 v6

Reply
Thread Tools Display Modes

Configuring multiple Static IP address in Speedtouch 546 v6

 
 
Nirvana
Guest
Posts: n/a

 
      08-06-2007, 01:21 PM
Hi All,
I've broadband connection, Speedtouch 546 v6 router and i'm running
various servers (Web, e-mail etc) on Windows 2003+IIS 6.0

I've 8 static IP addresses provided by ISP which I wish to use so that
I can assign websites on different static IP Addresses.

Can anyone help me in setting up router for multiple static IP
Addresses? IT may not be speedtouch specific but can be general method
to set up multiple static IP Address.

At present I use NAT with single Static IP address and all servers
have same public static IP address.

Cheers

 
Reply With Quote
 
 
 
 
Nirvana
Guest
Posts: n/a

 
      08-06-2007, 01:31 PM
On Aug 6, 2:21 pm, Nirvana <param_nirv...@yahoo.com> wrote:
> Hi All,
> I've broadband connection, Speedtouch 546 v6 router and i'm running
> various servers (Web, e-mail etc) on Windows 2003+IIS 6.0
>
> I've 8 static IP addresses provided by ISP which I wish to use so that
> I can assign websites on different static IP Addresses.
>
> Can anyone help me in setting up router for multiple static IP
> Addresses? IT may not be speedtouch specific but can be general method
> to set up multiple static IP Address.
>
> At present I use NAT with single Static IP address and all servers
> have same public static IP address.
>
> Cheers


I've been doing search on this and came to conclusion that
1) I need to get rid of NAT (Is this true)
2) Setup Static IP/Mask in router the way it is setup for Ethernet
addresses.
3) Assign these Static IP addresses to the Server
- This one seems to be tricky. Do I need to create multiple IP
Addresses on Server or Point all Static IP addresses to single IP
address on Server?
Since NAT has to be disabled then it seems that I can't use local IP
addresses and point static IPs to them?


 
Reply With Quote
 
Anthony R. Gold
Guest
Posts: n/a

 
      08-06-2007, 02:35 PM
On Mon, 06 Aug 2007 06:21:38 -0700, Nirvana <(E-Mail Removed)>
wrote:

> I've broadband connection, Speedtouch 546 v6 router and i'm running
> various servers (Web, e-mail etc) on Windows 2003+IIS 6.0
>
> I've 8 static IP addresses provided by ISP which I wish to use so that
> I can assign websites on different static IP Addresses.
>
> Can anyone help me in setting up router for multiple static IP
> Addresses? IT may not be speedtouch specific but can be general method
> to set up multiple static IP Address.


All you need to do is turn off NAT and assign the fixed IP addresses to
the servers with netmasks of 255.255.255.255 and you don't need to specify
a gateway.

If you want to LAN the hosts for inter-host traffic to remain inside your
property then that will cost you 3 IP addresses including one for the
router/gateway. Then give the server hosts netmasks of 255.255.255.248
and give the address of the LAN side of the router as the WAN gateway.

Tony
 
Reply With Quote
 
Nirvana
Guest
Posts: n/a

 
      08-06-2007, 02:48 PM
On Aug 6, 3:35 pm, "Anthony R. Gold" <not-for-m...@ahjg.co.uk> wrote:
> On Mon, 06 Aug 2007 06:21:38 -0700, Nirvana <param_nirv...@yahoo.com>
> wrote:
>
> > I've broadband connection, Speedtouch 546 v6 router and i'm running
> > various servers (Web, e-mail etc) on Windows 2003+IIS 6.0

>
> > I've 8 static IP addresses provided by ISP which I wish to use so that
> > I can assign websites on different static IP Addresses.

>
> > Can anyone help me in setting up router for multiple static IP
> > Addresses? IT may not be speedtouch specific but can be general method
> > to set up multiple static IP Address.

>
> All you need to do is turn off NAT and assign the fixed IP addresses to
> the servers with netmasks of 255.255.255.255 and you don't need to specify
> a gateway.
>
> If you want to LAN the hosts for inter-host traffic to remain inside your
> property then that will cost you 3 IP addresses including one for the
> router/gateway. Then give the server hosts netmasks of 255.255.255.248
> and give the address of the LAN side of the router as the WAN gateway.
>
> Tony


Thanks Tony.
I'll try and see if I can figure it out.

When I turn off NAT the static IP Address goes to Router login page
from client.

So if I turn off and type the static IP address in web browser from a
client PC on Internet then the Router login page is displayed.

How to avoid this?

 
Reply With Quote
 
Anthony R. Gold
Guest
Posts: n/a

 
      08-06-2007, 03:01 PM
On Mon, 06 Aug 2007 07:48:26 -0700, Nirvana <(E-Mail Removed)>
wrote:

> When I turn off NAT the static IP Address goes to Router login page
> from client.


I'm not clear what you mean by "the static IP Address goes to".

If you connect a computer workstation to the router, do not use DHCP but
configure the workstation's network adapter interface IP address to one of
the static addresses give by your ISP.

Tony

 
Reply With Quote
 
Nirvana
Guest
Posts: n/a

 
      08-06-2007, 03:09 PM
On Aug 6, 4:01 pm, "Anthony R. Gold" <not-for-m...@ahjg.co.uk> wrote:
> On Mon, 06 Aug 2007 07:48:26 -0700, Nirvana <param_nirv...@yahoo.com>
> wrote:
>
> > When I turn off NAT the static IP Address goes to Router login page
> > from client.

>
> I'm not clear what you mean by "the static IP Address goes to".
>
> If you connect a computer workstation to the router, do not use DHCP but
> configure the workstation's network adapter interface IP address to one of
> the static addresses give by your ISP.
>
> Tony


"the static IP Address goes to" refers to typing any website's URL
which is hosted on server and which ends up in going to Router login
page. This happens always whenever I disable NAT.

Send part of answer seems to clearing out cloud. I'll give it a try
and let you know.

Thanks

 
Reply With Quote
 
Ron Lowe
Guest
Posts: n/a

 
      08-06-2007, 03:42 PM
"Nirvana" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Hi All,
> I've broadband connection, Speedtouch 546 v6 router and i'm running
> various servers (Web, e-mail etc) on Windows 2003+IIS 6.0
>
> I've 8 static IP addresses provided by ISP which I wish to use so that
> I can assign websites on different static IP Addresses.
>
> Can anyone help me in setting up router for multiple static IP
> Addresses? IT may not be speedtouch specific but can be general method
> to set up multiple static IP Address.
>
> At present I use NAT with single Static IP address and all servers
> have same public static IP address.
>
> Cheers
>



Well, here's how my no-nat multi-public-IP address setup is configured:

You have 8 IP addresses.
This means the subnet mask for your LAN is 255.255.255.248.

Let's say for example they are: 81.187.191.64 thru 81.187.191.71
The lowest and highest ( .64 and.71 ) are reserved, you cannot use them.
The first useable address ( .65 ) will normally be your router.

-> Configure the router LAN side as 81.187.191.65 / 255.255.255.284.
-> Leave the router WAN side to 'obtain automatically'.
-> Turn NAT off.

Now, assign IP addresses to your PCs as you see fit, you have addresses .66
thru .70 to use.
Yes, of your 8 addresses, you only have 5 useable for machines.

-> PC1 : IP = 81.187.191.66, Mask 255.255.255.248, Def. GW = IP of router
( 81.187.191.65 in this example. )

etc, etc.

That's all there is to it.

--
Ron







Of these, 2 are reserver ( the lowest and highest );

 
Reply With Quote
 
Anthony R. Gold
Guest
Posts: n/a

 
      08-06-2007, 03:44 PM
On Mon, 06 Aug 2007 08:09:41 -0700, Nirvana <(E-Mail Removed)>
wrote:

> Send part of answer seems to clearing out cloud. I'll give it a try
> and let you know.


Sorry. When you configure the IP address of the network interface adapter
of your workstations, do not use "Obtain IP address automatically" but set
its address to one of your assigned 8.

If 6 are enough for servers, it may be simpler to LAN those addresses and
then you can assign one of those 8 to the router and use that to configure
and view the screens of the router.

Tony
 
Reply With Quote
 
Anthony R. Gold
Guest
Posts: n/a

 
      08-06-2007, 04:18 PM
On Mon, 6 Aug 2007 16:42:13 +0100, "Ron Lowe"
<ronATlowe-famlyDOTmeDOTukSPURIOUS> wrote:

> "Nirvana" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) oups.com...
>
>> I've 8 static IP addresses provided by ISP which I wish to use so that
>> I can assign websites on different static IP Addresses.

>
> You have 8 IP addresses.
> This means the subnet mask for your LAN is 255.255.255.248.


As I tried to explain, that approach costs 3 addresses in overhead for
network address, broadcast address and the router). A LAN approach is
great only so long as Nirvana only needs to use 5 of his 8 public
addresses for host servers, workstations etc.

Tony
 
Reply With Quote
 
Nirvana
Guest
Posts: n/a

 
      08-06-2007, 04:39 PM
On Aug 6, 5:18 pm, "Anthony R. Gold" <not-for-m...@ahjg.co.uk> wrote:
> On Mon, 6 Aug 2007 16:42:13 +0100, "Ron Lowe"
>
> <ronATlowe-famlyDOTmeDOTukSPURIOUS> wrote:
> > "Nirvana" <param_nirv...@yahoo.com> wrote in message
> >news:(E-Mail Removed) roups.com...

>
> >> I've 8 static IP addresses provided by ISP which I wish to use so that
> >> I can assign websites on different static IP Addresses.

>
> > You have 8 IP addresses.
> > This means the subnet mask for your LAN is 255.255.255.248.

>
> As I tried to explain, that approach costs 3 addresses in overhead for
> network address, broadcast address and the router). A LAN approach is
> great only so long as Nirvana only needs to use 5 of his 8 public
> addresses for host servers, workstations etc.
>
> Tony


5 is better than 1 as long as I make it work.
I don't have much in LAN I just need one Laptop to hook some times.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Coffee shop wifi will not give me IP address, but gives everyone else IP address. But static IP works! Jennifer R Wireless Internet 5 09-30-2007 06:12 AM
Configuring the SpeedTouch 585 v6 Nick Austin Broadband 3 08-19-2007 07:02 AM
W2K3 Std Multiple Static Address causes "Acquiring Network Address" kristopher_d@hotmail.com Windows Networking 0 04-06-2007 05:37 PM
Configuring Multiple IP Addresses? MS Wireless Networks 6 10-09-2005 01:19 AM
Configuring Multiple NICs David B Windows Networking 6 05-18-2005 08:13 PM



1 2 3 4 5 6 7 8 9 10 11