Re: Disabling IPv6 on one NIC
From: Alexander Apprich (a.apprich_at_science-computing.de)
Date: 03/15/05
- Previous message: Kumara: "Re: Partition visible to both XP and Fedora?"
- In reply to: buntschu: "Disabling IPv6 on one NIC"
- Next in thread: Paul Howarth: "Re: Disabling IPv6 on one NIC"
- Reply: Paul Howarth: "Re: Disabling IPv6 on one NIC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 15 Mar 2005 11:46:18 +0100 To: For users of Fedora Core releases <fedora-list@redhat.com>
buntschu wrote:
> Hi,
>
> On a system running FC3 I have 2 NIC cards. I would like to activate IPv6 only on one card and only IPv4 on the other one.
>
> My /etc/sysconfig/network-scripts/ifcfg-eth0 looks like:
>
> DEVICE=eth0
> BOOTPROTO=none
> ONBOOT=yes
> TYPE=Ethernet
> NETMASK=255.255.255.0
> IPADDR=192.168.1.10
> USERCTL=yes
> PEERDNS=yes
> GATEWAY=192.168.1.1
> IPV6INIT=no
> IPV6_AUTOCONF=no
>
> And when running:
>
> /etc/init.d/network restart
>
> I still have IPv6 active on eth0 and autoconfiguration running..
>
> Any ideas ?
>
>
Google found this
http://www.mjmwired.net/resources/mjm-fedora-fc3.shtml
[snip]
To disable IPV6: As root, you must add the line: "alias net-pf-10 off"
(without quotes)
to the end of your /etc/modprobe.conf file.
-OR-
Quick solution:
[root@charon fc3]# echo "alias net-pf-10 off" >> /etc/modprobe.conf
A reboot is required.
[/snip]
Alex
>
-- Alexander Apprich science + computing ag IT-Services Hagellocher Weg 71-75 phone +49(0)7071 9457-291 D-72070 Tuebingen, Germany fax +49(0)7071 9457-211 www.science-computing.de s+c certificates via http://www.science-computing.de/cacert.crt -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Kumara: "Re: Partition visible to both XP and Fedora?"
- In reply to: buntschu: "Disabling IPv6 on one NIC"
- Next in thread: Paul Howarth: "Re: Disabling IPv6 on one NIC"
- Reply: Paul Howarth: "Re: Disabling IPv6 on one NIC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|