Client connecting via powerline ethernet is having problems

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
warbux
OpenVpn Newbie
Posts: 10
Joined: Sun Dec 30, 2012 5:14 pm

Client connecting via powerline ethernet is having problems

Post by warbux » Wed Jan 23, 2013 7:15 pm

Hi I have a simple VPN setup for a few clients and one of them is suddenly having his internet crash every couple days. I think its interference because its only happening to him. Currently MTU is set at 1500 I have quite a few clients on there so I don't want to interrupt all of their service unless its something I need to do but I am thinking I might need to lower this. Here is my config and the logs.
  • port 1194 #- port
    proto udp #- protocol
    dev tun
    tun-mtu 1500
    ##fragment 1400
    ##mssfix 1450
    ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
    cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
    key /etc/openvpn/easy-rsa/2.0/keys/server.key
    dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
    plugin /usr/lib/openvpn/openvpn-auth-pam.so /etc/pam.d/login
    client-cert-not-required
    username-as-common-name
    server 10.8.1.0 255.255.255.0
    push "redirect-gateway def1"
    push "dhcp-option DNS 8.8.8.8"
    push "dhcp-option DNS 8.8.4.4"
    keepalive 10 60
    persist-key
    persist-tun
    #nogroup
    #group nobody
    client-config-dir /etc/openvpn/ccd
    route 10.8.2.0 255.255.255.0
    route 10.8.3.0 255.255.255.0
    route 10.8.4.0 255.255.255.0
    route 10.8.5.0 255.255.255.0
    route 10.8.6.0 255.255.255.0
    route 10.8.7.0 255.255.255.0
    route 10.8.8.0 255.255.255.0
    route 10.8.9.0 255.255.255.0
    route 10.8.10.0 255.255.255.0
    log ./openvpn-log.log
    status ./ovpnstatus.log 5
    status-version 2
  • Mon Jan 21 10:48:12 2013 203.0.113.3:51792 [tesslerc] Peer Connection Initiated with [AF_INET]203.0.113.3:51792
    Mon Jan 21 10:48:12 2013 tesslerc/203.0.113.3:51792 MULTI_sva: pool returned IPv4=10.8.1.6, IPv6=c897:4601::c897:4601:0:0
    Mon Jan 21 10:48:15 2013 tesslerc/203.0.113.3:51792 send_push_reply(): safe_cap=960
    Mon Jan 21 11:52:34 2013 tesslerc/203.0.113.3:51792 Authenticate/Decrypt packet error: bad packet ID (may be a replay): [ #26131 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
    Mon Jan 21 11:52:34 2013 tesslerc/203.0.113.3:51792 Authenticate/Decrypt packet error: bad packet ID (may be a replay): [ #26132 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
    Mon Jan 21 11:52:34 2013 tesslerc/203.0.113.3:51792 Authenticate/Decrypt packet error: bad packet ID (may be a replay): [ #26133 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings

What do you guys think?

Post Reply