How to access network shares, printers, etc.through Windows 7 Built-In VPN?
up vote
4
down vote
favorite
After I have successfully connected to a Windows 7 box via the built-in VPN: how do I access shares, shared printers, network appliances, etc.?
So, call me bad at googling, but: I can find dozens of articles on "How to Set up a VPN Connection" and "How to connect to a VPN" for Windows 7... but I can't find a single article on how to access resources after connecting.
I have a home VPN set up in Windows 7; I was able to connect to it from my friend's Windows 7 machine last night. I expected to be able to UNC into my shares; I also expected to be able to go to "Start > Computer" and Click "Network" on the left side, and then see all of the devices on my home network (while the VPN was connected).
Am I missing something obvious? How do I make this happen?
windows-7 vpn windows-networking
migrated from serverfault.com Jan 12 '11 at 11:08
This question came from our site for system and network administrators.
add a comment |
up vote
4
down vote
favorite
After I have successfully connected to a Windows 7 box via the built-in VPN: how do I access shares, shared printers, network appliances, etc.?
So, call me bad at googling, but: I can find dozens of articles on "How to Set up a VPN Connection" and "How to connect to a VPN" for Windows 7... but I can't find a single article on how to access resources after connecting.
I have a home VPN set up in Windows 7; I was able to connect to it from my friend's Windows 7 machine last night. I expected to be able to UNC into my shares; I also expected to be able to go to "Start > Computer" and Click "Network" on the left side, and then see all of the devices on my home network (while the VPN was connected).
Am I missing something obvious? How do I make this happen?
windows-7 vpn windows-networking
migrated from serverfault.com Jan 12 '11 at 11:08
This question came from our site for system and network administrators.
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
After I have successfully connected to a Windows 7 box via the built-in VPN: how do I access shares, shared printers, network appliances, etc.?
So, call me bad at googling, but: I can find dozens of articles on "How to Set up a VPN Connection" and "How to connect to a VPN" for Windows 7... but I can't find a single article on how to access resources after connecting.
I have a home VPN set up in Windows 7; I was able to connect to it from my friend's Windows 7 machine last night. I expected to be able to UNC into my shares; I also expected to be able to go to "Start > Computer" and Click "Network" on the left side, and then see all of the devices on my home network (while the VPN was connected).
Am I missing something obvious? How do I make this happen?
windows-7 vpn windows-networking
After I have successfully connected to a Windows 7 box via the built-in VPN: how do I access shares, shared printers, network appliances, etc.?
So, call me bad at googling, but: I can find dozens of articles on "How to Set up a VPN Connection" and "How to connect to a VPN" for Windows 7... but I can't find a single article on how to access resources after connecting.
I have a home VPN set up in Windows 7; I was able to connect to it from my friend's Windows 7 machine last night. I expected to be able to UNC into my shares; I also expected to be able to go to "Start > Computer" and Click "Network" on the left side, and then see all of the devices on my home network (while the VPN was connected).
Am I missing something obvious? How do I make this happen?
windows-7 vpn windows-networking
windows-7 vpn windows-networking
edited Jun 10 '12 at 14:42
Der Hochstapler
67k48230283
67k48230283
asked Jan 9 '11 at 14:27
mbrion
2112
2112
migrated from serverfault.com Jan 12 '11 at 11:08
This question came from our site for system and network administrators.
migrated from serverfault.com Jan 12 '11 at 11:08
This question came from our site for system and network administrators.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
You connect to the remote machines in the exact same way as you would as if you were on that network.
I have just faced this problem at work and it is simply because you can only send IP/Subnet remotely and not DNS server nor DNS suffix.
There are a few different ways to solve this issue... the best way, which changes depending on your settings is to do the following:
- Right click on the VPN connection and click
properties
- Double click on
Internet Protocol Version 4 (TCP/IPv4)
- Type the IP of your DNS server in the
Preferred DNS server
- Click
Advanced
. - Type the DNS suffix that is used by the machines on the network in the
DNS suffix for this connection
box. - Click
OK
on all the boxes and try to reconnect.
Hopefully this will help you. If it doesn't, there are a few other options such as enabling DHCP pass through so that your machine gets all the correct settings (but, this has some other problems), using the hosts file which is very easy if you only have one or two remote machines, or finally using the CMAK component of Windows Server to generate predefined connections - if you are an Admin who is doing this for an entire office, I would go down the CMAK route - if this is just for one or two machines, do the define DNS route that I detailed above.
add a comment |
up vote
0
down vote
See if you can ping remote servers by their IP address
See if you can
nslookup
/dig
the remote server by their name (i.e.server-1
andserver-1.domain.local
)
Once you got ping
and DNS
working, you can start sorting out browsing of Windows Workgroups
Sorry: would I ping by the IP address the machine uses on the remote LAN? If so, how would I do that? Part of the problem is I'm not sure what prefixes to add into my commands to make sure I'm referring to the appropriate network. For example: if I have a 192.168.1.1 on the network I am physically connected to, and there is also a 192.168.1.1 on the network I am VPNed into, how do I refer to each? Same idea: if there is a \Home-PC on the network I am physically connected to and a \Home-PC on the network I VPN into, how do I distinguish each?
– mbrion
Jan 17 '11 at 1:23
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You connect to the remote machines in the exact same way as you would as if you were on that network.
I have just faced this problem at work and it is simply because you can only send IP/Subnet remotely and not DNS server nor DNS suffix.
There are a few different ways to solve this issue... the best way, which changes depending on your settings is to do the following:
- Right click on the VPN connection and click
properties
- Double click on
Internet Protocol Version 4 (TCP/IPv4)
- Type the IP of your DNS server in the
Preferred DNS server
- Click
Advanced
. - Type the DNS suffix that is used by the machines on the network in the
DNS suffix for this connection
box. - Click
OK
on all the boxes and try to reconnect.
Hopefully this will help you. If it doesn't, there are a few other options such as enabling DHCP pass through so that your machine gets all the correct settings (but, this has some other problems), using the hosts file which is very easy if you only have one or two remote machines, or finally using the CMAK component of Windows Server to generate predefined connections - if you are an Admin who is doing this for an entire office, I would go down the CMAK route - if this is just for one or two machines, do the define DNS route that I detailed above.
add a comment |
up vote
0
down vote
You connect to the remote machines in the exact same way as you would as if you were on that network.
I have just faced this problem at work and it is simply because you can only send IP/Subnet remotely and not DNS server nor DNS suffix.
There are a few different ways to solve this issue... the best way, which changes depending on your settings is to do the following:
- Right click on the VPN connection and click
properties
- Double click on
Internet Protocol Version 4 (TCP/IPv4)
- Type the IP of your DNS server in the
Preferred DNS server
- Click
Advanced
. - Type the DNS suffix that is used by the machines on the network in the
DNS suffix for this connection
box. - Click
OK
on all the boxes and try to reconnect.
Hopefully this will help you. If it doesn't, there are a few other options such as enabling DHCP pass through so that your machine gets all the correct settings (but, this has some other problems), using the hosts file which is very easy if you only have one or two remote machines, or finally using the CMAK component of Windows Server to generate predefined connections - if you are an Admin who is doing this for an entire office, I would go down the CMAK route - if this is just for one or two machines, do the define DNS route that I detailed above.
add a comment |
up vote
0
down vote
up vote
0
down vote
You connect to the remote machines in the exact same way as you would as if you were on that network.
I have just faced this problem at work and it is simply because you can only send IP/Subnet remotely and not DNS server nor DNS suffix.
There are a few different ways to solve this issue... the best way, which changes depending on your settings is to do the following:
- Right click on the VPN connection and click
properties
- Double click on
Internet Protocol Version 4 (TCP/IPv4)
- Type the IP of your DNS server in the
Preferred DNS server
- Click
Advanced
. - Type the DNS suffix that is used by the machines on the network in the
DNS suffix for this connection
box. - Click
OK
on all the boxes and try to reconnect.
Hopefully this will help you. If it doesn't, there are a few other options such as enabling DHCP pass through so that your machine gets all the correct settings (but, this has some other problems), using the hosts file which is very easy if you only have one or two remote machines, or finally using the CMAK component of Windows Server to generate predefined connections - if you are an Admin who is doing this for an entire office, I would go down the CMAK route - if this is just for one or two machines, do the define DNS route that I detailed above.
You connect to the remote machines in the exact same way as you would as if you were on that network.
I have just faced this problem at work and it is simply because you can only send IP/Subnet remotely and not DNS server nor DNS suffix.
There are a few different ways to solve this issue... the best way, which changes depending on your settings is to do the following:
- Right click on the VPN connection and click
properties
- Double click on
Internet Protocol Version 4 (TCP/IPv4)
- Type the IP of your DNS server in the
Preferred DNS server
- Click
Advanced
. - Type the DNS suffix that is used by the machines on the network in the
DNS suffix for this connection
box. - Click
OK
on all the boxes and try to reconnect.
Hopefully this will help you. If it doesn't, there are a few other options such as enabling DHCP pass through so that your machine gets all the correct settings (but, this has some other problems), using the hosts file which is very easy if you only have one or two remote machines, or finally using the CMAK component of Windows Server to generate predefined connections - if you are an Admin who is doing this for an entire office, I would go down the CMAK route - if this is just for one or two machines, do the define DNS route that I detailed above.
answered Jun 10 '12 at 14:43
William Hilsum
108k16159249
108k16159249
add a comment |
add a comment |
up vote
0
down vote
See if you can ping remote servers by their IP address
See if you can
nslookup
/dig
the remote server by their name (i.e.server-1
andserver-1.domain.local
)
Once you got ping
and DNS
working, you can start sorting out browsing of Windows Workgroups
Sorry: would I ping by the IP address the machine uses on the remote LAN? If so, how would I do that? Part of the problem is I'm not sure what prefixes to add into my commands to make sure I'm referring to the appropriate network. For example: if I have a 192.168.1.1 on the network I am physically connected to, and there is also a 192.168.1.1 on the network I am VPNed into, how do I refer to each? Same idea: if there is a \Home-PC on the network I am physically connected to and a \Home-PC on the network I VPN into, how do I distinguish each?
– mbrion
Jan 17 '11 at 1:23
add a comment |
up vote
0
down vote
See if you can ping remote servers by their IP address
See if you can
nslookup
/dig
the remote server by their name (i.e.server-1
andserver-1.domain.local
)
Once you got ping
and DNS
working, you can start sorting out browsing of Windows Workgroups
Sorry: would I ping by the IP address the machine uses on the remote LAN? If so, how would I do that? Part of the problem is I'm not sure what prefixes to add into my commands to make sure I'm referring to the appropriate network. For example: if I have a 192.168.1.1 on the network I am physically connected to, and there is also a 192.168.1.1 on the network I am VPNed into, how do I refer to each? Same idea: if there is a \Home-PC on the network I am physically connected to and a \Home-PC on the network I VPN into, how do I distinguish each?
– mbrion
Jan 17 '11 at 1:23
add a comment |
up vote
0
down vote
up vote
0
down vote
See if you can ping remote servers by their IP address
See if you can
nslookup
/dig
the remote server by their name (i.e.server-1
andserver-1.domain.local
)
Once you got ping
and DNS
working, you can start sorting out browsing of Windows Workgroups
See if you can ping remote servers by their IP address
See if you can
nslookup
/dig
the remote server by their name (i.e.server-1
andserver-1.domain.local
)
Once you got ping
and DNS
working, you can start sorting out browsing of Windows Workgroups
edited Dec 21 '12 at 23:39
Canadian Luke
17.9k3086145
17.9k3086145
answered Jan 9 '11 at 16:56
DutchUncle
1012
1012
Sorry: would I ping by the IP address the machine uses on the remote LAN? If so, how would I do that? Part of the problem is I'm not sure what prefixes to add into my commands to make sure I'm referring to the appropriate network. For example: if I have a 192.168.1.1 on the network I am physically connected to, and there is also a 192.168.1.1 on the network I am VPNed into, how do I refer to each? Same idea: if there is a \Home-PC on the network I am physically connected to and a \Home-PC on the network I VPN into, how do I distinguish each?
– mbrion
Jan 17 '11 at 1:23
add a comment |
Sorry: would I ping by the IP address the machine uses on the remote LAN? If so, how would I do that? Part of the problem is I'm not sure what prefixes to add into my commands to make sure I'm referring to the appropriate network. For example: if I have a 192.168.1.1 on the network I am physically connected to, and there is also a 192.168.1.1 on the network I am VPNed into, how do I refer to each? Same idea: if there is a \Home-PC on the network I am physically connected to and a \Home-PC on the network I VPN into, how do I distinguish each?
– mbrion
Jan 17 '11 at 1:23
Sorry: would I ping by the IP address the machine uses on the remote LAN? If so, how would I do that? Part of the problem is I'm not sure what prefixes to add into my commands to make sure I'm referring to the appropriate network. For example: if I have a 192.168.1.1 on the network I am physically connected to, and there is also a 192.168.1.1 on the network I am VPNed into, how do I refer to each? Same idea: if there is a \Home-PC on the network I am physically connected to and a \Home-PC on the network I VPN into, how do I distinguish each?
– mbrion
Jan 17 '11 at 1:23
Sorry: would I ping by the IP address the machine uses on the remote LAN? If so, how would I do that? Part of the problem is I'm not sure what prefixes to add into my commands to make sure I'm referring to the appropriate network. For example: if I have a 192.168.1.1 on the network I am physically connected to, and there is also a 192.168.1.1 on the network I am VPNed into, how do I refer to each? Same idea: if there is a \Home-PC on the network I am physically connected to and a \Home-PC on the network I VPN into, how do I distinguish each?
– mbrion
Jan 17 '11 at 1:23
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f232199%2fhow-to-access-network-shares-printers-etc-through-windows-7-built-in-vpn%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown