hi, please tell me how I can make the two networks to talk.
what i want is one nic connect to my ips modem (verizon) other nics can connect to switches or directly to a pc.
thank you much!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
description connect to verizon modem
ip address 192.168.1.20 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/0
no ip address
shutdown
duplex auto
speed auto
!
interface TokenRing2/0
no ip address
shutdown
ring-speed 16
!
ip classless
ip http server
!
!
line con 0
line aux 0
line vty 0 4
login
!
what i want is one nic connect to my ips modem (verizon) other nics can connect to switches or directly to a pc.
thank you much!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
description connect to verizon modem
ip address 192.168.1.20 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/0
no ip address
shutdown
duplex auto
speed auto
!
interface TokenRing2/0
no ip address
shutdown
ring-speed 16
!
ip classless
ip http server
!
!
line con 0
line aux 0
line vty 0 4
login
!