for some reason, the 172.16.1.1 is not talking to 192.168.1.1. I can't setup virtual interface vlans on the router so I am setting up bridge instead. however, the two networks are not talking.
I can ping yahoo.com from 192.168.1.1 but cannot from 172.16.1.1. I also cannot ping 172.16.1.1 from 192.168.1.1.
the router config is below.
thanks so much.
Tam
ip name-server 4.2.2.2
!
ip dhcp pool inside
import all
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns-server 4.2.2.2
!
!
bridge irb
!
!
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
bridge-group 1
!
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
!
interface BVI1
ip address 172.16.1.1 255.255.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip http server
ip http authentication local
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
line aux 0
line vty 0 4
privilege level 15
password <removed>
!
end
I can ping yahoo.com from 192.168.1.1 but cannot from 172.16.1.1. I also cannot ping 172.16.1.1 from 192.168.1.1.
the router config is below.
thanks so much.
Tam
ip name-server 4.2.2.2
!
ip dhcp pool inside
import all
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns-server 4.2.2.2
!
!
bridge irb
!
!
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
bridge-group 1
!
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
!
interface BVI1
ip address 172.16.1.1 255.255.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip http server
ip http authentication local
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
line aux 0
line vty 0 4
privilege level 15
password <removed>
!
end