You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add network policy, clarify account/penalty rules, and add admin contact
- Add docs/network.md with open port table and user responsibilities
- Clarify account validity is set during registration
- Add 1-month rolling window for CPU/memory offense counter (provisional)
- Note no per-user quota on /shared/hdd and /shared/ssd
- Add admin contact email and link Network section from README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ The Xtra Computing Server provides computational resources (GPU, CPU, memory, an
15
15
16
16
Users must apply via the provided registration form: https://forms.gle/Wf8qbNeuSPS2ia8u6
17
17
18
+
Account validity is determined by the expiration date provided by the user during registration, subject to confirmation by the administrator.
19
+
18
20
### Account Management
19
21
20
22
| Event | Action | Notes |
@@ -50,7 +52,7 @@ For hosting large datasets, please contact the administrator. Dataset hosting wi
50
52
51
53
### **Data Integrity**
52
54
53
-
Data integrity is **not** guaranteed. Users must perform regular backups. Weekly backups are recommended, with more frequent backups suggested for critical data. For critical data requiring higher reliability, use the `/shared/hdd` or `/shared/ssd` directory protected by RAIDZ2 (resilient to two drive failures).
55
+
Data integrity is **not** guaranteed. Users must perform regular backups. Weekly backups are recommended, with more frequent backups suggested for critical data. For critical data requiring higher reliability, use the `/shared/hdd` or `/shared/ssd` directory protected by RAIDZ2 (resilient to two drive failures). There is currently no per-user quota on these shared directories; please use them responsibly.
54
56
55
57
> [!IMPORTANT]
56
58
> Backup responsibility belongs to the user. Always maintain restorable checkpoints for critical work.
@@ -142,6 +144,16 @@ Excessive usage is determined based on its impact on system stability
142
144
| 4th | Account frozen for 2 weeks |
143
145
| 5th | Permanent ban from all infrastructures|
144
146
147
+
The offense counter starts from the date of the first violation and is monitored over a rolling 1-month window. Offenses outside this window are not counted. *(Provisional rule, subject to revision.)*
148
+
149
+
---
150
+
151
+
## Network
152
+
153
+
Users may run services on designated open ports. Port availability is governed by NUS School of Computing firewall policies and may change without notice.
154
+
155
+
For full details, see: [Network Policy](docs/network.md).
156
+
145
157
---
146
158
147
159
### General Disclaimer
@@ -153,4 +165,10 @@ Xtra Computing Server administrators and affiliates are not responsible for data
153
165
154
166
For detailed administrator boundaries, see: [Admin Liability](docs/admin-liability.md).
155
167
156
-
Last update: March 3, 2026
168
+
---
169
+
170
+
## Contact
171
+
172
+
For all administrative requests, policy questions, or exception applications, contact the administrator at: **hhh@u.nus.edu**
This page describes the network and firewall configuration on the Xtra Computing Server.
4
+
5
+
> [!WARNING]
6
+
> Port availability is subject to NUS School of Computing firewall policies, which may change without prior notice. Always refer to the official NUS firewall documentation for the latest rules: https://dochub.comp.nus.edu.sg/cf/tech/network/firewall
7
+
8
+
## Open Ports
9
+
10
+
### System-Reserved Ports
11
+
12
+
These ports are used by server infrastructure and are **not available** for user services.
13
+
14
+
| Port | Protocol | Purpose |
15
+
|------|----------|---------|
16
+
| 22 | TCP | SSH access (rate limited) |
17
+
| 111 | TCP/UDP | autofs |
18
+
| 2049 | TCP/UDP | NFS |
19
+
| 2379 | TCP | etcd client (usage reporting) |
20
+
| 2380 | TCP | etcd peer (usage reporting) |
21
+
| 4000 | TCP | Cgroup Exporter (RAM monitoring) |
22
+
| 4001 | TCP | Node Exporter (CPU and general monitoring) |
0 commit comments