<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://systems.nic.uoregon.edu/internal-wiki/index.php?action=history&amp;feed=atom&amp;title=Procedure%3ANew_Host_%2F_Reinstallation_setup</id>
	<title>Procedure:New Host / Reinstallation setup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?action=history&amp;feed=atom&amp;title=Procedure%3ANew_Host_%2F_Reinstallation_setup"/>
	<link rel="alternate" type="text/html" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:New_Host_/_Reinstallation_setup&amp;action=history"/>
	<updated>2026-08-19T04:44:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:New_Host_/_Reinstallation_setup&amp;diff=3016&amp;oldid=prev</id>
		<title>Nic-systems: Created page with &quot;There are several basic steps necessary to getting a new host up and running on the OACISS research network.  == 0 - Security == The following few iptables commands will set u...&quot;</title>
		<link rel="alternate" type="text/html" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:New_Host_/_Reinstallation_setup&amp;diff=3016&amp;oldid=prev"/>
		<updated>2020-02-04T02:05:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;There are several basic steps necessary to getting a new host up and running on the OACISS research network.  == 0 - Security == The following few iptables commands will set u...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;There are several basic steps necessary to getting a new host up and running on the OACISS research network.&lt;br /&gt;
&lt;br /&gt;
== 0 - Security ==&lt;br /&gt;
The following few iptables commands will set up a basic firewall for input: Local loopback is unfiltered, established connection packets are allowed, SSH is allowed from the OACISS network (128.223.202/24).&lt;br /&gt;
&lt;br /&gt;
If the host is on the storage network, the 4th line permits all traffic from the 172.17.0.0/16 network on the private interface (note that you probably need to set the correct -i INTERFACE). If it isn't, don't copy this line.&lt;br /&gt;
&lt;br /&gt;
Finally anything not matching these rules disappears into the howling binary void, i.e. the host may as well not exist so far as the rest of the Interbutts are concerned and we're okay with that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
iptables -A INPUT -i lo -j ACCEPT&lt;br /&gt;
iptables -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT&lt;br /&gt;
iptables -A INPUT -s 128.223.202.0/24 -p tcp -m tcp --dport 22 -j ACCEPT&lt;br /&gt;
iptables -A INPUT -s 172.17.0.0/24 -i enP1p3s0f2 -j ACCEPT&lt;br /&gt;
iptables -A INPUT -j DROP&lt;br /&gt;
iptables-save&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 1 - Network services ==&lt;br /&gt;
&lt;br /&gt;
* Authentication setup: Follow the steps outlined for new LDAP clients at [[ Procedure:New_LDAP_Client ]]&lt;br /&gt;
* NFS setup: Follow the steps at [[ Procedure:New host filesystems ]]&lt;/div&gt;</summary>
		<author><name>Nic-systems</name></author>
	</entry>
</feed>