cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1299
Views
0
Helpful
7
Replies

how to make two vlans speak to each other.

jillesmiedema
Level 1
Level 1

i have a 877w router with a wireless vlan and a wired vlan.

i want to reach the computer from one vlan from the other, eg http.

now they cant see each other over the border.

jilles

7 Replies 7

Marlon Malinao
Level 1
Level 1

You can use bridging for your different vlans and wireless vlans as well.

Sent from Cisco Technical Support iPhone App

i have a bridge for the wireless section , but the wireless section is totally isolated from the wired section.

ihave a cisco 877w router, he makes a different vlan for the wireless section.

jilles

I think it would be easier if we can see your config. Can you post it?

It should be something easy if the router has vlans and vlan interfaces it's just a case of routing. But maybe you have security features enabled that prevent it.

Regards,

Ian

Hi,

Please see the below example vlans config and its communication in 877w.

interface Vlan1
ip address 192.168.10.1 255.255.255.0
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
ip access-group 102 in

interface Vlan2
description NETPCs
ip address 192.168.1.1 255.255.255.0
no ip proxy-arp
ip nat inside
ip virtual-reassembly

access-list 102 permit tcp any host 192.168.10.2 eq http
access-list 102 permit tcp yourremoteIP any eq http


And also see the below link for more info...
http://www.cisco.com/univercd/cc/td/doc/product/access/acs_fix/85x87x/857swcg/eng/index.htm


Hope this helps you.

Please rate the helpfull posts.
Regards,
Naidu.

if i understand right it is an access list problem and not an routing problem ?

wkr,

jilles

Well we can't say for sure without seeing your config, but it's more than likely, yes. At the end of the day you have two routed interfaces on the router, so the routing should be in place already.

Regards,

Ian

fault message

Review Cisco Networking for a $25 gift card