This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 急:我目前使用一台Router来共享Sympatico High-Speed Internet, WWW和FTP站点访问都正常。但我建立的WEB站点确不知如何才能被外界访问,现在我使用的是Router分配的内部IP地址,而不是原来的外部IP。请问如何解决???
-lijay(飘);
2002-9-5
(#731040@0)
-
use your webserver as the router
-wooway(纯洁中文运动<加东区>);
2002-9-6
(#732619@0)
-
For exmaple, if your external ip is 209.x.x.x, you ...should configure web server in your router to map 209.x.x.x port 80 to 192.168.x.x port 80. 192.168.x.x is your computer's internal ip. Assume your web server is on this internal ip and port 80. How to setup this mapping depends on your router. what's brand of your router? - Victor
-ggwd(Victor);
2002-9-6
{286}
(#733003@0)
-
I'd really appreciate if you could do me a favor...I've been trying to find out the setting, but I couldn't. So please do me a favor, I tell you my router's IP address, and then you help me to check. When you enter into my router setting page, there is an authurization page, and it asks you to input User name and password, please leave the user name field blank, and the password is "wwwjl" my web server internal IP address is "192.168.1.21", and router IP address is "192.168.1.1"
-lijay(飘);
2002-9-7
{443}
(#733964@0)
-
You are kidding, how can people reach your router by the private IP?
-ilovewind(wind);
2002-9-7
(#733968@0)
-
Sorry, I got the wrong one, it should be 67.68.72.140
-lijay(飘);
2002-9-7
(#733989@0)
-
Sorry, can't access your router either by http://67.68.72.140 or by telnet.
You have to add command on your router, either allow ip http server, or allow telnet in, do you know how to do that?
-ilovewind(wind);
2002-9-7
(#734012@0)
-
or, if you know how to do the configuration on the router, type:int e0 //if it's your WAN Interface
ip address 67.68.72.140 255.255.?.? //your Pub IP and subnet mask
ip nat outside
int e1 //if it's your LAN Interface
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip nat inside source static tcp 192.168.1.21 80 67.68.72.140 80
ip route 0.0.0.0 0.0.0.0 67.68.72.? //your defaultgateway
-ilovewind(wind);
2002-9-7
{344}
(#734018@0)
-
Check Cisco example
-ilovewind(wind);
2002-9-7
(#734025@0)
-
did you get it
-lijay(飘);
2002-9-7
(#733997@0)
-
我猜你不是用的CISCO的路由器吧?你需要设定Port Forward,把对你internet地址的80号端口的访问转换到内部的IP的80号端口.
如果你用的是D-LINk 或者LINKSYS的家用路由器,你只需要在port forward重打开80号端口,forward到你的内部ip就可以拉
-kevin_tor(晚睡晚起的懒猫);
2002-9-9
{191}
(#737776@0)
-
I have the same configuration. Does anybody know how to access the internal PCs for the Linux X-Windows?It seems that I should use some kind of port forwarding to forward port 6000 of the router to my private address. My problem is that can I do it from my linux machine or it can only be done from the Linksys router? How do I do it?
Many thanks!
-torsha(TorSha);
2002-9-19
{250}
(#755853@0)