Replace default port_range with given by course

This commit is contained in:
Tobias Eidelpes 2020-10-14 13:18:14 +02:00
parent 058dc12db1
commit 2997fd522c
6 changed files with 15 additions and 29 deletions

View File

@ -1,4 +1,3 @@
# <domain>=<socket-address> # <domain>=<socket-address>
# TODO: replace ports with the ports that your mailbox servers use earth.planet=127.0.0.1:11620+2
earth.planet=127.0.0.1:port_range+2 univer.ze=127.0.0.1:11620+4
univer.ze=127.0.0.1:port_range+4

View File

@ -1,10 +1,8 @@
# TCP port used for the DMTP server socket # TCP port used for the DMTP server socket
# TODO: REPLACE with real value such as 16502 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) dmtp.tcp.port=11620+2
dmtp.tcp.port=port_range+2
# TCP port used for the DMAP server socket # TCP port used for the DMAP server socket
# TODO: REPLACE with real value such as 16503 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) dmap.tcp.port=11620+3
dmap.tcp.port=port_range+3
# mail domain managed by the mailbox server # mail domain managed by the mailbox server
domain=earth.planet domain=earth.planet
@ -21,5 +19,4 @@ root_id=root-nameserver
registry.host=localhost registry.host=localhost
# RMI registry port # RMI registry port
# TODO: REPLACE with real value such as 16509 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) registry.port=11620+9
registry.port=port_range+9

View File

@ -1,10 +1,8 @@
# TCP port used for the DMTP server socket # TCP port used for the DMTP server socket
# TODO: REPLACE with real value such as 16504 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) dmtp.tcp.port=11620+4
dmtp.tcp.port=port_range+4
# TCP port used for the DMAP server socket # TCP port used for the DMAP server socket
# TODO: REPLACE with real value such as 16505 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) dmap.tcp.port=11620+5
dmap.tcp.port=port_range+5
# mail domain managed by the mailbox server # mail domain managed by the mailbox server
domain=univer.ze domain=univer.ze
@ -21,5 +19,4 @@ root_id=root-nameserver
registry.host=localhost registry.host=localhost
# RMI registry port # RMI registry port
# TODO: REPLACE with real value such as 16509 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) registry.port=11620+9
registry.port=port_range+9

View File

@ -1,3 +1,2 @@
# UDP port used for accepting monitoring packets # UDP port used for accepting monitoring packets
# TODO: REPLACE with real value such as 16508 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) udp.port=11620+8
udp.port=port_range+8

View File

@ -1,11 +1,9 @@
# TCP port used for the DMTP server socket # TCP port used for the DMTP server socket
# TODO: REPLACE with real value such as 16500 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) tcp.port=11620
tcp.port=port_range
# UDP socket address of the monitoring server # UDP socket address of the monitoring server
monitoring.host=127.0.0.1 monitoring.host=127.0.0.1
# TODO: REPLACE with the real value of the monitoring server port monitoring.port=11620+8
monitoring.port=port_range+8
# ============================================= Required for Assignment 2 # ============================================= Required for Assignment 2
@ -16,5 +14,4 @@ root_id=root-nameserver
registry.host=localhost registry.host=localhost
# RMI registry port # RMI registry port
# TODO: REPLACE with real value such as 16509 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) registry.port=11620+9
registry.port=port_range+9

View File

@ -1,11 +1,9 @@
# TCP port used for the DMTP server socket # TCP port used for the DMTP server socket
# TODO: REPLACE with real value such as 16501 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) tcp.port=11620+1
tcp.port=port_range+1
# UDP socket address of the monitoring server # UDP socket address of the monitoring server
monitoring.host=127.0.0.1 monitoring.host=127.0.0.1
# TODO: REPLACE with the real value of the monitoring server port monitoring.port=11620+8
monitoring.port=port_range+8
# ============================================= Required for Assignment 2 # ============================================= Required for Assignment 2
@ -16,5 +14,4 @@ root_id=root-nameserver
registry.host=localhost registry.host=localhost
# RMI registry port # RMI registry port
# TODO: REPLACE with real value such as 16509 - considering the port range associated with your account - you have received after Lab 0 a port range (beginning_of_the_range, end_of_the_range) registry.port=11620+9
registry.port=port_range+9