Created
October 28, 2021 13:02
-
-
Save EugenMayer/fda894a3c6bb2bde5b9d1756b234cd79 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsof -i :6640 | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
neutron-o 7 neutron 7u IPv4 103870 0t0 TCP localhost:60068->localhost:6640 (ESTABLISHED) | |
neutron-o 23 neutron 7u IPv4 103870 0t0 TCP localhost:60068->localhost:6640 (ESTABLISHED) | |
neutron-o 24 neutron 7u IPv4 103870 0t0 TCP localhost:60068->localhost:6640 (ESTABLISHED) | |
nmap 127.0.0.1 | |
Starting Nmap 7.80 ( https://nmap.org ) at 2021-10-28 15:02 CEST | |
Nmap scan report for localhost (127.0.0.1) | |
Host is up (0.0000040s latency). | |
Not shown: 999 closed ports | |
PORT STATE SERVICE | |
22/tcp open ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[ovs]
ovsdb_connection = tcp:127.0.0.1:6640
ovsdb_timeout = 10
[ovn]
ovn_nb_connection = tcp:10.0.0.3:6641
ovn_sb_connection = tcp:10.0.0.3:6642
ovn_metadata_enabled = true