Router>
prompt.enable
(or en
).Router#
prompt.config t
.interface fastEthernet 0/0
).interface fastEthernet f0/0
.ip address <ip_address> <subnet_mask>
ip address 10.0.0.1 255.0.0.0
no shutdown
.10.0.0.1
(configured on the router's fast Ethernet interface).no
.enable
(or en
).config t
.interface fastEthernet 0/0
.ip address 10.0.0.1 255.0.0.0
.no shutdown
.ping
command to check reachability.ping 10.0.0.2
(from the router to the computer).no
to configure manually.yes
leads to a series of questions that may be unfamiliar.?
to get help and see available commands.interface ?
shows available interface types.10.0.0.1
(connected to LAN 10.0.0.0/8), 30.0.0.1
(connected to WAN)20.0.0.1
(connected to LAN 20.0.0.0/8), 30.0.0.2
(connected to WAN)10.0.0.1
, all computers on that LAN must have IPs like 10.0.0.2
, 10.0.0.3
, etc.10.0.0.2
and 20.0.0.2
) directly will not work.show run
displays the router's current configuration.