IX2005でPPPoE+IPoE接続

提供:泣かないでゆり子
2015年10月25日 (日) 16:41時点における市川ゆり子 (トーク | 投稿記録)による版 (ページの作成:「== コンフィグの説明 == 気が向いたら書く… == コンフィグ == <pre> Current configuration : 2811 bytes ! NEC Portable Internetwork Core Operating Sys...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動検索に移動

コンフィグの説明

気が向いたら書く…

コンフィグ

Current configuration : 2811 bytes

! NEC Portable Internetwork Core Operating System Software
! IX Series IX2005 (magellan-sec) Software, Version 7.5.59, RELEASE SOFTWARE
! Compiled Feb 13-Tue-2007 13:26:31 JST #2
! Current time Oct 26-Mon-2015 01:33:05 JST
!
service password-encryption
!
hostname IX2005
timezone +09 00
!
!
username admin password hash ********** administrator
!
!
!
ntp server 150.43.1.5
ntp server 2001:df0:232:eea0::fff3
ntp server 133.243.238.164
ntp retry 3
ntp interval 3600
!
!
!
logging buffered 1048576
logging subsystem all error
logging timestamp datetime
!
access-list ipv6path permit src any dest any type ipv6
access-list ipv6path permit src any dest any type ip
!
!
ip route default FastEthernet0.1
ip dhcp enable
ip access-list telnet permit ip src 157.7.234.135/32 dest any
ip access-list telnet permit ip src 192.168.24.0/24 dest any
ip ufs-cache enable
!
!
ipv6 route default 240b:252:8a0:100::fffe
ipv6 access-list telnet6 permit ip src 2001:470:24:a17::0/64 dest any
ipv6 access-list telnet6 permit ip src 240b:252:8a0:100::0/64 dest any
ipv6 access-list telnet6 permit ip src fe80::0/10 dest any
!
!
!
bridge irb enable
no bridge 1 bridge ip
!
!
ip name-server 8.8.8.8
ip name-server 8.8.4.4
dns cache enable
dns cache max-records 256
!
proxy-dns ip enable
proxy-dns ip max-sessions 128
proxy-dns ip query-interval 1
!
telnet-server ip enable
telnet-server ip access-list telnet
telnet-server ipv6 enable
telnet-server ipv6 access-list telnet6
!
http-server username admin
http-server ip access-list telnet
http-server ip enable
!
!
!
!
!
ppp profile biglobe
  authentication myname ********@biglobe.ne.jp
  authentication secret-password 1 ********@biglobe.ne.jp ************************
!
ip dhcp profile lan
  assignable-range 192.168.24.2 192.168.24.50
  default-gateway 192.168.24.1
  dns-server 192.168.24.1 8.8.8.8
  domain-name yuriko.local
!
device FastEthernet0
!
device FastEthernet1
!
interface FastEthernet0.0
  description WAN
  filter ipv6path 1 in
  no ip address
  bridge-group 1
  no shutdown
!
interface FastEthernet1.0
  description LocalLAN
  filter ipv6path 1 in
  ip address 192.168.24.1/24
  ip dhcp binding lan
  no ipv6 nd import-prefix
  bridge-group 1
  no shutdown
!
interface FastEthernet0.1
  description PPPoE
  encapsulation pppoe
  auto-connect
  ppp binding biglobe
  ip address ipcp
  ip mtu 1454
  ip tcp adjust-mss auto
  ip napt enable
  no shutdown
!
interface FastEthernet1.1
  encapsulation pppoe
  auto-connect
  no ip address
  shutdown
!
interface BVI1
  no ip address
  ipv6 enable
  ipv6 address 240b:252:8a0:100::1/64
  bridge-group 1
  no shutdown
!
interface Loopback0.0
  no ip address
!
interface Null0.0
  no ip address