<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mike Chambers wrote:
<blockquote cite="mid1151963476.2233.0.camel@scrappy.miketc.com"
 type="cite">
  <pre wrap="">On Mon, 2006-07-03 at 13:48 -0800, Noah wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi there,

Running FC4.  how can I turn off IPv6 on all my interfaces?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Edit /etc/modprobe.conf file and add these two lines below..

alias net-pf-10 off
alias ipv6 off
  </pre>
</blockquote>
<br>
<br>
thanks - is the only way to get these mod configs set is by a reboot?<br>
Cheers,<br>
<br>
Noah<br>
<br>
<blockquote cite="mid1151963476.2233.0.camel@scrappy.miketc.com"
 type="cite">
  <pre wrap="">
Save and there you go.

  </pre>
</blockquote>
<br>
</body>
</html>