公司网络环境是最基本的:
固定IP光纤接入-CISCO2911路由-CISCO交换机-50台主机。
我做了这样的设置:
enable
config t
hostname abc
enable secret 123456
line console 0
password 123456
login
line aux 0
password 123456
login
line vty 0 1180
password 123456
login
int GE0/0
ip address 1.1.1.2 255.255.255.0
no shutdown
exit
int GE0/1
ip address 10.138.20.254 255.255.255.0
no shutdown
exit
p route 0.0.0.0 0.0.0.0 GE0/0