Re: FreeBSD OpenVPN and SMB Connection Issues

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Bryan O'Neal
Date:  
To: Main PLUG discussion list
Subject: Re: FreeBSD OpenVPN and SMB Connection Issues
To be honest I am not sure how to do this on BSD either. However some quick
Googleing found something for you to try.
arp -d 216.9.190.124 (to "drop" the entry, then ping to reestablish)
    or
arp -s 216.9.190.124 MA:Cx:xx::xx:xx ( where the second argument is the mac
address of the device in question. This should force the entry to the
correct mac address)


Or you could try this script that should clear all of your arp cache.

*arp -an | awk '{print $2}' | sed s/"("// | sed s/")"// | xargs -n 1 arp -d
*



On Thu, Apr 2, 2009 at 4:39 PM, Eric Cope <> wrote:

> please excuse my ignorance, but how do you do that? Is it forced every
> reboot? I have rebooted several times.
>
> On Thu, Apr 2, 2009 at 3:54 PM, Bryan O'Neal <>wrote:
>
>> I have not used BSD in a while, so I may be speaking out of turn here,
>> but have you tried clearing the arp cache forcing it to create a new entry
>> to look up?
>>
>> ------------------------------
>> *From:* [mailto:
>> ] *On Behalf Of *Eric Cope
>> *Sent:* Thursday, April 02, 2009 1:51 PM
>> *To:* Main PLUG discussion list
>> *Subject:* Re: FreeBSD OpenVPN and SMB Connection Issues
>>
>> Anyone have any ideas?
>>
>> On Wed, Apr 1, 2009 at 9:56 PM, Eric Cope <> wrote:
>>
>>> Hello all,
>>> I am running a FreeBSD 7 server at home. I recently filled up the /usr
>>> partition. I cleaned it out, but now I can't connect with my OpenVPN client
>>> nor via Samba. I can connect via SSH. The logs look normal, other than these
>>> lines in debug.log
>>>
>>> ...
>>> Mar 26 23:50:58 e-server kernel: arplookup 216.9.190.124 failed: host is
>>> not on local network
>>> Apr 1 21:48:09 e-server kernel: arplookup 216.9.190.124 failed: host is
>>> not on local network
>>>
>>> followed by "this message repeated xxx times" several times.
>>>
>>> Any ideas?
>>>
>>> Eric
>>>
>>
>>
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss