Come da codice sorgente di Jonathan G4KLX (ircddbgateway in c++ versione 20150820) riporto il frammento che indica quali sono le porte sul router/firewall da aprire e nattare verso il pc che controlla il gateway (si vede bene il commento relativo al nuovo sistema CCS7):

const unsigned int  DPLUS_PORT  = 20001U;
const unsigned int  DEXTRA_PORT = 30001U;
const unsigned int  DCS_PORT    = 30051U;
const unsigned int  CCS_PORT    = 30062U; // Port for CCS7
const unsigned int  G2_DV_PORT  = 40000U;
const unsigned int  G2_DD_PORT  = 40001U;

 

Di ik5xmk