Search code, repositories, users, issues, pull requests...

Provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesnt connects to the local open vpn server on 127.0.0.1 #224

@sajiljosephs

sajiljosephs commented Sep 29, 2021

Sorry, something went wrong.

@brinza888

brinza888 commented May 21, 2023

No branches or pull requests

@brinza888

OPNsense

  • OPNsense Forum »
  • Archive »
  • 19.1 Legacy Series »
  • OpenVPN:TCP/UDP: Socket bind failed on local address [AF_INET]

Author Topic: OpenVPN:TCP/UDP: Socket bind failed on local address [AF_INET]  (Read 13315 times)

cannot assign requested address (errno=99) openvpn

Re: OpenVPN:TCP/UDP: Socket bind failed on local address [AF_INET]

  • Administrator
  • Hero Member
  • Posts: 15921
  • Karma: 1407
  • SMF 2.0.19 | SMF © 2021 , Simple Machines Privacy Policy | XHTML | RSS | WAP2

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

ssh tunnel - bind: Cannot assign requested address

Trying to create a socks (-D) ssh tunnel - Linux box to Linux box (both centos):

sshd running on remote side ok.

From local machine we do / see this:

(where 8.8.8.8 is really my server's IP and 'user' is my real username)

I am logged into the remote side in this terminal-window. I can verify that the local port was unused prior to this command, and then used by an ssh process, after the command, via:

So, unlike most googled-responses with this error, the problem would not seem to be the loopback interface assignment. If I try to use this tunnel with a mail client, the local-side permits the attempt (no 'proxy-failed' error), but no data / reply is returned.

On the remote side, I do have "PermitTunnel yes" in my sshd_config (though 'yes' should be the default, anyway).

Ideas or Clues?

Here is the relevant debug-output

Other clue: If I run a Virtual Box on the client running Windows, open a tunnel with putty in that box, that tunnel, to the same remote server, works.

Stranger Still" If I use Putty (for linux) running directly on the Linux Client, it does NOT work, even if the settings are an exact duplicate of the putty settings which DO WORK in Putty running on Windows in a Virtual Box on the same Client Machine?? There is something fishy ... still trying experiments to figure out what it is.

JosephK's user avatar

  • What if you try and force it to use ipv4? (just as an initial troubleshooting test). E.g. ssh -4 -D 1080 [email protected] –  Friedrich 'Fred' Clausen Nov 1, 2012 at 10:54
  • Can you try a higher port number, 4000? –  Baldrick Nov 1, 2012 at 10:57
  • Thanks for inputs. I got it to work with: ssh -4 -D 8081 [email protected] –  JosephK Nov 1, 2012 at 15:51

The close the loop here. The answer, in this case, was to force the ssh client to use ipv4. E.g.

Friedrich 'Fred' Clausen's user avatar

  • So I would think, except that I can select 'force ip4' in putty (running on Linux) without success. Also IPV6 is disabled on this machine, so theoretically should not have been at play. The completely inconsistent results I still get trying different permutations of this thing leave me scratching my head. In any case, your answer helped me get it working, and perhaps has uncovered something odd about how this version of CentOS or Linux Kernel or some-such is operating - Thanks. –  JosephK Nov 6, 2012 at 5:57
  • 1 Thanks a lot, the -4 was also the solution for Ubuntu 11.04. –  Sander Dec 24, 2012 at 21:03
  • 6 Instead of having to specify -4 every time, assuming all ssh connections are to be made with IPv4 only, add "AddressFamily inet" to your ssh_config file -- per user in ${HOME}/.ssh/ssh_config, or system wide for all users in /etc/ssh/ssh_config –  J G Miller Mar 13, 2017 at 13:04
  • 6 What was the clue that made you think to try -4 ? –  Paul Price Apr 28, 2018 at 0:11
  • 2 Refer to electricmonk.nl/log/2014/09/24/… . The clue is it listens on ipv6: "debug1: Local forwarding listening on ::1 port 8080." –  Haili Sun Oct 29, 2021 at 5:26

You must log in to answer this question.

Not the answer you're looking for browse other questions tagged linux ssh tunnel ..

  • The Overflow Blog
  • How do mixture-of-experts layers affect transformer models?
  • What a year building AI has taught Stack Overflow
  • Featured on Meta
  • New Focus Styles & Updated Styling for Button Groups
  • Upcoming initiatives on Stack Overflow and across the Stack Exchange network

Hot Network Questions

  • Who was the first person to get a more accurate measure of the earth's circumference than Eratosthenes?
  • Could I file a complaint against discrimination in my favor?
  • How to derive the average current drawn by the op amp in the given circuit?
  • PCB Edge connector: nipples on each finger?
  • What happens if I use a material component of greater value than spell requires?
  • Are there any international laws / treaties that regulate the use of AI to coordinate air strikes?
  • In what sense is our death more desirable or in some way ‘better’ than our birth in Ecclesiastes 7:1?
  • How to rotate an electron mathematically?
  • Is the subscheme parametrizing the k-th degeneracy loci Cohen-Macaulay?
  • What international law did Ecuador break by storming the Mexican embassy?
  • Computing Haar measure of matrices sampled from SO(n)
  • Indexing array of colors and numbers
  • My workmate wants me to teach her art but I would prefer to maintain a work-only boundary
  • What is the Biblical basis for Christians partaking in formal intellectual debates with atheists and skeptics?
  • Is the Umbrage Hill Quest in Dragon of Icespire Peak likely to kill 1st-level PCs?
  • An Arena/Bump Allocator in C
  • Sci-fi movie from early 2000s with spiders?
  • Is the tidal force the only real force-like quality of gravity?
  • What are the best options for watching total or partial solar eclipse during bad weather conditions?
  • In a sci-fi setting with advanced medicine, how can people still have scars and other damages?
  • Plot is being drawn on layer below gridlines
  • How can quantum error correction correct small rotations/continuous errors?
  • Tilde above the word
  • How to identify small molecules in a structure without bonds

cannot assign requested address (errno=99) openvpn

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Ghost process on a UDP port - Address already in use (errno=98)

An OpenVPN server instance loops its initiating sequence in a deadlock. The log reads:

Booting fails shortly.

Now, sudo lsof -i:<port> gives no output.

However, sudo netstat -tunlp |grep <port> gives

The VPN was working one minute then suddenly it failed on me.

To no effect, I tried restarting the systemd service and the operating system (up to date Raspbian OS).

So while similar questions exist, the issue is finding what is taking up the port. It looks like a ghost to me.

How can I free up a port when apparently no process is listening on it?

FYI, the whole deadlock loop from the OpenVPN log:

The contents of OpenVPN's server.conf

Looking back at the logs, the issue started at the time of a power outage. When the electricity came back on, the OpenVPN server could not recover.

superAnnoyingUser's user avatar

Solved by using the repair option of the installation script followed by a reboot.

curl -L https://install.pivpn.io | bash

(The repair option reinstalls the OpenVPN server with the existing config.)

UPDATE: Turns out I had WireGuard on the box listening on the same port. WireGuard had no associated process, its a kernel module. (Possibly it had an associated systemd service but I never checked before I purged it.)

Why lsof and netstat didn't point out to WireGuard remains a mystery to me.

You must log in to answer this question.

Not the answer you're looking for browse other questions tagged openvpn process port ..

  • The Overflow Blog
  • How do mixture-of-experts layers affect transformer models?
  • What a year building AI has taught Stack Overflow
  • Featured on Meta
  • New Focus Styles & Updated Styling for Button Groups
  • Upcoming initiatives on Stack Overflow and across the Stack Exchange network
  • Google Cloud will be Sponsoring Super User SE

Hot Network Questions

  • A small board-puzzle
  • Would it be possible to convince a hungry alien species that human lives are valuable?
  • Is the tidal force the only real force-like quality of gravity?
  • Effects of a hypothetical "proton-decay" bomb for a fictional story
  • Where do root systems arise in mathematics?
  • Does the acetic acid in vinegar oxidize significantly?
  • Short story about a patient's OCD keeping the world in order
  • Efficient way to find sum of largest x elements in a subarray
  • If a I rent a car in Zurich, Switzerland, can I return the car in Lauterbrunnen?
  • Network analysis Kirchhoff
  • What happens if I use a material component of greater value than spell requires?
  • Computing Haar measure of matrices sampled from SO(n)
  • ". . . those who feel able to answer this call for help, have a strong cup of coffee and be on your way."
  • Do languages have any sort of upper limit for how long it takes to say things?
  • Is Central Limit Theorem about multiple samples or just one?
  • A suggestion on how to create a cemetery shapefile to include multiple entries in an attribute table?
  • How can I design a benevolent, all-powerful deity, and still have a society with day-to-day issues?
  • My PhD supervisor is doing nothing and probably involved in academic misconduct. What should I do about it?
  • Draw a Fibonacci Swoosh
  • Simple task for networking programmers
  • Why do people keep saying 'it is your responsibility' to make sure your supervisor uploads their letter of rec (or similar)?
  • Can a monophonic melody have harmony?
  • FTIR Spectra: Did I synthesize ethyl gallate from gallic acid?
  • In what sense is our death more desirable or in some way ‘better’ than our birth in Ecclesiastes 7:1?

cannot assign requested address (errno=99) openvpn

How I fixed Python OSError: [Errno 99] Cannot assign requested address

When binding a socket, you see an error message like

In my case, the issue was that I was trying to bind the specific IP address  192.168.1.100 but the computer running the script did not have said IP address configured on any interface.

so I needed to change the bind IP address to either  0.0.0.0 to listen to ANY IP address or I needed to change  192.168.1.100 to the IP address of the host computer I am running the script on.

Docker container [Errno 99] Cannot assign requested address

Note that for Docker containers, either you need to run them in network_mode: host to use the host’s network systemd, or you need to bind to the container’s IP address. You can not bind to the host’s IP address from the contaienr unless using  network_mode: host ! But you can forward the ports from the host, binding to a specific IP address.

If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow

  • 3D printing (46)
  • Algorithms (6)
  • Allgemein (90)
  • Android (4)
  • Arduino (7)
  • Audio/Video (29)
  • Bioinformatics (23)
  • Calculators (28)
  • cloud-init (1)
  • CoreOS (16)
  • Docker (132)
  • Kubernetes (11)
  • Portainer (3)
  • Cryptography (11)
  • Data science (11)
  • Documentation (1)
  • Economics (1)
  • Compliance (8)
  • Components (31)
  • Arduino (89)
  • ESP8266/ESP32 (163)
  • FreeRTOS (14)
  • MicroPython (15)
  • PlatformIO (155)
  • Raspberry Pi (60)
  • Teensy (10)
  • Home-Assistant (10)
  • LinuxCNC (6)
  • LumenPnP (3)
  • Medical devices (6)
  • Optoelectronics (1)
  • Teardown (1)
  • CadQuery (12)
  • ImageMagick (2)
  • InvenTree (11)
  • Wordpress (33)
  • Generators (4)
  • Leaflet (1)
  • OpenStreetMap (4)
  • Geoinformatics (5)
  • Hardware (7)
  • Alpine Linux (30)
  • systemd (16)
  • Machine learning (2)
  • Mathematics (10)
  • FreePBX (13)
  • MikroTik (59)
  • OpenWRT (14)
  • Synology (1)
  • Tactical RMM (1)
  • Headscale (15)
  • OpenVPN (2)
  • Wireguard (24)
  • ZeroTier (9)
  • Nextcloud (12)
  • OpenCASCADE (33)
  • Patents (1)
  • Performance (4)
  • Physics (7)
  • GCC errors (51)
  • Haskell (8)
  • Angular (34)
  • NodeJS (58)
  • Octave (13)
  • Cartopy (15)
  • OpenPyXL (7)
  • pandas (54)
  • Paramiko (4)
  • skyfield (6)
  • Typescript (23)
  • Subversion (2)
  • Security (5)
  • Statistics (8)
  • ElasticSearch (34)
  • MongoDB (9)
  • Jupyter (5)
  • OpenCV (10)
  • Pyppeteer (13)
  • Traefik (17)
  • Virtualization (18)
  • TechOverflow (2)
  • PowerShell (4)

Privacy Overview

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

OpenVPN server not starting

I have a VPN server running on Ubuntu 18.04. The server cannot start although it was working some days ago (ports are open I've checked by setting the ssh to use them). I have disabled autostart as pointed out in this post so I can see exactly the errors that make the server not start. First thing that surprised me was that I had to do both sudo update-rc.d openvpn disable and edit /etc/default/openvpn to uncomment the line AUTOSTART="none" to stop the VPN server from automatically starting. Once it does not starts on system boot, when I start the server using sudo openvpn server.conf with a terminal in /etc/openvpn/ I get the following output:

My server configuration file is:

Any ideas on what can I do to solve this? I have changed the relevant ports and the tips to XXX for safety.

apalomer's user avatar

Have you seen this line in your log ?

There is already a process listening to the port, presumably an instance of Openvpn is already running. If you want to check type netstat -antup and see what program is listening on that port.

Kate's user avatar

You must log in to answer this question.

Not the answer you're looking for browse other questions tagged server vpn openvpn ..

  • The Overflow Blog
  • How do mixture-of-experts layers affect transformer models?
  • What a year building AI has taught Stack Overflow
  • Featured on Meta
  • New Focus Styles & Updated Styling for Button Groups
  • Upcoming initiatives on Stack Overflow and across the Stack Exchange network
  • AI-generated content is not permitted on Ask Ubuntu
  • Let's organize some chat workshops

Hot Network Questions

  • How can I design a benevolent, all-powerful deity, and still have a society with day-to-day issues?
  • How can quantum error correction correct small rotations/continuous errors?
  • Tilde above the word
  • ". . . those who feel able to answer this call for help, have a strong cup of coffee and be on your way."
  • What are the best options for watching total or partial solar eclipse during bad weather conditions?
  • Is there a mathematical formula or a list of frequencies (Hz) of notes?
  • Construct the point with two segments
  • Sci-Fi novel where explorers from Earth visited 3 planets
  • Simple task for networking programmers
  • A suggestion on how to create a cemetery shapefile to include multiple entries in an attribute table?
  • In what sense is our death more desirable or in some way ‘better’ than our birth in Ecclesiastes 7:1?
  • Ensuring IEEE 754 Compliance and Numerical Precision in C++ HPC Projects
  • Question regarding inverse of exponential function
  • Why is が used instead of を when wanting something?
  • Are there any international laws / treaties that regulate the use of AI to coordinate air strikes?
  • Is the tidal force the only real force-like quality of gravity?
  • Draw a Fibonacci Swoosh
  • FTIR Spectra: Did I synthesize ethyl gallate from gallic acid?
  • What international law did Ecuador break by storming the Mexican embassy?
  • Can a monophonic melody have harmony?
  • Do rats swim 240 times longer after being saved from drowning?
  • Interleave chain of inequalities with explanations
  • What happens if I use a material component of greater value than spell requires?
  • Is the subscheme parametrizing the k-th degeneracy loci Cohen-Macaulay?

cannot assign requested address (errno=99) openvpn

cannot assign requested address (errno=99) openvpn

OpenVPN Support Forum

Community Support Forum

Skip to content

  • Home Board index Community Project Server Administration Configuration

TCP/UDP: Socket bind failed on local address [AF_INET][undef]:1194: Address already in use (errno=98)

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

Post by OpenVPNUser125 » Wed Jan 05, 2022 6:02 pm

Re: TCP/UDP: Socket bind failed on local address [AF_INET][undef]:1194: Address already in use (errno=98)

Post by TinCanTech » Wed Jan 05, 2022 6:50 pm

Post by OpenVPNUser125 » Thu Jan 06, 2022 8:49 am

Post by TinCanTech » Thu Jan 06, 2022 2:08 pm

Return to “Configuration”

  • Forum & Website Support
  • Community Project
  • ↳   Server Administration
  • ↳   Configuration
  • ↳   Examples
  • ↳   Routed Example
  • ↳   Installation Help
  • ↳   Tutorials
  • ↳   Testing branch
  • ↳   Scripting and Customizations
  • ↳   Authentication Scripts
  • ↳   Routing and Firewall Scripts
  • ↳   Rolling Your Own Installer
  • ↳   Wishlist
  • ↳   Cert / Config management
  • ↳   Easy-RSA
  • OpenVPN Inc. enterprise business solutions
  • ↳   The OpenVPN Access Server
  • ↳   CloudConnexa (previously OpenVPN Cloud)
  • ↳   OpenVPN Connect (Windows)
  • ↳   OpenVPN Connect (macOS)
  • ↳   OpenVPN Connect (Android)
  • ↳   OpenVPN Connect (iOS)
  • Off Topic, Related
  • Braggin' Rights
  • ↳   My VPN
  • ↳   Doh!
  • Pay OpenVPN Service Provider Reviews/Comments
  • Home Board index
  • All times are UTC

IMAGES

  1. 3 Ways To Fix OpenVPN Cannot Resolve Host Address

    cannot assign requested address (errno=99) openvpn

  2. OpenVPN

    cannot assign requested address (errno=99) openvpn

  3. OpenVPN

    cannot assign requested address (errno=99) openvpn

  4. OSError: [Errno 99] Cannot assign requested address

    cannot assign requested address (errno=99) openvpn

  5. [Solved] socket.error:[errno 99] cannot assign requested

    cannot assign requested address (errno=99) openvpn

  6. [Solved] MongoDB bind_ip error: bind() failed errno:99

    cannot assign requested address (errno=99) openvpn

VIDEO

  1. Open VPN Authenticated problem solved Unlimited

  2. UBUNTU FIX: failed to connect to some HTTPS sites

  3. Converting MBR to GPT no reformatting/reinstalling

  4. Step-by-Step Guide: Configuring OpenVPN with NAT on pfSense

  5. UBUNTU FIX: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied

  6. Download Free Residential Servers

COMMENTS

  1. OpenVPN

    I am trying to start the openVPN server so that I can login remotely using username: demo and password: demo, but openVPN server is failing to start. ... [AF_INET]XXX.XXX.XXX.XXX:10e94: Cannot assign requested address. All of the other answers are incorrect or poor solutions, the correct solution is to: In /etc/default/openvpn. AUTOSTART="none"

  2. [SOLVED] TCP/UDP: Socket bind failed on local address alr...

    OpenVPN Inc. enterprise business solutions; ↳ The OpenVPN Access Server; ↳ CloudConnexa (previously OpenVPN Cloud) ↳ OpenVPN Connect (Windows) ↳ OpenVPN Connect (macOS) ↳ OpenVPN Connect (Android) ↳ OpenVPN Connect (iOS) Off Topic, Related; Braggin' Rights; ↳ My VPN; ↳ Doh! Pay OpenVPN Service Provider Reviews/Comments

  3. TCP/UDP: Socket bind failed on local address [AF_INET]192.168 ...

    TCP/UDP: Socket bind failed on local address [AF_INET]192.168.1.223:2001: Cannot assign requested address Post by studyfranco » Tue Jul 11, 2017 6:57 am Hello,

  4. [Solved] OpenVPN stopped working after latest upgrade

    Author Topic: [Solved] OpenVPN stopped working after latest upgrade (Read 7537 ... I see a section that shows cannot assign address and I've confirmed that nothing in my network is in that range either. ... [28094] TCP/UDP: Socket bind failed on local address [AF_INET]10.151..98:0: Can't assign requested address (errno=49) 2020-09-17T23:23:50 ...

  5. [Resolved] Can't connect to OpenVPN Server from MacOS Client

    Fresh install of OpenVPN on Ubuntu 20.04.3 and I'm having issues connecting a client from my MacOS. ... [Nov 16, 2021, 05:43:35] UDP send exception: send: Can't assign requested address. Last edited by fpolig01 on Tue Nov 16, 2021 3:36 pm, edited 1 time in total. Top. TinCanTech OpenVPN Protagonist Posts: 11137 Joined: Fri Jun 03, 2016 1:17 pm.

  6. socket.error:[errno 99] cannot assign requested address and namespace

    I've spent over a day figuring this one out, given that all resources and answers I could find on the [Errno 99] Cannot assign requested address point in the direction of binding to an occupied port, connecting to an invalid IP, sysctl conflicts, docker network issues, TIME_WAIT being incorrect, and many more things. Therefore I wanted to leave ...

  7. It doesnt connects to the local open vpn server on 127.0.0.1 #224

    WARNING: socket error: [Errno 99] Cannot assign requested address Could not connect to localhost:5555 (Cannot assign requested address) But when installed via source, it automatically connects to the openvpn server ... that will be routed to your host machine. In this case don't forget to add allow rule in firewall and make OpenVPN Management ...

  8. OpenVPN:TCP/UDP: Socket bind failed on local address [AF_INET]

    Re: OpenVPN:TCP/UDP: Socket bind failed on local address [AF_INET] #3223 doesn't explain much given it was shipped in 19.1.9 not so long ago and is only about OpenVPN status mismatch when the GUI says it's not running but in fact it is. Your OpenVPN outright refuses to start.

  9. ssh tunnel

    Trying to create a socks (-D) ssh tunnel - Linux box to Linux box (both centos): sshd running on remote side ok. From local machine we do / see this: ssh -D 1080 [email protected]. [email protected]'s password: bind: Cannot assign requested address. (where 8.8.8.8 is really my server's IP and 'user' is my real username) I am logged into the remote side ...

  10. [Solved]Openvpn socket bind failed on local address

    Re: Openvpn socket bind failed on local address Post by maikcat » Mon Jan 26, 2015 6:34 am Sun Jan 25 09:53:39 2015 us=665897 TCP/UDP: Socket bind failed on local address [AF_INET] 192.168.1.203 :1194: Cannot assign requested address

  11. openvpn

    Ghost process on a UDP port - Address already in use (errno=98) An OpenVPN server instance loops its initiating sequence in a deadlock. The log reads: Booting fails shortly. Now, sudo lsof -i:<port> gives no output. The VPN was working one minute then suddenly it failed on me.

  12. How I fixed Python OSError: [Errno 99] Cannot assign requested address

    Docker container [Errno 99] Cannot assign requested address. Note that for Docker containers, either you need to run them in network_mode: host to use the host's network systemd, or you need to bind to the container's IP address. You can not bind to the host's IP address from the contaienr unless using network_mode: host! But you can ...

  13. Errno 99

    Generally, sock.bind(('',port)) is all you need to receive messages on a port. It means "listen for incoming packets that port on all interfaces" You don't give an idea what 'XX.XXX.XX.XX' refers but you don't have to be specific unless you only want to listen to a specific interface.

  14. vpn

    See man # page for more info on learn-address script. ;learn-address ./script # If enabled, this directive will configure # all clients to redirect their default # network gateway through the VPN, causing # all IP traffic such as web browsing and # and DNS lookups to go through the VPN # (The OpenVPN server machine may need to NAT # or bridge ...

  15. TCP/UDP: Socket bind failed on local address [AF_INET][undef ...

    # Which local IP address should OpenVPN # listen on? (optional);local a.b.c.d ... # To assign specific IP addresses to specific # clients or if a connecting client has a private # subnet behind it that should also have VPN access, ... I just cannot connect. It rejects me just after clicking "connect" in the login/pass popup.

  16. "socket.error: [Errno 99] Cannot assign requested address" in python

    "192.168.1.7" is a local address of another PC connected to the router that my wireless network interface is connected to. ... line 18, in <module> sniffer.bind((host, 6677)) socket.error: [Errno 99] Cannot assign requested address When I use my wireless network card interface local ip address ("192.168.1.9"), everything goes fine. What can I ...

  17. openvpn server ip changed, openvpn [4698]: TCP/UDP: Socket bind failed

    for what it's worth, i actually figure out my own problem there was a 2nd server.conf file under a subfolder in /etc/openvpn, and it had the old IP info in it, i don't know how it was working in the old office with 2 server.conf files, but after making sure there's only 1 server.conf file in the /etc/openvpn directory, restarted the openvpn server service, everything is good now.

  18. OSError: [Errno 99] Cannot assign requested address

    Trying to run jupyter notebook on a CentOS 7. It comes back with: OSError: [Errno 99] Cannot assign requested address And the stack trace: [user@desktop ~]$ jupyter notebook Traceback (most recent

  19. TCP/UDP: Socket bind failed on local address [AF_INET][undef ...

    I have a problem with the OpenVPN service.: When I run the command "systemctl start [email protected]" and then type in "systemctl status [email protected]" it says "status=1/FAILURE". Looking into the openvpn log I saw a line saying that the port is already in use (Exact message is in the title).

  20. socket.error:[errno 99] cannot assign requested address : flask and

    3. To let other computers on the LAN connect to your service just use 0.0.0.0 address in app.run() function and expose desired port from your docker container to your host PC. To expose port you need to. 1) specify EXPOSE directive in Dockerfile. 2) run container with -p <port_on_host>:<port_in_container> parameter.