############################################################################### # principal / password for peer root certificate principal = username password = secret ############################################################################### # TCP settings tcp-enabled = true # to bind TCP traffic to a specific IP address, uncomment the following line #tcp-interface-address = 1.2.3.4 tcp-outgoing = true tcp-incoming = true tcp-port = 9701 # to run JXTA behind NAT or with portforwaring, uncomment the following line #tcp-public-address = 1.2.3.4:9701 # to disable this feature (e.g. behind NAT), set both values to -1 # to let JXTA choose the ports, set both values to 0 tcp-start-port = 9702 tcp-end-port = 9799 ############################################################################### # HTTP settings http-enabled = true # to bind HTTP traffic to a specific IP address, uncomment the following line #http-interface-address = 1.2.3.4 http-outgoing = true http-incoming = false http-port = 9901 # to run JXTA behind NAT or with portforwaring, uncomment the following line #http-public-address = 1.2.3.4:9901 ############################################################################### # multicast settings multicast-enabled = false multicast-address = 224.0.1.85 multicast-port = 1234