Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows 2000 ICS and Web Based Java Apps. Problems.

Status
Not open for further replies.

slurpyx

Programmer
Aug 1, 2002
59
PH
Hi Guys.. im in deep trouble again.....

I enable windows 2000 internet connection sharing......

its working fine and all that..

BUT i figured that a web based application running on port 8080 cant properly run on the client "cant connect to database" (postgresql) BUT the cute thing is when i tried it on the server (the one that is giving the internet connection to the clients) its working fine!..


what am i doing wrong? or did i missed something?
 
quoted from
Can't access some web sites
Symptoms: 1) If you're using MS ICS or Windows server as router to access the Internet, your clients may not be able to access certain web sites. However, the ICS host or the server doesn't have this problem.
2) After installed a new router or cable modem replacing dial-up to access the Internet, you can't access some web sites.
3) You also find that most web sites you can't access are block to ping or they are security sites using HTTPS.

Causes: 1) The problem occurs because many web servers block ICMP messages and the packets are dropped. As a result, the requested web site doesn't load.
2) This problem is caused also by an incompatible MTU networking setting. You may try to install the latest SP. If you use MS ICS, you may want to configure all your Client computers to use the new, lower MTU as the default for all Internet communication. To modify the MTU size, locate the following registry key: HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Services\ Tcpip\ Parameters\ Interfaces. If you use a router like Cisco DSL Router, you may want to adjusting the PPPoE MTU Size. For example, to adjusting the PPPoE MTU Size on the Cisco DSL Router, do

interface ethernet0
no shut
ip address <ip address> <subnet mask>
ip adjust-mss 1452



Robert Lin, MS-MVP, MCSE & CNE
Windows, Network, Internet, VPN, Routing and How to at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top