Setting IP's Template - DefiantCoder/Tech-Journals GitHub Wiki

enable
conf t
hostname <YourHostname>-router
! Interface setup for first connection
interface FastEthernet 0/0
ip address <your_ip> <subnet_mask>
no shutdown
! Interface setup for for second connection
interface FastEthernet 0/1
ip address <your_ip> <subnet_mask>
no shutdown
  • add more sections as necessary
⚠️ **GitHub.com Fallback** ⚠️