<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Linux_network</id>
		<title>Linux network - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Linux_network"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Linux_network&amp;action=history"/>
		<updated>2026-04-04T21:08:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Linux_network&amp;diff=411&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Linux_network&amp;diff=411&amp;oldid=prev"/>
				<updated>2008-12-03T10:27:12Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:27, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Linux_network&amp;diff=410&amp;oldid=prev</id>
		<title>192.168.20.177 at 10:32, 21 May 2007</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Linux_network&amp;diff=410&amp;oldid=prev"/>
				<updated>2007-05-21T10:32:19Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This wiki gives a couple of hints on configuring a working network with DHCP.&lt;br /&gt;
&lt;br /&gt;
==[[Linux network restart|Network restart]]==&lt;br /&gt;
Remember to restart the network server for changes to take effect!&lt;br /&gt;
 #/etc/init.d/network restart&lt;br /&gt;
&lt;br /&gt;
==Host name resolver==&lt;br /&gt;
 #cat /etc/resolv.conf&lt;br /&gt;
 search maretec.ist.utl.pt&lt;br /&gt;
 nameserver 192.168.20.1&lt;br /&gt;
This configures Linux so that it knows which DNS server will be resolving domain names into IP addresses. If using DHCP client, this will automatically be sent to you by the ISP and loaded into this file as part of the DHCP protocol.&lt;br /&gt;
 &lt;br /&gt;
 #cat /etc/host.conf&lt;br /&gt;
 order hosts,bind&lt;br /&gt;
 multi on&lt;br /&gt;
&lt;br /&gt;
==Locally resolve node names to IP addresses==&lt;br /&gt;
This informs Linux of local systems on the network which are not handled by the DNS server. (or for all systems in your LAN if you are not using DNS or NIS) &lt;br /&gt;
 #cat /etc/hosts&lt;br /&gt;
 127.0.0.1 localhost.localdomain localhost&lt;br /&gt;
 192.168.20.160 dual_64.maretec.ist.utl.pt dual_64&lt;br /&gt;
Note when adding hosts to this file, place the fully qualified name first. (It helps sendmail identify your server correctly) i.e: dual_64.maretec.ist.utl.pt.&lt;br /&gt;
&lt;br /&gt;
==Network configuration==&lt;br /&gt;
In FC5 the network configuration file is found in:&lt;br /&gt;
 #cat /etc/sysconfig/network&lt;br /&gt;
 NETWORKING=yes&lt;br /&gt;
 HOSTNAME=dual_64&lt;br /&gt;
&lt;br /&gt;
==Network device configuration==&lt;br /&gt;
 #cat /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
 DEVICE=eth0&lt;br /&gt;
 ONBOOT=yes&lt;br /&gt;
 BOOTPROTO=dhcp&lt;br /&gt;
 HWADDR=XX:XX:XX:XX:XX:XX&lt;br /&gt;
 USERCTL=no&lt;br /&gt;
 IPV6INIT=no&lt;br /&gt;
 PEERDNS=yes&lt;br /&gt;
 TYPE=Ethernet&lt;br /&gt;
&lt;br /&gt;
==Fedora Firewall==&lt;br /&gt;
To disable the annoying firewall run the setup program&lt;br /&gt;
 &amp;gt; system-config-securitylevel&lt;br /&gt;
Then check the results with&lt;br /&gt;
 &amp;gt; iptables -L&lt;br /&gt;
&lt;br /&gt;
==Samba networking==&lt;br /&gt;
To allow users to share folders between Windows and linux computers configure the [[Samba|samba]] protocol.&lt;br /&gt;
&lt;br /&gt;
==External References==&lt;br /&gt;
* [http://yolinux.com/TUTORIALS/LinuxTutorialNetworking.html#CONFIGFILES This network linux tutorial.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>192.168.20.177</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>