ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] pppoe проблема
@ 2007-08-01  6:17 Igo
  2007-08-01  8:17 ` Igo
  0 siblings, 1 reply; 4+ messages in thread
From: Igo @ 2007-08-01  6:17 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

всем привет
alm4
поставил pppoe работает, но после разрыва получаю след.:

[root@localhost ~]# service pppoe start
Bringing up PPPoE link................TIMED OUT

[root@localhost ~]# service network restart
......
Starting group 1/realphys (3 interfaces)
        Starting eth0: ......OK
        Starting eth1: .......OK
        Starting eth2: SIOCGIFFLAGS: No such device
!FAILED
[root@localhost ~]# ls -l /etc/net/ifaces/eth2
total 4
-rw-r--r-- 1 root root  0 Jul 31 16:31 ipv4address
-rw-r--r-- 1 root root  0 Jul 17 22:23 ipv4route
-rw------- 1 root root 27 Aug  1 14:15 options
    
вписываю USE_HOTPLUG=yes
[root@localhost eth2]# cat options
DISABLED=no
USE_HOTPLUG=yes

[root@localhost ~]# service network restart
........
Starting eth2:  skipping hotplug iface 'eth2' 
SKIPPED                                                                                                                                     
[FAILED]

[root@localhost ~]# tail /var/log/messages
......
Aug  1 14:11:49 localhost kernel: e1000: eth0: e1000_watchdog: NIC Link 
is Up 100 Mbps Full Duplex
Aug  1 14:11:49 localhost kernel: e1000: eth0: e1000_watchdog: 10/100 
speed: disabling TSO
Aug  1 14:11:49 localhost kernel: e1000: eth1: e1000_watchdog: NIC Link 
is Up 100 Mbps Full Duplex

даже невидит сетевую хотя

[root@localhost ~]# pciscan
Recommended driver     Description
------------------     -----------
..........
e1000                  Intel Corporation 82573E Gigabit Ethernet 
Controller (Copper) [Ethernet controller]
skge                   D-Link System Inc Gigabit Ethernet Adapter 
[Ethernet controller]
e1000                  Intel Corporation 82541GI Gigabit Ethernet 
Controller [Ethernet controller]

[root@localhost ~]# lsmod|grep skg
skge                   43536  0

если перегрузить комп то всё работает нормально до первого разрыва с 
провайдером




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Sysadmins] pppoe проблема
  2007-08-01  6:17 [Sysadmins] pppoe проблема Igo
@ 2007-08-01  8:17 ` Igo
  2007-08-01  8:41   ` Anton Gorlov
  0 siblings, 1 reply; 4+ messages in thread
From: Igo @ 2007-08-01  8:17 UTC (permalink / raw)
  To: altlinux, ALT Linux sysadmin discuss

может подскажите как хотя бы реанимировать eth2 ? очень странная ситуация
> всем привет
> alm4
> поставил pppoe работает, но после разрыва получаю след.:
>
> [root@localhost ~]# service pppoe start
> Bringing up PPPoE link................TIMED OUT
>
> [root@localhost ~]# service network restart
> ......
> Starting group 1/realphys (3 interfaces)
>         Starting eth0: ......OK
>         Starting eth1: .......OK
>         Starting eth2: SIOCGIFFLAGS: No such device
> !FAILED
> [root@localhost ~]# ls -l /etc/net/ifaces/eth2
> total 4
> -rw-r--r-- 1 root root  0 Jul 31 16:31 ipv4address
> -rw-r--r-- 1 root root  0 Jul 17 22:23 ipv4route
> -rw------- 1 root root 27 Aug  1 14:15 options
>     
> вписываю USE_HOTPLUG=yes
> [root@localhost eth2]# cat options
> DISABLED=no
> USE_HOTPLUG=yes
>
> [root@localhost ~]# service network restart
> ........
> Starting eth2:  skipping hotplug iface 'eth2' 
> SKIPPED                                                                                                                                     
> [FAILED]
>
> [root@localhost ~]# tail /var/log/messages
> ......
> Aug  1 14:11:49 localhost kernel: e1000: eth0: e1000_watchdog: NIC Link 
> is Up 100 Mbps Full Duplex
> Aug  1 14:11:49 localhost kernel: e1000: eth0: e1000_watchdog: 10/100 
> speed: disabling TSO
> Aug  1 14:11:49 localhost kernel: e1000: eth1: e1000_watchdog: NIC Link 
> is Up 100 Mbps Full Duplex
>
> даже невидит сетевую хотя
>
> [root@localhost ~]# pciscan
> Recommended driver     Description
> ------------------     -----------
> ..........
> e1000                  Intel Corporation 82573E Gigabit Ethernet 
> Controller (Copper) [Ethernet controller]
> skge                   D-Link System Inc Gigabit Ethernet Adapter 
> [Ethernet controller]
> e1000                  Intel Corporation 82541GI Gigabit Ethernet 
> Controller [Ethernet controller]
>
> [root@localhost ~]# lsmod|grep skg
> skge                   43536  0
>
> если перегрузить комп то всё работает нормально до первого разрыва с 
> провайдером
>
>
> _______________________________________________
> Sysadmins mailing list
> Sysadmins@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sysadmins
>   




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Sysadmins] pppoe проблема
  2007-08-01  8:17 ` Igo
