[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

Re: [Openvpn-users] Newbie question


  • Subject: Re: [Openvpn-users] Newbie question
  • From: Scott Ackerman <scott@xxxxxxxxxxxxxxxxxx>
  • Date: Wed, 04 Oct 2006 18:55:42 -0600
  • Openpgp: id=ABED5571

Ian,
I thank you for your reply. I just pretty much used the vanilla
configuration on the OpenVPN Website. I have put my configuration files
below along with the ipconfig /all results. The strange thing is that I
can ping anything on the server side network, I just can't mount shares.
The other thing that I noticed is that on the client side ipconfig
reports that the "cable is disconnected". I am guessing that this is a
routing issue but I just can't seem to figure it out.

Client Configuration File

client
dev tun
proto udp
remote 216.17.172.96 1194
resolv-retry infinite
ifconfig 192.168.99.2 192.168.99.1
route 10.20.11.0 255.255.255.0 192.168.99.1
persist-key
persist-tun
ca ca.crt
cert client1.crt
key client1.key
comp-lzo
verb 3
mute 10


Server Configuration File

port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 192.168.99.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 10.20.11.0 255.255.255.0"
push "dhcp-option DNS 192.168.99.1"
push "dhcp-option WINS 192.168.99.1"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 5
mute 10


client ipconfig

Windows 2000 IP Configuration

        Host Name . . . . . . . . . . . . : gandalf
        Primary DNS Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : middle_earth

Ethernet adapter Local Area Connection 4:

        Media State . . . . . . . . . . . : Cable Disconnected
        Description . . . . . . . . . . . : TAP-Win32 Adapter V8
        Physical Address. . . . . . . . . : 00-FF-D7-15-05-45

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . : middle_earth
        Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Desktop
Adapter
        Physical Address. . . . . . . . . : 00-07-E9-0C-F7-B5
        DHCP Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.13.20
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.13.1
        DHCP Server . . . . . . . . . . . : 192.168.13.1
        DNS Servers . . . . . . . . . . . : 68.87.66.196
                                            68.87.94.196
        Primary WINS Server . . . . . . . : 192.168.13.10
        Lease Obtained. . . . . . . . . . : Wednesday, October 04, 2006
6:20:54 PM
        Lease Expires . . . . . . . . . . : Saturday, October 07, 2006
6:20:54 PM

Server

Windows 2000 IP Configuration

        Host Name . . . . . . . . . . . . : pioneer2
        Primary DNS Suffix  . . . . . . . : pioneer-school.org
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : pioneer-school.org

Ethernet adapter Local Area Connection 6:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : TAP-Win32 Adapter V8
        Physical Address. . . . . . . . . : 00-FF-E1-17-F3-2A
        DHCP Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.99.1
        Subnet Mask . . . . . . . . . . . : 255.255.255.252
        Default Gateway . . . . . . . . . :
        DHCP Server . . . . . . . . . . . : 192.168.99.2
        DNS Servers . . . . . . . . . . . :
        Lease Obtained. . . . . . . . . . : Tuesday, October 03, 2006 6:50

        Lease Expires . . . . . . . . . . : Wednesday, October 03, 2007
6:00PM

Ethernet adapter Team:

        Connection-specific DNS Suffix  . : pioneer-school.org
        Description . . . . . . . . . . . : Team #1
        Physical Address. . . . . . . . . : 00-08-02-DF-E2-AE
        DHCP Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 10.20.11.22
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 10.20.11.2
        DNS Servers . . . . . . . . . . . : 216.17.128.1
                                            216.17.128.2

Scott B. Ackerman
1212 Baker Street
Fort Collins, Colorado 80524
970-231-9035
scott@xxxxxxxxxxxxxxxxxx


"Every improvement in the standard of work men do is followed swiftly and inevitably by an improvement in the men who do it" - William Morris 


Ian Macnaughtan wrote:
>> -----Original Message-----
>> From: openvpn-users-bounces@xxxxxxxxxxxxxxxxxxxxx
>> [mailto:openvpn-users-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Les 
>> Mikesell
>> Sent: Thursday, 5 October 2006 6:15 AM
>> To: Scott Ackerman
>> Cc: openvpn-users@xxxxxxxxxxxxxxxxxxxxx
>> Subject: Re: [Openvpn-users] Newbie question
>>
>> On Wed, 2006-10-04 at 12:50 -0600, Scott Ackerman wrote:
>>     
>>> Okay, here is the deal. I have set up an OpenVPN 2.09 server on a 
>>> Windows 2000 server which is behind a Linux box that is acting as a 
>>> firewall and proxy server. I have OpenVPN 2.09 client on a Windows 
>>> 2000 professional which is also behind a Linux box that is
>>>       
>> acting as a
>>     
>>> firewall and proxy server. I believe that neither firewall
>>>       
>> is at issue
>>     
>>> because I can ping bi-directionally. From the client, I can
>>>       
>> also ping
>>     
>>> any address on the server subnet. The client subnet is at
>>>       
>> 192.168.13.0
>>     
>>> the server subnet 10.20.11.0 the vpn subnet is 192.168.99.0. The 
>>> server side is also running a WINS server at 192.168.99.1.
>>>       
>> The problem
>>     
>>> is that I cannot ping host names, and I cannot mount any
>>>       
>> shared drives
>>     
>>> using net use with appropriate user name passwords, etc. I
>>>       
>> am not sure
>>     
>>> where to start looking, as I have been working on this for two days 
>>> straight now, I have also looked at the FAQ's and looked at
>>>       
>> 3 months of mail archives.
>>     
>>> Both sides are using tun, and I am using the configuration that is 
>>> recommended at the Shorewall site since that is the
>>>       
>> firewall package I
>>     
>>> am using. Where to next?
>>>       
>> Does 'ipconfig /all' on the client show that the correct WINS server 
>> is being used - and is there some reason to think it is working?  
>> Another way to make this work is to put all the names you need into 
>> DNS and add the domain to your DNS search list.
>>
>>     
>
> I might be way of base here. Shouldn't the WINS server be in the server
> subnet and not the vpn subnet? 
>
> Regards
> Ian Macnaughtan.
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Openvpn-users mailing list
> Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/openvpn-users
>   
______________________
OpenVPN mailing lists
https://lists.sourceforge.net/lists/listinfo/openvpn-users


Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-10/msg00040.html on line 391

Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-10/msg00040.html on line 391