My Setup is actually the second one, the server has two NICs, one for
the lan and one for the internet. Their connections have been bridged.
The Default Gateway of the server is 10.0.0.5 and the default gateway of
all the other computers is 10.0.0.3. The first method would not
work either since there is no port forwarding interface.
My modem however has no port forwarding at all. I beleive that it has a
firewall or NAT intergrated into it which is not mentioned in the manual
or on the config page for it.
I will try and contact linksys about this matter.
(Note: I was allready running a Dynamic DNS service coutersy of
http://www.no-ip.com and I allways check that its Dynamic DNS name
points to my current IP Address)
Thanks for your help!
Bill Grant wrote:
> Since your modem has an IP address for itself, I presume it is some sort
> of ADSL NAT device rather than just a modem.
>
> In a case like this, there are really only two reliable ways to go about
> it. Either give the server one NIC and make it look like the other machines
> on the LAN (all using the ADSL device as their gateway). Or give the server
> Two NICs (one connected to ADSL, one to the LAN) and make the server the
> default gateway of your LAN. You current setup is like the first of these.
>
> If you are running Active Directory you will probably have trouble with
> DNS. Set all your clients to use the DNS server on your AD DC, and set this
> DNS server to forward to a public DNS service (such as your ISP). So your
> network looks like
>
> Internet
> |
> public IP
> ADSL
> 10.0.0.5
> |
> server
> 10.0.0.3 dg 10.0.0.5
> |
> clients
> 10.0.0.x dg 10.0.0.5 DNS 10.0.0.3
>
> For Internet users to see your server, they will need to connect to your
> ADSL device's public IP. You cannot route private IPs through the Internet.
> If this IP address is not static, you will need some way to link the current
> IP to a name for them to use. (Google for dynamic DNS).
>
> Then you need to forward a port or ports from your ADSL device to your
> server. If you want remote users to see a web page on your server, you need
> to forward tcp port 80 to your server. If your ADSL device does not support
> port forwarding, you will need to upgrade it to one which does.
>
> "Kingsley Jarrett" <(E-Mail Removed)> wrote in message
> news:O9pg%23cw%(E-Mail Removed)...
>
>>Simple Diagram:
>>
>>
>>Internet
>> |
>>Modem (Internal IP 10.0.0.5, External is what ever my ISP chooses)
>> |
>>Server (Internet IP 10.0.0.3)
>> |
>> LAN (IP's Assigned by Server's DCHP Function)
>>
>>Will try unbriding the connections, see if that helps...
>>
>>Bill Grant wrote:
>>
>>
>>> A simple diagram of your network (with IP addresses and gateways)
>>>would help.
>>>
>>> eg
>>>
>>> Internet
>>> |
>>> public IP
>>> server
>>> IP? default gateway?
>>> |
>>>workstations
>>>IP? gateway?
>
>
>