ipfs / infra

Tools and systems for the IPFS community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendezvous port for benchmarks

Elexy opened this issue · comments

In order to run the browser tests on the bare metal machine we need a rendezvous server. Since we don't want to pollute the benchmarks on the bare metal machine, we run the server on the controller VM. We need traffic between those two machines on port 9090 to be flowing.
The firewall on the controller has been changed to allow traffic from the bare metal machine on port 9090

Status: active

To                         Action      From
--                         ------      ----
22/tcp                     LIMIT       Anywhere                   # Limit ssh access
80/tcp                     ALLOW       Anywhere                   # Allow http access
443/tcp                    ALLOW       Anywhere                   # Allow https access
9000/tcp on my-bridge      ALLOW       Anywhere                   # Allow https access
9090/tcp                   ALLOW       147.75.33.155              # Allow rendezvous server access from benchmark machine
22/tcp (v6)                LIMIT       Anywhere (v6)              # Limit ssh access
80/tcp (v6)                ALLOW       Anywhere (v6)              # Allow http access
443/tcp (v6)               ALLOW       Anywhere (v6)              # Allow https access
9000/tcp (v6) on my-bridge ALLOW       Anywhere (v6)              # Allow https access
9090/tcp (v6)              ALLOW       Anywhere (v6)              # Allow https access