mpones
Member
Hey there!
I'm new to the forum, and I'm glad I found this resource, as I'm going to be learning server 2008 r2 and setting up a server... I have a few basic questions about networking it properly so that I can see it from the outside. I have the basic concept, I think, but it's not working at the moment... this is how I had it set up currently:
1- Business line from Cox with an external static IP, which I believe is using IP passthrough.
2- Linksys E1000 router, configured to receive static IP, with the following information (supplied by cox):
Internet IP address: 98.190.168.244
Subnet mask: 255.255.255.240
Default gateway: 98.190.158.241
DNS1: 68.105.28.11
DNS2: 68.105.29.11
3- Router Network setup yields the following:
IP address: 192.168.1.1
Subnet Mask: 255.255.255.0
DHCP server is ENABLED (But I am pulling a static INTERNAL IP from the server box, which is also reserved under the router's DHCP reservation)
4- Advanced Router setup: I have the following ports set to forward to the server (which has an internal IP address of 192.168.1.125):
21 (FTP), 25 (SMTP), 53 (DNS), 80, (HTTP), POP3 (110
So, I have the HTTP port set to forward to the server's internal static IP address. In the server, I configure the IPV4 with the following information:
IPv4 Address: 192.168.1.125
IPv4 Subnet Mask: 255.255.255.0
IPv4 Default Gateway: 192.168.1.1 (linksys e1000)
IPv4 DNS servers: 68.105.28.11
68.105.29.11
IPv6 enabled: yes
So far, this all sounds right, right? So how to I address (from the outside) a website stored in the "inetpub/wwwroot/test/" VIA HTTP? Would it be 98.190.158.244/test/? This is where I get very lost, I feel like I did the basics correct (though it's possible that I didn't), and I'm wondering how to simply add a new website in IIS7 (I've read all of the guides on it, and again, I think I did it right, but I get nowhere...
I made a basic test site in IIS7 with the following information:
Site name: Test
Physical path: C:\inetpub\wwwroot\Test
Binding-
Type: http
IP address: all unassigned
port: 80
host name:
Then, I start the site... how would I access this from outside (what would the full access URL be)? Did I configure this correctly? Any help is INSANELY appreciated.
I'm new to the forum, and I'm glad I found this resource, as I'm going to be learning server 2008 r2 and setting up a server... I have a few basic questions about networking it properly so that I can see it from the outside. I have the basic concept, I think, but it's not working at the moment... this is how I had it set up currently:
1- Business line from Cox with an external static IP, which I believe is using IP passthrough.
2- Linksys E1000 router, configured to receive static IP, with the following information (supplied by cox):
Internet IP address: 98.190.168.244
Subnet mask: 255.255.255.240
Default gateway: 98.190.158.241
DNS1: 68.105.28.11
DNS2: 68.105.29.11
3- Router Network setup yields the following:
IP address: 192.168.1.1
Subnet Mask: 255.255.255.0
DHCP server is ENABLED (But I am pulling a static INTERNAL IP from the server box, which is also reserved under the router's DHCP reservation)
4- Advanced Router setup: I have the following ports set to forward to the server (which has an internal IP address of 192.168.1.125):
21 (FTP), 25 (SMTP), 53 (DNS), 80, (HTTP), POP3 (110
So, I have the HTTP port set to forward to the server's internal static IP address. In the server, I configure the IPV4 with the following information:
IPv4 Address: 192.168.1.125
IPv4 Subnet Mask: 255.255.255.0
IPv4 Default Gateway: 192.168.1.1 (linksys e1000)
IPv4 DNS servers: 68.105.28.11
68.105.29.11
IPv6 enabled: yes
So far, this all sounds right, right? So how to I address (from the outside) a website stored in the "inetpub/wwwroot/test/" VIA HTTP? Would it be 98.190.158.244/test/? This is where I get very lost, I feel like I did the basics correct (though it's possible that I didn't), and I'm wondering how to simply add a new website in IIS7 (I've read all of the guides on it, and again, I think I did it right, but I get nowhere...
I made a basic test site in IIS7 with the following information:
Site name: Test
Physical path: C:\inetpub\wwwroot\Test
Binding-
Type: http
IP address: all unassigned
port: 80
host name:
Then, I start the site... how would I access this from outside (what would the full access URL be)? Did I configure this correctly? Any help is INSANELY appreciated.