[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 如何停用IPV6



至少Debian Sarge的 2.6.8 这样做是不能取消的。IPV6还是有。你的内核是否是Debian官方的编译的?内核版本是什么?

2005/10/14, H jj <hjjhjj@gmail.com>:
> /etc/modprobe.d/aliases
>
> #alias net-pf-10 ipv6
> alias net-pf-10 off
>
> 重启后,我看不出来哪个是ipv6的模块了
> [root@debian:~]#lsmod
> Module                  Size  Used by
> aes_i586               38272  3
> ieee80211_crypt_ccmp     7776  3
> fglrx                 262248  7
> af_packet              22216  2
> thermal                13224  0
> fan                     4516  0
> button                  6416  0
> ac                      4612  0
> battery                 9348  0
> tsdev                   7808  0
> mousedev               11776  1
> joydev                 10144  0
> evdev                   9728  0
> irtty_sir               8544  0
> sir_dev                18668  1 irtty_sir
> irda                  201020  2 irtty_sir,sir_dev
> crc_ccitt               1920  1 irda
> parport_pc             36708  0
> parport                36936  1 parport_pc
> rtc                    12376  0
> pcspkr                  3332  0
> yenta_socket           23528  0
> rsrc_nonstatic         13728  1 yenta_socket
> pcmcia_core            51924  2 yenta_socket,rsrc_nonstatic
> snd_intel8x0m          19524  0
> snd_intel8x0           34016  1
> snd_ac97_codec         83960  2 snd_intel8x0m,snd_intel8x0
> snd_pcm_oss            54848  0
> snd_mixer_oss          19968  1 snd_pcm_oss
> snd_pcm                93416  4
> snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
> snd_timer              24644  1 snd_pcm
> snd                    56260  9
> snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
> soundcore               9696  1 snd
> snd_page_alloc          9860  3 snd_intel8x0m,snd_intel8x0,snd_pcm
> i2c_i801                8716  0
> i2c_core               21776  1 i2c_i801
> tpm_nsc                 6592  0
> tpm_atmel               4800  0
> tpm                    10432  2 tpm_nsc,tpm_atmel
> intel_agp              24092  1
> agpgart                35560  2 fglrx,intel_agp
> ehci_hcd               35336  0
> uhci_hcd               32176  0
> usbcore               122300  3 ehci_hcd,uhci_hcd
> ipw2200               186984  0
> firmware_class         10112  1 ipw2200
> ieee80211              52100  1 ipw2200
> ieee80211_crypt         5988  3 ieee80211_crypt_ccmp,ipw2200,ieee80211
> e1000                 106644  0
> nls_cp936             126368  6
> vfat                   13920  3
> fat                    53756  1 vfat
> ibm_acpi               15996  0
> nvram                   8968  1
> psmouse                31236  0
> ide_cd                 43140  0
> cdrom                  40640  1 ide_cd
> cpufreq_powersave       1600  0
> cpufreq_userspace       4412  1
> speedstep_lib           4228  0
> acpi_cpufreq            6116  1
> freq_table              4452  1 acpi_cpufreq
> processor              21876  2 thermal,acpi_cpufreq
> ext3                  141736  2
> jbd                    56760  1 ext3
> mbcache                 9252  1 ext3
> ide_disk               18688  7
> ide_generic             1152  0 [permanent]
> via82cxxx              13820  0 [permanent]
> trm290                  4196  0 [permanent]
> triflex                 3680  0 [permanent]
> slc90e66                5664  0 [permanent]
> sis5513                16488  0 [permanent]
> siimage                12448  0 [permanent]
> serverworks             9032  0 [permanent]
> sc1200                  7296  0 [permanent]
> rz1000                  2400  0 [permanent]
> piix                   10340  0 [permanent]
> pdc202xx_old           11168  0 [permanent]
> opti621                 4324  0 [permanent]
> ns87415                 4264  0 [permanent]
> hpt366                 20384  0 [permanent]
> hpt34x                  5152  0 [permanent]
> generic                 3808  0 [permanent]
> cy82c693                4676  0 [permanent]
> cs5530                  5312  0 [permanent]
> cs5520                  4544  0 [permanent]
> cmd64x                 12028  0 [permanent]
> atiixp                  5904  0 [permanent]
> amd74xx                14396  0 [permanent]
> alim15x3               12268  0 [permanent]
> aec62xx                 7360  0 [permanent]
> pdc202xx_new            9248  0 [permanent]
> ide_core              130388  28
> ide_cd,ide_disk,ide_generic,via82cxxx,trm290,triflex,slc90e66,sis5513,siimage,serverworks,sc1200,rz1000,piix,pdc202xx_old,opti621,ns87415,hpt366,hpt34x,generic,cy82c693,cs5530,cs5520,cmd64x,atiixp,amd74xx,alim15x3,aec62xx,pdc202xx_new
> unix                   27888  656
> fbcon                  39936  0
> tileblit                2240  1 fbcon
> font                    8096  1 fbcon
> bitblit                 5920  1 fbcon
> vesafb                  7992  0
> cfbcopyarea             3872  1 vesafb
> cfbimgblt               2816  1 vesafb
> cfbfillrect             4128  1 vesafb
> softcursor              2176  1 vesafb
> capability              4584  0
> commoncap               6912  1 capability
> [root@debian:~]#
>
>
> On 10/13/05, hiei <hieixu@gmail.com> wrote:
> > 没用的,除了将模块文件强行删除或者重编内核,好像目前还没办法将Debian 内核的IPV6的模块去掉。
> >
> > 2005/10/13, H jj <hjjhjj@gmail.com>:
> > > 看看/etc/modprobe.d/alias
> > > 注释掉ipv6
> > >
> > >
> > > On 10/13/05, flute <flute@mgogo.com> wrote:
> > > > debian3.1系统,安装完成后,IPV6是启用的。我想停掉,但rmmod -r -f ipv6,
> > > > modprobe -r -f都不能删除。有什么办法?
> > > >
> > > >
> > > > --
> > > > To UNSUBSCRIBE, email to debian-chinese-gb-REQUEST@lists.debian.org
> > > > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> > > >
> > > >
> > >
> > >
> > > --
> > > STFW!
> > >
> >
> >
> > --
> >    Hiei
> >
>
>
> --
> STFW!
>


--
   Hiei

Reply to: