RAS, NAT, Port Forwarding

onur

Member
Joined
Jan 30, 2009
Messages
3
hi, maybe someone can help me...

i want server 2008 to act as a router, so im running Windows Server 2008 with RAS, NAT.

i have also a SBS 2003 running.
all required ports are forwarded to the SBS.
(when everythig is running fine i want to run the SBS in HyperV Envirement)

the problem is, that port forwarding is only functional for external computers.


when i type:
www.sentek.org then this only works from outside computers.
(also it doesent works at home if i type the Internet IP Adress).

route print - gives this
Code:
===========================================================================
Schnittstellenliste
11 ...00 18 f3 f6 04 b9 ...... Marvell Yukon 88E8056 PCI-E-Gigabit-Ethernet-Con
troller
10 ...00 40 95 08 be 2b ...... Fast-Ethernet-Netzwerkkarte fr Realtek RTL8139/
810x-Familie
1 ........................... Software Loopback Interface 1
16 ...00 00 00 00 00 00 00 e0  isatap.sentek.org
14 ...00 00 00 00 00 00 00 e0  isatap.{C14083A6-F1FA-415E-BCFF-6B24FC9C715A}
12 ...02 00 54 55 4e 01 ...... Teredo Tunneling Pseudo-Interface
15 ...00 00 00 00 00 00 00 e0  6TO4 Adapter
===========================================================================
IPv4-Routentabelle
===========================================================================
Aktive Routen:
Netzwerkziel    Netzwerkmaske          Gateway    Schnittstelle Metrik
0.0.0.0          0.0.0.0  194.183.136.233  194.183.136.234     21
0.0.0.0          0.0.0.0   Auf Verbindung       192.168.0.1    266
127.0.0.0        255.0.0.0   Auf Verbindung         127.0.0.1    306
127.0.0.1  255.255.255.255   Auf Verbindung         127.0.0.1    306
127.255.255.255  255.255.255.255   Auf Verbindung         127.0.0.1    306
192.168.0.0    255.255.255.0   Auf Verbindung       192.168.0.1    266
192.168.0.1  255.255.255.255   Auf Verbindung       192.168.0.1    266
192.168.0.255  255.255.255.255   Auf Verbindung       192.168.0.1    266
194.183.136.232  255.255.255.252   Auf Verbindung   194.183.136.234    276
194.183.136.234  255.255.255.255   Auf Verbindung   194.183.136.234    276
194.183.136.235  255.255.255.255   Auf Verbindung   194.183.136.234    276
224.0.0.0        240.0.0.0   Auf Verbindung         127.0.0.1    306
224.0.0.0        240.0.0.0   Auf Verbindung   194.183.136.234    276
224.0.0.0        240.0.0.0   Auf Verbindung       192.168.0.1    266
255.255.255.255  255.255.255.255   Auf Verbindung         127.0.0.1    306
255.255.255.255  255.255.255.255   Auf Verbindung   194.183.136.234    276
255.255.255.255  255.255.255.255   Auf Verbindung       192.168.0.1    266
===========================================================================
Stndige Routen:
Netzwerkadresse          Netzmaske  Gatewayadresse  Metrik
0.0.0.0          0.0.0.0  194.183.136.233       1
0.0.0.0          0.0.0.0      192.168.0.1  Standard
===========================================================================
IPv6-Routentabelle
===========================================================================
Aktive Routen:
If Metrik Netzwerkziel             Gateway
15   1110 ::/0                     2002:c058:6301::c058:6301
1    306 ::1/128                  Auf Verbindung
15   1010 2002::/16                Auf Verbindung
15    266 2002:c2b7:88ea::c2b7:88ea/128
Auf Verbindung
14    266 fe80::5efe:192.168.0.1/128
Auf Verbindung
16    266 fe80::200:5efe:194.183.136.234/128
Auf Verbindung
1    306 ff00::/8                 Auf Verbindung
===========================================================================
Stndige Routen:
Keine
 
Hi
the problem is, that port forwarding is only functional for external computers.
Do you mean, that SBS is not visible from computers in 192.168.0.0 network?

Maybe you set port forwarding to forward ports only from external interface (194.183.136.234), not internal?
 
the server is visible from local network, no problem.,

and its true, i only set port forwarding for external interface, becouse the internal interface gives no option to forward...

with an harware router this configuration is making no problem.

if this is not possibel with microsoft, i will run an linux router in hyperV envireoment.
 
onur said:
the server is visible from local network, no problem.,

and its true, i only set port forwarding for external interface, becouse the internal interface gives no option to forward...

with an harware router this configuration is making no problem.

if this is not possibel with microsoft, i will run an linux router in hyperV envireoment.
So what is your problem? Describe it more, please.
 
example:
internet IP: 168.x.x.x
NAT Server IP: 192.168.0.1
port 1234 should be routed to 192.168.0.50:1234

forwarding is working when i try this from outside (meaning - if you try this, it will work).

from the local network: forwarding is not working for (168.x.x.x:1234)
it doesent matter if i try it wiht domain:1234, or 168.x.x.x:1234
allways the same,
 
Look here, I have a problem I think like yours.
A website binded to *:80 on server doesn't opens from local network on address http://somedomain.net (which is binded to an Internet IP) and opens only on internal address (http://10.0.0.1)
I mean, it seems that Windows 2008 doesn't answers on packages from Internal network targeted to External IP.
I my example, it's from 10.0.0.x -> 81.x.x.x (10.0.0.1) and doesn't works
In your, from 192.168.x.x -> 168.x.x.x (192.168.0.50) and doesn't works too!
Maybe, additional network routes are required, unfortunately I don't know yet
 
Back
Top