中興路由器1800配置怎樣(中興1800路由器如何設置ip)
一、中興路由器1800配置怎樣
Building configuration...
!
!
ip dhcp enable(開啟DHCP功能)
ip dhcp server dns 211.138.106.2 211.138.106.7(設置分配給客戶的DNS地址)
ip dhcp server leasetime 18000
ip dhcp server update arp
!
ip dhcp-client disable
!
urpf log off
!
ip local pool conflict-ip 254
ip local pool dhcp 10.10.10.2 10.10.10.254 255.255.255.0(配置地址池,地址池名字為DHCP,等下在接口下引用這個名字)
!
mac-filter permit all
!
blacklist disable
!
!
interface null1
!
interface fei_0/1(連接公網的接口)
ip address 192.168.11.2 255.255.255.192
negotiation auto
ip nat outside(做為nat的outside口)
!
interface fei_0/2(連接內網的接口)
ip address 10.10.10.1 255.255.255.0(配置內網接口ip地址)
peer default ip pool dhcp(確定內網pc機使用哪個地址池,地址名字為dhcp)
negotiation auto
ip dhcp mode server(在接口下使能dhcp功能)
ip dhcp server gateway 10.10.10.1(配置分配的默認網關地址)
ip nat inside(作為nat的inside接口)
!
interface fei_0/3
negotiation auto
!
!
reference clock local
!
ip nat max-entry-number 64
ip nat start(啟用nat功能)
ip nat inside source list 1 interface fei_0/1 (配置允許內網地址進行nat轉換,并且轉換后的地址為外網接口fei——0/1地址)
ip nat translation timeout class a 20
ip nat translation timeout class b 60
ip nat translation timeout class c 150
ip nat translation timeout class d 300
ip nat translation timeout class e 1200
ip nat translation timeout protocol icmp a
ip nat translation timeout protocol ip d
ip nat translation timeout protocol tcp port 80 a
ip nat translation timeout protocol tcp d
ip nat translation timeout protocol udp port 4000 d
ip nat translation timeout protocol udp port 4001 d
ip nat translation timeout protocol udp port 4002 d
ip nat translation timeout protocol udp port 4003 d
ip nat translation timeout protocol udp port 8000 d
ip nat translation timeout protocol udp port 8001 d
ip nat translation timeout protocol udp c
ip nat translation maximal default 65535
!
ip route 0.0.0.0 0.0.0.0 192.168.11.1(添加一條默認出口路由)
!
voice class service
!
!
ip prefix-list 1 seq 5 permit 10.10.10.0 24
!
!
no ipv6 nat enable
!
!
!
acl standard number 1(配置訪問列表,用于允許哪些地址進行nat轉換,在上面被引用)
rule 1 permit 10.10.10.0 0.0.0.255
!
!
!
ip tcp intercept mode intercept
ip tcp intercept drop-mode oldest
ip tcp intercept watch-timeout 30
ip tcp intercept finrst-timeout 5
ip tcp intercept connection-timeout 86400
ip tcp intercept max-incomplete high 1100
ip tcp intercept max-incomplete low 900
ip tcp intercept one-minute high 1100
ip tcp intercept one-minute low 900
!
nas
!
version V4.8.01.B.01
!
nvram mng-ip-address 10.40.89.8 255.255.0.0
!
nvram boot-username mmba
!
nvram boot-password mmba
!
nvram boot-server 10.40.89.78
!
nvram default-gateway 1.1.1.1
!
nvram imgfile-location local
!
hostname DX_liHuaDaJiuDian
!
forward re-fragment time 6
!
enable secret level 15 5 Y0j79VrXYsLC0nOkCXFmaA==
!
username zxr10 password zsr
username lhdjd password lhdjd
!
user-authentication-type local
user-authorization-type local
!
line console 0
no login authentication
!
banner incoming @
*****************************************************
Welcome to ZXR10 ZSR Serial Router of ZTE Corporation
*****************************************************
@
!
!
lfap disable
lfap max-send-fun-size 100
lfap update-interval 60
lfap server-retry-interval 60
lfap message-response-interval 60
lfap ka-interval 60
lfap flow-expired-time 600
!
!
!
snmp-server location No.68 Zijinghua Rd. Yuhuatai District, Nanjing, China
snmp-server contact +86-25-52870000
snmp-server packetsize 1400
snmp-server engine-id 830900020300010289d64401
snmp-server view AllView internet included
snmp-server view DefaultView system included
!
!
logging on
logging buffer 200
logging mode fullcycle
logging console notifications
logging level notifications
logging cmdlog-interval 2880
logging timestamps datetime localtime
alarm cpuload-on
alarm cpuload-interval 30
alarm cpuload-threshold high-grade 95 middle-grade 85 low-grade 75
syslog-server facility local0
!
line console idle-timeout 120
line console absolute-timeout 1440
line telnet idle-timeout 120
line telnet absolute-timeout 1440
!
ssh server authentication ispgroup 1
ssh server authentication mode local
ssh server authentication type chap
no ssh server only
ssh server version 2
!
!
radius auto-change off
!
!
tacacs disable
tacacs-server timeout 5
tacacs-server packet 1024
!
!
amat disable
!
end
DX_liHuaDaJiuDian#
DX_liHuaDaJiuDian#
二、中興路由器怎么設置圖解
中興路由器設置方法:
【家庭網絡環境布線】:
1、有貓(modem):貓(modem)----路由器wan口;路由器lan口----電腦。
2、沒有貓(modem):網線----路由器wan口;路由器lan口----電腦。
【電腦進入路由器】:
1、電腦ip、dns設置自動獲取。
2、打開瀏覽器,在地址欄輸入192.168.1.1(一般路由器地址是這個或者查看路由器背面的登錄信息)進路由-輸入用戶名,密碼 ,(默認一般是admin)。
【設置路由器撥號】:
1、在【設置向導】里,選擇【PPPoE撥號】(有些是ADSL撥號)這一項,按提示步驟輸入上網的用戶名和密碼,保存。
2、在【網絡參數】--【WAN設置】里,選【正常模式】,在【連接】的三個選項,選擇【PPPoE撥號】這一項。
下面就是選擇【自動連接】,保存,退出。