Kossyの生活・仕事・ゲームのブログです^p^ 音ゲーは楽しい
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
ちょっと初期設定。
自分用メモ。(#はコメント)
------------------------------------------------------------------------
Router>en
Router#conf t
#ルータ名設定
Router(config)#hostname c811
#コンソール接続した時に最初からenable状態にする設定(privilege level 15)と、
#10分放置すると勝手にログアウトしちゃうので、それを無効に。(no exec-timeout)
c811(config)#line console 0
c811(config-line)#privilege level 15
c811(config-line)#no exec-timeout
c811(config-line)#exit
#telnet接続時のパスワード設定
c811(config)#line vty 0 4
c811(config-line)#password ********
c811(config-line)#exit
#DNS検索をしない(間違ったコマンドを打つとDNSを引きにいくため)
c811(config)#no ip domain-lookup
#特権パスワードの設定と暗号化
c811(config)#enable password ********
c811(config)#service password-encryption
#ethernet 0へのIP設定
c811(config)#int ethernet 0
c811(config-if)#ip address 192.168.1.250 255.255.255.0
c811(config-if)#no shutdown
#デフォルトゲートウェイの設定
c811(config-line)#exit
c811(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.1
#NVRAMへ保存
c811#write mem
自分用メモ。(#はコメント)
------------------------------------------------------------------------
Router>en
Router#conf t
#ルータ名設定
Router(config)#hostname c811
#コンソール接続した時に最初からenable状態にする設定(privilege level 15)と、
#10分放置すると勝手にログアウトしちゃうので、それを無効に。(no exec-timeout)
c811(config)#line console 0
c811(config-line)#privilege level 15
c811(config-line)#no exec-timeout
c811(config-line)#exit
#telnet接続時のパスワード設定
c811(config)#line vty 0 4
c811(config-line)#password ********
c811(config-line)#exit
#DNS検索をしない(間違ったコマンドを打つとDNSを引きにいくため)
c811(config)#no ip domain-lookup
#特権パスワードの設定と暗号化
c811(config)#enable password ********
c811(config)#service password-encryption
#ethernet 0へのIP設定
c811(config)#int ethernet 0
c811(config-if)#ip address 192.168.1.250 255.255.255.0
c811(config-if)#no shutdown
#デフォルトゲートウェイの設定
c811(config-line)#exit
c811(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.1
#NVRAMへ保存
c811#write mem
PR
Comment
カウンター
カレンダー
10 | 2024/11 | 12 |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
最新コメント
[07/17 Kossy]
[07/17 カサハンラ]
[09/04 Kossy]
[09/03 おちんちん]
[08/04 testes]
[08/03 Kossy]
[08/02 testes]
マシンスペック
【メインPC】
[OS] Windows11 Pro
[CPU] Core i5-10400 @2.9GHz
[MEM] 32GB
[VGA] NVIDIA GTX1660 SUPER
[マウス] Logicool M550L
[PAD] SteelSeries QcK 63004
[キーボード] Logicool K295
【Webサーバー機】
[Model] MINISFORUM N40
[OS] Rocky Linux
[CPU] Celeron N4020 @2.8GHz
[MEM] 4GB
[SSD] 64GB
カテゴリー
ブログ内検索
アーカイブ
最新トラックバック