brbr1982 發表於 10-1-9 17:55:00

請問應該怎樣改??

no parser cache
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname tets
!
boot-start-marker
boot-end-marker
!
memory-size iomem 15
enable secret 5 $1$Xfgt$n4Imy/qTToIEXvhYlxx2s.
enable password 7 1234
!
no aaa new-model
clock timezone tw 8
!
!
no ip dhcp conflict logging
!
ip dhcp excluded-address 192.168.1.1 192.168.1.127   
ip dhcp excluded-address 192.168.1.252 192.168.1.254
ip dhcp pool Pool1
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   dns-server 123.123.123.123   
!
!
ip cef
no ip domain lookup
vpdn enable
!         
username xxxx@yyyy privilege 3 password 7 1234
!
!
interface Ethernet0
ip address 192.168.1.0 255.255.255.0
ip virtual-reassembly
!
interface Ethernet1
no ip address
duplex auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Ethernet2
no ip address
shutdown
!
interface FastEthernet1
duplex auto
speed auto
!
interface FastEthernet2
duplex auto
speed auto
!
interface FastEthernet3
duplex auto
speed auto
!
interface FastEthernet4
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
keepalive 10 3
ppp authentication pap callin
ppp pap sent-username xxxxx@yyyyy password 1234
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
!
dialer-list 1 protocol ip permit
!
!
!
control-plane
!
!
line con 0
password 7 1234
login local
no modem enable
transport output all
line aux 0
login local
transport output all
line vty 0 4
password 7 1234
login local
transport input all
transport output all
!
scheduler max-task-time 5000
end


請問應該怎樣才可以派DHCP???
令電腦可以上網??
謝謝!!

墮夜 發表於 10-2-4 21:36:16

不好意思,我覺得你先把拓墣貼上來比較好

你當中除了DHCP是不是NAT出去後沒有多寫ACL?

你這個Show RUN只看的到單台路由器

但是這個問題是關係到整個拓墣
頁: [1]
檢視完整版本: 請問應該怎樣改??