Dial-In User cant access Internet

G

Guest

I've got Win2k advanced server running ICS for Internet access. I configured
Incoming Connection on a modem installed via PCI. Dial-In user can only
connect but cannot get to Internet. How do I solve this problem.
 
R

Robert L [MS-MVP]

it is better to setup NAT instead of ICS. quoted from
http://www.ChicagoTech.net
Do not install VPN on W2K with ICS running

Many users have reported that they were experienced some difficulties after
installing VPN on w2k/xp running ICS and ICS clients may receive "Error:
Page Can Not be Displayed" message. The reason is that establishing a VPN
connection on the ICS Host modifies the Routing Table on the ICS Host. that
will forces all clients that try to connect to the Internet to use the VPN
routing table instead of the ICS routing table used to connect to the
Internet service provider (ISP). You may modify the route table to fix this
problem, for example, route -p add <network> mask <subnet mask> <router ip>.
If you want to add a route for a single host (firewall which is on another
subnet), do this route -p add <ip> mask 255.255.255.255 <host ip>, for
example, route -p add 192.168.0.100 255.255.255.255 160.213.320.1.
--
For more and other information, go to http://www.ChicagoTech.net


Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
Networking Solutions, http://www.chicagotech.net/networksolutions.htm
VPN Solutions, http://www.chicagotech.net/vpnsolutions.htm
VPN Process and Error Analysis, http://www.chicagotech.net/VPN process.htm
VPN Troubleshooting, http://www.chicagotech.net/vpn.htm
This posting is provided "AS IS" with no warranties.
 
B

Bill Grant

Note that even with NAT, you need to modify the setup to allow the remote
client to use NAT. In w2k that requires a netsh command. See KB 310888 .

Robert L said:
it is better to setup NAT instead of ICS. quoted from
http://www.ChicagoTech.net
Do not install VPN on W2K with ICS running

Many users have reported that they were experienced some difficulties
after installing VPN on w2k/xp running ICS and ICS clients may receive
"Error: Page Can Not be Displayed" message. The reason is that
establishing a VPN connection on the ICS Host modifies the Routing Table
on the ICS Host. that will forces all clients that try to connect to the
Internet to use the VPN routing table instead of the ICS routing table
used to connect to the Internet service provider (ISP). You may modify the
route table to fix this problem, for example, route -p add <network> mask
<subnet mask> <router ip>. If you want to add a route for a single host
(firewall which is on another subnet), do this route -p add <ip> mask
255.255.255.255 <host ip>, for example, route -p add 192.168.0.100
255.255.255.255 160.213.320.1.
--
For more and other information, go to http://www.ChicagoTech.net


Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more
help.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
Networking Solutions, http://www.chicagotech.net/networksolutions.htm
VPN Solutions, http://www.chicagotech.net/vpnsolutions.htm
VPN Process and Error Analysis,
http://www.chicagotech.net/VPN process.htm
VPN Troubleshooting, http://www.chicagotech.net/vpn.htm
This posting is provided "AS IS" with no warranties.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top