@ 2007-08-01  8:41   ` Anton Gorlov
  2007-08-01 10:54     ` Igo
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Gorlov @ 2007-08-01  8:41 UTC (permalink / raw)
  To: sysadmins

Igo пишет:
> может подскажите как хотя бы реанимировать eth2 ? очень странная ситуация
USE_HOTPLUG=no	


[root@bulevar localnet]# cat options
TYPE=eth
USE_HOTPLUG=no
MODULE=sky2
ONBOOT=yes



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Sysadmins] pppoe проблема
  2007-08-01  8:41   ` Anton Gorlov
@ 2007-08-01 10:54     ` Igo
  0 siblings, 0 replies; 4+ messages in thread
From: Igo @ 2007-08-01 10:54 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

пробывал как вы советуете, тоже не помогло
вот что самое странное откуда взялся eth3 непонятно. сейчас сделал не 
через службу pppoe а через etcnet

[root@localhost ~]# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:15:17:23:54:B3
          inet addr:192.168.100.10  Bcast:192.168.100.255  
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:188667 errors:0 dropped:0 overruns:0 frame:0
          TX packets:199021 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:32481306 (30.9 MiB)  TX bytes:113490638 (108.2 MiB)
          Base address:0x2000 Memory:88180000-881a0000

eth1      Link encap:Ethernet  HWaddr 00:15:17:23:54:B4
          inet addr:192.168.23.2  Bcast:192.168.23.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:140461 errors:0 dropped:0 overruns:0 frame:0
          TX packets:132183 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:82942967 (79.1 MiB)  TX bytes:17374394 (16.5 MiB)
          Base address:0x1200 Memory:88020000-88040000

eth3      Link encap:Ethernet  HWaddr 00:11:95:ED:11:3F
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:233

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1550 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1550 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:177785 (173.6 KiB)  TX bytes:177785 (173.6 KiB)

venet0    Link encap:UNSPEC  HWaddr 
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:672 (672.0 b)  TX bytes:280 (280.0 b)


> может подскажите как хотя бы реанимировать eth2 ? очень странная ситуация
>> всем привет
>> alm4
>> поставил pppoe работает, но после разрыва получаю след.:
>>
>> [root@localhost ~]# service pppoe start
>> Bringing up PPPoE link................TIMED OUT
>>
>> [root@localhost ~]# service network restart
>> ......
>> Starting group 1/realphys (3 interfaces)
>>         Starting eth0: ......OK
>>         Starting eth1: .......OK
>>         Starting eth2: SIOCGIFFLAGS: No such device
>> !FAILED
>> [root@localhost ~]# ls -l /etc/net/ifaces/eth2
>> total 4
>> -rw-r--r-- 1 root root  0 Jul 31 16:31 ipv4address
>> -rw-r--r-- 1 root root  0 Jul 17 22:23 ipv4route
>> -rw------- 1 root root 27 Aug  1 14:15 options
>>     вписываю USE_HOTPLUG=yes
>> [root@localhost eth2]# cat options
>> DISABLED=no
>> USE_HOTPLUG=yes
>>
>> [root@localhost ~]# service network restart
>> ........
>> Starting eth2:  skipping hotplug iface 'eth2' 
>> SKIPPED                                                                                                                                     
>> [FAILED]
>>
>> [root@localhost ~]# tail /var/log/messages
>> ......
>> Aug  1 14:11:49 localhost kernel: e1000: eth0: e1000_watchdog: NIC 
>> Link is Up 100 Mbps Full Duplex
>> Aug  1 14:11:49 localhost kernel: e1000: eth0: e1000_watchdog: 10/100 
>> speed: disabling TSO
>> Aug  1 14:11:49 localhost kernel: e1000: eth1: e1000_watchdog: NIC 
>> Link is Up 100 Mbps Full Duplex
>>
>> даже невидит сетевую хотя
>>
>> [root@localhost ~]# pciscan
>> Recommended driver     Description
>> ------------------     -----------
>> ..........
>> e1000                  Intel Corporation 82573E Gigabit Ethernet 
>> Controller (Copper) [Ethernet controller]
>> skge                   D-Link System Inc Gigabit Ethernet Adapter 
>> [Ethernet controller]
>> e1000                  Intel Corporation 82541GI Gigabit Ethernet 
>> Controller [Ethernet controller]
>>
>> [root@localhost ~]# lsmod|grep skg
>> skge                   43536  0
>>
>> если перегрузить комп то всё работает нормально до первого разрыва с 
>> провайдером
>>
>>
>> _______________________________________________
>> Sysadmins mailing list
>> Sysadmins@lists.altlinux.org
>> https://lists.altlinux.org/mailman/listinfo/sysadmins
>>   
>
>
>
>


> Igo пишет:
>   
>> может подскажите как хотя бы реанимировать eth2 ? очень странная ситуация
>>     
> USE_HOTPLUG=no	
>
>
> [root@bulevar localnet]# cat options
> TYPE=eth
> USE_HOTPLUG=no
> MODULE=sky2
> ONBOOT=yes
>
> _______________________________________________
> Sysadmins mailing list
> Sysadmins@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sysadmins
>   




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-08-01 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-01  6:17 [Sysadmins] pppoe проблема Igo
2007-08-01  8:17 ` Igo
2007-08-01  8:41   ` Anton Gorlov
2007-08-01 10:54     ` Igo

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git