- - PR -
cisco1812jの設定
1
投稿者 | 投稿内容 |
---|---|
|
投稿日時: 2006-06-27 17:21
こん○○わ。表題の件につきまして、WANルータの機種変更になり、
はじめてcisco1812jの設定をしております。 インターネットマンションでの使用予定です。 下記のとおりconfigを投入したのですが、WAN接続ができておりま せん。ご教授の程よろしくお願いします。 またルータにはサーバを接続し、2台のスイッチのどのポートから もサーバにもアクセス可能としたいです。当然ながらマンション向 けなのでスイッチにポートVLANを44設定してます。 ・Bフレッツベーシック。 ・ISPよりDNSサーバのアドレスが2個あり。 ・interface FastEthernet0はWAN接続。 ・interface FastEthernet2はスイッチ1 (スイッチにはVLANがそれぞれ1〜22種類あり。) ・interface FastEthernet3はスイッチ2 (スイッチにはVLANがそれぞれ1〜22種類あり。) ・interface FastEthernet4〜9にはサーバ。 cisco1812j#show startup-config Using 3826 out of 196600 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname cisco1812j ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings enable secret 5 **** enable password **** ! no aaa new-model ! resource policy ! clock timezone JST 9 mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ! ! ip cef no ip dhcp use vrf connected ip dhcp excluded-address 192.168.0.100 192.168.0.254 ! ip dhcp pool DHCP import all network 192.168.0.0 255.255.255.0 default-router 192.168.0.253 dns-server 192.168.0.253 domain-name domain.com lease 2 ! ! no ip domain lookup ip domain name domain.com ip name-server 192.168.0.250 no ip ips deny-action ips-interface vpdn enable ! vpdn-group 1 request-dialin protocol pppoe ! ! ! crypto pki trustpoint TP-self-signed-1616809545 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-1616809545 revocation-check none rsakeypair TP-self-signed-1616809545 ! ! crypto pki certificate chain TP-self-signed-1616809545 certificate self-signed 01 nvram:IOS-Self-Sig#3501.cer username cisco privilege 15 secret 5 $1$60zc$CWIc3nqGKDkhY/xIWqV/F. ! ! ! ! ! interface BRI0 no ip address shutdown ! interface FastEthernet0 description to_Flets ip address 192.168.0.253 255.255.255.0 ip access-group 10 out ip nat outside ip virtual-reassembly duplex auto speed auto pppoe enable pppoe-client dial-pool-number 1 ! interface FastEthernet1 no ip address shutdown duplex auto speed auto ! interface FastEthernet2 description to_LAN1 ! interface FastEthernet3 description to_LAN2 ! interface FastEthernet4 ! interface FastEthernet5 ! interface FastEthernet6 ! interface FastEthernet7 ! interface FastEthernet8 ! interface FastEthernet9 ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-FE 2$ ip address 192.168.1.253 255.255.255.0 ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452 ! interface Dialer0 ip address negotiated ip verify unicast source reachable-via any ip mtu 1454 ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer idle-timeout 0 dialer-group 1 no cdp enable ppp authentication chap callin ppp chap hostname **** ppp chap password 0 **** ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer0 permanent ! ip dns server ! no ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 5 life 86400 requests 10000 ip nat inside source list 1 interface Dialer0 overload ip nat inside source list 10 interface Dialer0 overload ! access-list 101 permit ip 192.168.0.0 0.0.0.255 any access-list 101 permit ip any any dialer-list 1 protocol ip permit no cdp run ! ! ! ! control-plane ! banner login ^C ----------------------------------------------------------------------- Cisco Router and Security Device Manager (SDM) is installed on this device. This feature requires the one-time use of the username "cisco" with the password "cisco". Please change these publicly known initial credentials using SDM or the IOS CLI. Here are the Cisco IOS commands. username <myuser> privilege 15 secret 0 <mypassword> no username cisco Replace <myuser> and <mypassword> with the username and password you want to use. For more information about SDM please follow the instructions in the QUICK START GUIDE for your router or go to http://www.cisco.com/go/sdm ----------------------------------------------------------------------- ^C ! line con 0 password **** login line aux 0 line vty 0 4 privilege level 15 password **** login transport input telnet ssh line vty 5 15 privilege level 15 login local transport input telnet ssh ! no scheduler allocate end |
1