I want to setup an application on my server to be accessible from lan as well as external users via ISP provided static IP I have :-
1) 1 Windows 2003 SBS with 2 nics setup on a workgroup
nic1 (external) (external TPLINK nic) for putting static ip
nic2 2) for lan(workgroup),
When I setup both the nics in the following way
nic1:-
IP:- 10.xxx.xxx.83
sb:- 255.255.255.0
def:-10.xxx.xxx.1
DNS:- ISP provided
DNS:- ISP provided
nic2:-
IP:- 192.168.10.3
sb:- 255.255.255.0
def:-
the server is able to access the internet using the router, which is now connected directly to the server. and the application is accessible using the servers LAN IP, however I am not able to access the server over the internet. I can do it if I remove the LAN plug off.
What could be the issue?