| betus.phas.ubc.ca 142.103.243.75 | 
Purchase Date:
| Hardware Specs | Linux System Software Installed | 
|---|---|
| 
 | 
 | 
2013-08-07
NFS
-bash-4.1$ cat /etc/exports /usr/local 142.103.243.0/24(ro,sync)
Firewall
[root@centos phasadmin]# cat /etc/sysconfig/iptables # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT # # The following rules allow nfs clients to access the nfs folder -A INPUT -s 142.103.243.0/24 -m state --state NEW -m tcp -p tcp --dport 2049 -j ACCEPT -A INPUT -s 142.103.243.0/24 -m state --state NEW -m tcp -p tcp --dport 111 -j ACCEPT -A INPUT -s 142.103.243.0/24 -m state --state NEW -m udp -p udp --dport 111 -j ACCEPT -A INPUT -s 142.103.243.0/24 -m state --state NEW -m tcp -p tcp --dport 32803 -j ACCEPT -A INPUT -s 142.103.243.0/24 -m state --state NEW -m tcp -p tcp --dport 892 -j ACCEPT # -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT
| webmaster@phas.ubc.ca | [Dept. Home Page] | Last updated: |