本文发表在 rolia.net 枫下论坛有台CISCO ROUTER 接了几台WINDOWS 2000 机器,现在这几台机器 windows update 是出现了错误,错误代码是0x800C0008
以下是windows update log 的内容:
005-03-23 10:07:59 15:07:59 Success IUENGINE Shutting down
2005-03-23 10:22:23 15:22:23 Success IUCTL Downloaded iuident.cab from http://www.windowsupdate.com/v4/ to C:\Program Files\WindowsUpdate\V4
2005-03-23 10:22:23 15:22:23 Success IUCTL Current iuengine.dll version: 5.4.3790.21
2005-03-23 10:22:23 15:22:23 Success IUCTL Current iuctl.dll version: 5.4.3790.20
2005-03-23 10:22:23 15:22:23 Success IUENGINE Starting
2005-03-23 10:22:24 15:22:24 Success IUENGINE Determining machine configuration
2005-03-23 10:22:24 15:22:24 Success IUENGINE Determining machine configuration
2005-03-23 10:22:38 15:22:38 Error IUENGINE Querying software update catalog from https://v4.windowsupdate.microsoft.com/getmanifest.asp (Error 0x800C0008)
ROUTER 的配置如下:
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$.Z0p$446Tig2fzhHyA3WSPxA7n/
!
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.10.10.2
ip dhcp excluded-address 10.10.10.7
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
!
ip inspect name myfw cuseeme timeout 3600
ip inspect name myfw ftp timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw tftp timeout 30
ip inspect name myfw udp timeout 15
ip inspect name myfw tcp timeout 3600
ip inspect name myfw h323 timeout 3600
!
!
!
!
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
no cdp enable
hold-queue 32 in
!
interface Ethernet1
no ip address
duplex auto
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface Dialer1
ip address negotiated
ip access-group 111 in
ip mtu 1492
ip nat outside
ip inspect myfw out
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname x@dsl.ca
ppp chap password 7 xxxxxxxxxxxxxx
ppp pap sent-username x@dsl.ca password 7 xxxxxxxxxx
ppp ipcp dns request
ppp ipcp wins request
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
no ip http secure-server
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 10.10.10.7 8080 interface Dialer1 8080
ip nat inside source static tcp 10.10.10.2 3389 interface Dialer1 3389
ip nat inside source static tcp 10.10.10.2 1433 interface Dialer1 1433
ip nat inside source static tcp 10.10.10.2 443 interface Dialer1 443
ip nat inside source static tcp 10.10.10.2 20 interface Dialer1 20
ip nat inside source static tcp 10.10.10.2 80 interface Dialer1 80
ip nat inside source static tcp 10.10.10.2 21 interface Dialer1 21
ip nat inside source static tcp 10.10.10.2 25 interface Dialer1 25
!
!
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
access-list 111 permit tcp any any eq smtp
access-list 111 permit tcp any any eq ftp
access-list 111 permit tcp any any eq www
access-list 111 permit tcp any any eq ftp-data
access-list 111 permit tcp any any eq 443
access-list 111 permit tcp host 216.x.x.x any eq 1433
access-list 111 deny tcp any any eq 1433
access-list 111 permit tcp host 216.x.x.x any eq 3389
access-list 111 deny tcp any any eq 3389
access-list 111 permit tcp any any eq 8080
access-list 111 permit icmp any any administratively-prohibited
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit icmp any any packet-too-big
access-list 111 permit icmp any any time-exceeded
access-list 111 permit icmp any any traceroute
access-list 111 permit icmp any any unreachable
access-list 111 permit udp any eq bootps any eq bootpc
access-list 111 permit udp any eq bootps any eq bootps
access-list 111 permit udp any eq domain any
access-list 111 permit esp any any
access-list 111 permit udp any any eq isakmp
access-list 111 permit udp any any eq 10000
access-list 111 permit tcp any any eq 1723
access-list 111 permit tcp any any eq 139
access-list 111 permit udp any any eq netbios-ns
access-list 111 permit udp any any eq netbios-dgm
access-list 111 permit gre any any
access-list 111 deny ip any any
dialer-list 1 protocol ip permit
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
transport preferred all
transport output all
stopbits 1
line aux 0
transport preferred all
transport output all
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
end更多精彩文章及讨论,请光临枫下论坛 rolia.net
以下是windows update log 的内容:
005-03-23 10:07:59 15:07:59 Success IUENGINE Shutting down
2005-03-23 10:22:23 15:22:23 Success IUCTL Downloaded iuident.cab from http://www.windowsupdate.com/v4/ to C:\Program Files\WindowsUpdate\V4
2005-03-23 10:22:23 15:22:23 Success IUCTL Current iuengine.dll version: 5.4.3790.21
2005-03-23 10:22:23 15:22:23 Success IUCTL Current iuctl.dll version: 5.4.3790.20
2005-03-23 10:22:23 15:22:23 Success IUENGINE Starting
2005-03-23 10:22:24 15:22:24 Success IUENGINE Determining machine configuration
2005-03-23 10:22:24 15:22:24 Success IUENGINE Determining machine configuration
2005-03-23 10:22:38 15:22:38 Error IUENGINE Querying software update catalog from https://v4.windowsupdate.microsoft.com/getmanifest.asp (Error 0x800C0008)
ROUTER 的配置如下:
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$.Z0p$446Tig2fzhHyA3WSPxA7n/
!
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.10.10.2
ip dhcp excluded-address 10.10.10.7
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
!
ip inspect name myfw cuseeme timeout 3600
ip inspect name myfw ftp timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw tftp timeout 30
ip inspect name myfw udp timeout 15
ip inspect name myfw tcp timeout 3600
ip inspect name myfw h323 timeout 3600
!
!
!
!
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
no cdp enable
hold-queue 32 in
!
interface Ethernet1
no ip address
duplex auto
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface Dialer1
ip address negotiated
ip access-group 111 in
ip mtu 1492
ip nat outside
ip inspect myfw out
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname x@dsl.ca
ppp chap password 7 xxxxxxxxxxxxxx
ppp pap sent-username x@dsl.ca password 7 xxxxxxxxxx
ppp ipcp dns request
ppp ipcp wins request
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
no ip http secure-server
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 10.10.10.7 8080 interface Dialer1 8080
ip nat inside source static tcp 10.10.10.2 3389 interface Dialer1 3389
ip nat inside source static tcp 10.10.10.2 1433 interface Dialer1 1433
ip nat inside source static tcp 10.10.10.2 443 interface Dialer1 443
ip nat inside source static tcp 10.10.10.2 20 interface Dialer1 20
ip nat inside source static tcp 10.10.10.2 80 interface Dialer1 80
ip nat inside source static tcp 10.10.10.2 21 interface Dialer1 21
ip nat inside source static tcp 10.10.10.2 25 interface Dialer1 25
!
!
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
access-list 111 permit tcp any any eq smtp
access-list 111 permit tcp any any eq ftp
access-list 111 permit tcp any any eq www
access-list 111 permit tcp any any eq ftp-data
access-list 111 permit tcp any any eq 443
access-list 111 permit tcp host 216.x.x.x any eq 1433
access-list 111 deny tcp any any eq 1433
access-list 111 permit tcp host 216.x.x.x any eq 3389
access-list 111 deny tcp any any eq 3389
access-list 111 permit tcp any any eq 8080
access-list 111 permit icmp any any administratively-prohibited
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit icmp any any packet-too-big
access-list 111 permit icmp any any time-exceeded
access-list 111 permit icmp any any traceroute
access-list 111 permit icmp any any unreachable
access-list 111 permit udp any eq bootps any eq bootpc
access-list 111 permit udp any eq bootps any eq bootps
access-list 111 permit udp any eq domain any
access-list 111 permit esp any any
access-list 111 permit udp any any eq isakmp
access-list 111 permit udp any any eq 10000
access-list 111 permit tcp any any eq 1723
access-list 111 permit tcp any any eq 139
access-list 111 permit udp any any eq netbios-ns
access-list 111 permit udp any any eq netbios-dgm
access-list 111 permit gre any any
access-list 111 deny ip any any
dialer-list 1 protocol ip permit
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
transport preferred all
transport output all
stopbits 1
line aux 0
transport preferred all
transport output all
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
end更多精彩文章及讨论,请光临枫下论坛 rolia.net