Cannot connect to OpenVPN Access Server using an LTE Router (EBW-L100)
I am trying to connect to my Access Server 2.5.2 using an LTE Router with OpenVPN capabilities. I have successfully set up a VPN connection using my computer, however I get the following logs on the LTE router:
Mon Jan 21 15:53:26 2019 OpenVPN 2.3.18 arm-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Dec 11 2017
Mon Jan 21 15:53:26 2019 library versions: OpenSSL 1.0.2n 7 Dec 2017, LZO 2.06
Mon Jan 21 15:53:26 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Mon Jan 21 15:53:27 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Mon Jan 21 15:53:27 2019 Attempting to establish TCP connection with [AF_INET]0.0.0.0:444 [nonblock]
Mon Jan 21 15:53:28 2019 TCP connection established with [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link local (bound): [undef]
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link remote: [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 Connection reset, restarting [0]
Mon Jan 21 15:53:28 2019 SIGUSR1[soft,connection-reset] received, process restarting
Mon Jan 21 15:53:28 2019 Restart pause, 5 second(s)
(My public IP address has been replaced with 0.0.0.0)
The router has a GUI for configuring the OpenVPN client. I have the ability to access the generated config file:
remote my.hostname.is.here.com # IP address or domain name of remote terminal
ca /etc/openvpn/wwan/client/ca.crt # File with certificate of Certification Authority (CA)
key /etc/openvpn/wwan/client/private.key # Private (and secret) key used in combination with certificate
cert /etc/openvpn/wwan/client/cert.crt # File with certificate
proto tcp-client # Used protocol for tunnel
lport 444 # Local tunnelling port
rport 444 # Remote tunnelling port
comp-lzo # Activate LZO compression
cipher AES-128-CBC # Use cipher
ns-cert-type server # Accept only certificates which were created with this entry
tun-mtu 1500 # Maximum size of packets in byte
reneg-sec 3600 # Interval for renegotiation of data channel key (in seconds)
ping 30 # Check VPN connection after this amount of seconds
ping-restart 60 # Reestablish VPN connection after this amount of seconds without receiving a ping from the peer
verb 3 # Amount of log messages
dev tun # OpenVPN network device
float # Accept packets from all machines (float)
How would I go about debugging/resolving this issue?
The router has a Firewall (which is deactivated) and Routing tab. Do I need to setup a route for this to work?
networking router vpn openvpn
add a comment |
I am trying to connect to my Access Server 2.5.2 using an LTE Router with OpenVPN capabilities. I have successfully set up a VPN connection using my computer, however I get the following logs on the LTE router:
Mon Jan 21 15:53:26 2019 OpenVPN 2.3.18 arm-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Dec 11 2017
Mon Jan 21 15:53:26 2019 library versions: OpenSSL 1.0.2n 7 Dec 2017, LZO 2.06
Mon Jan 21 15:53:26 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Mon Jan 21 15:53:27 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Mon Jan 21 15:53:27 2019 Attempting to establish TCP connection with [AF_INET]0.0.0.0:444 [nonblock]
Mon Jan 21 15:53:28 2019 TCP connection established with [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link local (bound): [undef]
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link remote: [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 Connection reset, restarting [0]
Mon Jan 21 15:53:28 2019 SIGUSR1[soft,connection-reset] received, process restarting
Mon Jan 21 15:53:28 2019 Restart pause, 5 second(s)
(My public IP address has been replaced with 0.0.0.0)
The router has a GUI for configuring the OpenVPN client. I have the ability to access the generated config file:
remote my.hostname.is.here.com # IP address or domain name of remote terminal
ca /etc/openvpn/wwan/client/ca.crt # File with certificate of Certification Authority (CA)
key /etc/openvpn/wwan/client/private.key # Private (and secret) key used in combination with certificate
cert /etc/openvpn/wwan/client/cert.crt # File with certificate
proto tcp-client # Used protocol for tunnel
lport 444 # Local tunnelling port
rport 444 # Remote tunnelling port
comp-lzo # Activate LZO compression
cipher AES-128-CBC # Use cipher
ns-cert-type server # Accept only certificates which were created with this entry
tun-mtu 1500 # Maximum size of packets in byte
reneg-sec 3600 # Interval for renegotiation of data channel key (in seconds)
ping 30 # Check VPN connection after this amount of seconds
ping-restart 60 # Reestablish VPN connection after this amount of seconds without receiving a ping from the peer
verb 3 # Amount of log messages
dev tun # OpenVPN network device
float # Accept packets from all machines (float)
How would I go about debugging/resolving this issue?
The router has a Firewall (which is deactivated) and Routing tab. Do I need to setup a route for this to work?
networking router vpn openvpn
add a comment |
I am trying to connect to my Access Server 2.5.2 using an LTE Router with OpenVPN capabilities. I have successfully set up a VPN connection using my computer, however I get the following logs on the LTE router:
Mon Jan 21 15:53:26 2019 OpenVPN 2.3.18 arm-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Dec 11 2017
Mon Jan 21 15:53:26 2019 library versions: OpenSSL 1.0.2n 7 Dec 2017, LZO 2.06
Mon Jan 21 15:53:26 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Mon Jan 21 15:53:27 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Mon Jan 21 15:53:27 2019 Attempting to establish TCP connection with [AF_INET]0.0.0.0:444 [nonblock]
Mon Jan 21 15:53:28 2019 TCP connection established with [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link local (bound): [undef]
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link remote: [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 Connection reset, restarting [0]
Mon Jan 21 15:53:28 2019 SIGUSR1[soft,connection-reset] received, process restarting
Mon Jan 21 15:53:28 2019 Restart pause, 5 second(s)
(My public IP address has been replaced with 0.0.0.0)
The router has a GUI for configuring the OpenVPN client. I have the ability to access the generated config file:
remote my.hostname.is.here.com # IP address or domain name of remote terminal
ca /etc/openvpn/wwan/client/ca.crt # File with certificate of Certification Authority (CA)
key /etc/openvpn/wwan/client/private.key # Private (and secret) key used in combination with certificate
cert /etc/openvpn/wwan/client/cert.crt # File with certificate
proto tcp-client # Used protocol for tunnel
lport 444 # Local tunnelling port
rport 444 # Remote tunnelling port
comp-lzo # Activate LZO compression
cipher AES-128-CBC # Use cipher
ns-cert-type server # Accept only certificates which were created with this entry
tun-mtu 1500 # Maximum size of packets in byte
reneg-sec 3600 # Interval for renegotiation of data channel key (in seconds)
ping 30 # Check VPN connection after this amount of seconds
ping-restart 60 # Reestablish VPN connection after this amount of seconds without receiving a ping from the peer
verb 3 # Amount of log messages
dev tun # OpenVPN network device
float # Accept packets from all machines (float)
How would I go about debugging/resolving this issue?
The router has a Firewall (which is deactivated) and Routing tab. Do I need to setup a route for this to work?
networking router vpn openvpn
I am trying to connect to my Access Server 2.5.2 using an LTE Router with OpenVPN capabilities. I have successfully set up a VPN connection using my computer, however I get the following logs on the LTE router:
Mon Jan 21 15:53:26 2019 OpenVPN 2.3.18 arm-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Dec 11 2017
Mon Jan 21 15:53:26 2019 library versions: OpenSSL 1.0.2n 7 Dec 2017, LZO 2.06
Mon Jan 21 15:53:26 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Mon Jan 21 15:53:27 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Mon Jan 21 15:53:27 2019 Attempting to establish TCP connection with [AF_INET]0.0.0.0:444 [nonblock]
Mon Jan 21 15:53:28 2019 TCP connection established with [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link local (bound): [undef]
Mon Jan 21 15:53:28 2019 TCPv4_CLIENT link remote: [AF_INET]0.0.0.0:444
Mon Jan 21 15:53:28 2019 Connection reset, restarting [0]
Mon Jan 21 15:53:28 2019 SIGUSR1[soft,connection-reset] received, process restarting
Mon Jan 21 15:53:28 2019 Restart pause, 5 second(s)
(My public IP address has been replaced with 0.0.0.0)
The router has a GUI for configuring the OpenVPN client. I have the ability to access the generated config file:
remote my.hostname.is.here.com # IP address or domain name of remote terminal
ca /etc/openvpn/wwan/client/ca.crt # File with certificate of Certification Authority (CA)
key /etc/openvpn/wwan/client/private.key # Private (and secret) key used in combination with certificate
cert /etc/openvpn/wwan/client/cert.crt # File with certificate
proto tcp-client # Used protocol for tunnel
lport 444 # Local tunnelling port
rport 444 # Remote tunnelling port
comp-lzo # Activate LZO compression
cipher AES-128-CBC # Use cipher
ns-cert-type server # Accept only certificates which were created with this entry
tun-mtu 1500 # Maximum size of packets in byte
reneg-sec 3600 # Interval for renegotiation of data channel key (in seconds)
ping 30 # Check VPN connection after this amount of seconds
ping-restart 60 # Reestablish VPN connection after this amount of seconds without receiving a ping from the peer
verb 3 # Amount of log messages
dev tun # OpenVPN network device
float # Accept packets from all machines (float)
How would I go about debugging/resolving this issue?
The router has a Firewall (which is deactivated) and Routing tab. Do I need to setup a route for this to work?
networking router vpn openvpn
networking router vpn openvpn
asked Jan 21 at 14:50
Heiri HugetoblerHeiri Hugetobler
12
12
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f1396648%2fcannot-connect-to-openvpn-access-server-using-an-lte-router-ebw-l100%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f1396648%2fcannot-connect-to-openvpn-access-server-using-an-lte-router-ebw-l100%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