|
发表于 2005-1-19 12:42:55
|
显示全部楼层
肇庆的长宽是通过网卡mac地址认证的 , 把分到的ip设成静态只能一天有效, 第2天就不能通过认证了
用fc2的自带kernel-2.6.5正常,(分到的ip在linux和windows下跟linux下是不同的.)
我自己编译内核2.6.10,设成下面的就行
在network option里:
[code:1] <*> Packet socket
│ │ [ ] Packet socket: mmapped IO
│ │ <*> Netlink device emulation
│ │ <*> Unix domain sockets
│ │ <M> PF_KEY sockets
│ │ [*] TCP/IP networking
│ │ [ ] IP: multicasting
│ │ [ ] IP: advanced router
│ │ [*] IP: kernel level autoconfiguration
│ │ [*] IP: DHCP support
[ ] IP: BOOTP support │ │
│ │ [ ] IP: RARP support │ │
│ │ < > IP: tunneling │ │
│ │ < > IP: GRE tunnels over IP │ │
│ │ [ ] IP: TCP syncookie support (disabled per default) │ │
│ │ <M> IP: AH transformation │ │
│ │ <M> IP: ESP transformation │ │
│ │ <M> IP: IPComp transformation │ │
│ │ <M> IP: tunnel transformation │ │
│ │ <*> IP: TCP socket monitoring interface
以后的就随便了
[/code:1]
--------------------------------------------------------
原来编译的2.6.7里dhclient分不到ip , 比上面的设置只是少选了
│ │ <> IP: AH transformation │ │
│ │ <> IP: ESP transformation │ │
│ │ <> IP: IPComp transformation │ │
│ │ <> IP: tunnel transformation │ │
│ │ <> IP: TCP socket monitoring interface
而多选了 [* ] Packet socket: mmapped IO
--------------
内核说明不详细,而我又不懂网络,不知道以前出问题是选错了哪个选项. 反正现在没问题 |
|