2024-09-01 02:51:07,689 INFO BGP-Thread-1: Connecting in the talking mode.
2024-09-01 02:51:07,689 DEBUG BGP-Thread-1: Local IP address: 10.30.170.9
2024-09-01 02:51:07,690 DEBUG BGP-Thread-1: Local port: 17900
2024-09-01 02:51:07,690 DEBUG BGP-Thread-1: Remote IP address: 10.30.170.178
2024-09-01 02:51:07,690 DEBUG BGP-Thread-1: Remote port: 1790
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "play.py", line 2406, in job
    bgp_socket = establish_connection(arguments)
  File "play.py", line 284, in establish_connection
    talking_socket.connect((str(arguments.peerip), arguments.peerport))
ConnectionRefusedError: [Errno 111] Connection refused

10.30.170.222 - - [01/Sep/2024 02:51:13] "POST /RPC2 HTTP/1.1" 200 -
10.30.170.222 - - [01/Sep/2024 02:51:13] "POST /RPC2 HTTP/1.1" 200 -
Traceback (most recent call last):
  File "play.py", line 2543, in <module>
    threaded_job(arguments)
  File "play.py", line 2537, in threaded_job
    rpcserver.serve_forever()
  File "/usr/lib/python3.6/socketserver.py", line 236, in serve_forever
    ready = selector.select(poll_interval)
  File "/usr/lib/python3.6/selectors.py", line 376, in select
    fd_event_list = self._poll.poll(timeout)
KeyboardInterrupt