Networking Forums

Networking Forums > Computer Networking > Windows Networking > can't ping domain resources after VPN connection

Reply
Thread Tools Display Modes

can't ping domain resources after VPN connection

 
 
Eric L. Epps
Guest
Posts: n/a

 
      08-24-2004, 01:18 PM
I have a VPN server set up on Server 2003 Enterprise, and
want to log into a domain through the VPN. The domain is
set up on an NT 4.0 server. The VPN server is joined to
the domain and can browse the domain (and the NT can
browse the VPN server). I can start the RRAS service from
Remote Access Admin on the NT server, but it says that
the service is not started. When I log in, I can access and ping
the VPN server, but not any other servers on the domain.

Any help would be greatly appreciated!

Thanks,
Eric


 
Reply With Quote
 
 
 
 
Robert L [MS-MVP]
Guest
Posts: n/a

 
      08-24-2004, 03:54 PM
quoted from http://www.ChicagoTech.net
Can't access the remote network from VPN clients

Symptoms: Your VPN client can ping/access the server but not other computers
in the remote network.

Resolutions: 1) if you have two NICs in the VPN server, you may need to
enable IP Routing. To do this, go to the RRAS>the Properties of the
server>IP, check IP Routing.
2) Make sure you don't uncheck Use the remote default gateway on VPN
client's VPN connection.
3) Make sure VPN client's LAN and the remote LAN are using the different IP
range and subnet.
4) Check routing table for troubleshooting.


--
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.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.

"Eric L. Epps" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a VPN server set up on Server 2003 Enterprise, and
> want to log into a domain through the VPN. The domain is
> set up on an NT 4.0 server. The VPN server is joined to
> the domain and can browse the domain (and the NT can
> browse the VPN server). I can start the RRAS service from
> Remote Access Admin on the NT server, but it says that
> the service is not started. When I log in, I can access and ping
> the VPN server, but not any other servers on the domain.
>
> Any help would be greatly appreciated!
>
> Thanks,
> Eric
>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      08-25-2004, 02:04 AM
Can you ping LAN machines by IP address? If not, there is something
wrong with your VPN setup.

If you can ping by IP address but not by name, the problem is name
resolution. Are you running WINS on the LAN? Does the remote client get the
correct WINS address?

If you can ping by name, can you see shares using net view \\servername
?

To do a domain login, the remote client will need to be able to find the
domain controller using its Netbios special name <domainname 1C> . It will
need to be able to find a WINS server to do this.

"Eric L. Epps" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a VPN server set up on Server 2003 Enterprise, and
> want to log into a domain through the VPN. The domain is
> set up on an NT 4.0 server. The VPN server is joined to
> the domain and can browse the domain (and the NT can
> browse the VPN server). I can start the RRAS service from
> Remote Access Admin on the NT server, but it says that
> the service is not started. When I log in, I can access and ping
> the VPN server, but not any other servers on the domain.
>
> Any help would be greatly appreciated!
>
> Thanks,
> Eric
>
>



 
Reply With Quote
 
Eric L. Epps
Guest
Posts: n/a

 
      08-25-2004, 01:36 PM
I can't ping or resolve names past the VPN server. I can ping the VPN server
on both subnets (192.168.5.13-the LAN subnet, 192.168.7.1-the block of VPN
addresses), see the shares using \\VPNSERVER, and browse up one level to the
domain so I can see the list of LAN shares that I can't access.

I can't ping, so I don't think it's a WINS issue. I have WINS running on the
domain controller, and WINS and DNS running on the VPN server (I even put
static mappings in, but it won't resolve).

Something is wrong with my VPN setup, but I'm a novice to this and don't
know where to look!

Thanks,
Eric L. Epps


"Bill Grant" <not.available@online> wrote in message
news:OA%(E-Mail Removed)...
> Can you ping LAN machines by IP address? If not, there is something
> wrong with your VPN setup.
>
> If you can ping by IP address but not by name, the problem is name
> resolution. Are you running WINS on the LAN? Does the remote client get

the
> correct WINS address?
>
> If you can ping by name, can you see shares using net view

\\servername
> ?
>
> To do a domain login, the remote client will need to be able to find

the
> domain controller using its Netbios special name <domainname 1C> . It

will
> need to be able to find a WINS server to do this.
>
> "Eric L. Epps" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I have a VPN server set up on Server 2003 Enterprise, and
> > want to log into a domain through the VPN. The domain is
> > set up on an NT 4.0 server. The VPN server is joined to
> > the domain and can browse the domain (and the NT can
> > browse the VPN server). I can start the RRAS service from
> > Remote Access Admin on the NT server, but it says that
> > the service is not started. When I log in, I can access and ping
> > the VPN server, but not any other servers on the domain.
> >
> > Any help would be greatly appreciated!
> >
> > Thanks,
> > Eric
> >
> >

>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      08-26-2004, 12:51 AM
If the VPN clients are in their own subnet, you will need to enable IP
routing on the VPN server. If the VPN server is not the default gateway of
the LAN, you will also have to add extra routing to get the 192.168.7
traffic to the VPN server so that it can deliver to the remote clients.

"Eric L. Epps" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I can't ping or resolve names past the VPN server. I can ping the VPN

server
> on both subnets (192.168.5.13-the LAN subnet, 192.168.7.1-the block of VPN
> addresses), see the shares using \\VPNSERVER, and browse up one level to

the
> domain so I can see the list of LAN shares that I can't access.
>
> I can't ping, so I don't think it's a WINS issue. I have WINS running on

the
> domain controller, and WINS and DNS running on the VPN server (I even put
> static mappings in, but it won't resolve).
>
> Something is wrong with my VPN setup, but I'm a novice to this and don't
> know where to look!
>
> Thanks,
> Eric L. Epps
>
>
> "Bill Grant" <not.available@online> wrote in message
> news:OA%(E-Mail Removed)...
> > Can you ping LAN machines by IP address? If not, there is something
> > wrong with your VPN setup.
> >
> > If you can ping by IP address but not by name, the problem is name
> > resolution. Are you running WINS on the LAN? Does the remote client get

> the
> > correct WINS address?
> >
> > If you can ping by name, can you see shares using net view

> \\servername
> > ?
> >
> > To do a domain login, the remote client will need to be able to find

> the
> > domain controller using its Netbios special name <domainname 1C> . It

> will
> > need to be able to find a WINS server to do this.
> >
> > "Eric L. Epps" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I have a VPN server set up on Server 2003 Enterprise, and
> > > want to log into a domain through the VPN. The domain is
> > > set up on an NT 4.0 server. The VPN server is joined to
> > > the domain and can browse the domain (and the NT can
> > > browse the VPN server). I can start the RRAS service from
> > > Remote Access Admin on the NT server, but it says that
> > > the service is not started. When I log in, I can access and ping
> > > the VPN server, but not any other servers on the domain.
> > >
> > > Any help would be greatly appreciated!
> > >
> > > Thanks,
> > > Eric
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RRAS: can ping servers but failed to access resources wlmak Windows Networking 2 10-31-2008 10:56 AM
VPN connection unable to ping to non-domain hosts jud.gardner@gmail.com Windows Networking 4 08-13-2007 03:57 PM
Can ping vpn server but not other remote resources Andemann Windows Networking 4 04-04-2007 02:26 AM
I cannot ping or access any network resources trough vpn session Dennis Windows Networking 6 12-03-2005 09:08 PM
Can local user on a domain PC have accessibility to domain resources? David Windows Networking 1 11-15-2004 04:17 PM



1 2 3 4 5 6 7 8 9 10 11