OpenBazaar-Server icon indicating copy to clipboard operation
OpenBazaar-Server copied to clipboard

Multiple Stores behind same nat'ted router

Open sebastianheyn opened this issue 8 years ago • 0 comments

Brief Description: I'm trying to setup multiple bazaar-servers (each one on a different bridged qemu instance) in the same netwoel

Operating System (OS and version): Debian 8.6 OpenBazaar version: v0.2.1 Hardware: qemu-kvm

Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): Alway

Steps to reproduce:

  1. install bazaar-server
  2. Forward ports 18469-18470 to the machine
  3. run bazaar-server -a 0.0.0.0 -r 18469 -w 18466 -b 18470
  4. configure client to connect to that server from "outside"

Observed Behavior: server reports: finding nat type blocked on none:none

but then nothing happens. when I disable the firewall rule, the server log output a lot of connects/disconnects

Seems like the server cannot handle the port forward

-> Howto setup connection from outside -> Howto handle multiple bazaar-server hosts behind same firewall?

sebastianheyn avatar Sep 27 '16 09:09 sebastianheyn