Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Static IP for Exchange Server?
Name: Tony Date: October 22, 2002 at 06:08:49 Pacific OS: Win2K SErver CPU/Ram: 512 MB
Comment:
I would like to set up an Exhange 2000 mail server. Do i need a static IP for the server? We currently have DSL through a Cisco 675 router. Once i get the static Ip from my ISP, this is where i get confused. Does the static IP get assigned to the router, and then use NAT to route requests to an internal dynamic IP on the server like 10.0.0.100? Or is the static IP actually assigned to a NIC physically on the server and the router gets a dynamic IP? If its the second of the two options, i don't understand how mail would get where it's suppose to since the router is the hardware directly connected to the internet. Any help would be great!
Name: dwp Date: October 22, 2002 at 11:00:59 Pacific
Reply:
The static IP would be for the router.
NAT is the process of translating internal IPs to external, essentially. What you would be looking for is port forwarding.
Internally, you would still want the email server to have a static IP (like 10.0.0.101). Then you would configure the router to send all traffic on ports 25 (SMTP), 109 (POP2), 110(POP3) to the server's ip address.
Explination:
Someone sends email to yourdomain.net. DNS translates this to 23.45.6.7. The message is sent to 23.45.6.7:25. This hits the router. The router recognizes port 25 (x.x.x.x:port) as being in it's forward list. The router excepts the packets and sends them to host 10.0.0.101 on the internal network.
0
Response Number 2
Name: dwp Date: October 22, 2002 at 11:03:34 Pacific
Reply:
Actually, I was mistaken. In Cisco IOS port forwarding is a function of NAT.
This how to will walk you right through it.
http://www.swcp.com/swcp-web/kb/kb-view.php?94
:D
0
Response Number 3
Name: fastcache Date: October 22, 2002 at 20:19:42 Pacific
Reply:
nice dwp! :)
0
Response Number 4
Name: Tony Date: October 24, 2002 at 05:07:56 Pacific
Reply:
Thanks! I thought that was how it worked but i had seen both answers in the past so i thought i would check!
Summary: i want my users to acess unix server through internet,using telnet or netterm. i hade a microwave 64 kbps dedicated link for internet .my internet connection is connected to a router ,that router is t...
Summary: Thanks yes its okay for the static ip. What I want to do is assign a static IP for a server that runs DHCP and DNS. So I need to disable the DHCP and DNS on my router so that the server handles ever...
Summary: Hi Our DSL provider gave us 5 static IPs for the office. We would like to use one for our Netgear router, that all the office computers connect to, and one IP for our web server. The problem is, our w...