SwedishChef Posted February 27, 2013 Posted February 27, 2013 Just to add my two pennies. We had something simular, in order to get one vlan to recognise the airplay/airserver to the other vlan we used an UBUNTU gateway, which can act as a bonjour gateway. http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_tech_note09186a0080bb1d7c.shtml#deploysteps Would that help you ? 1
caffrey Posted February 27, 2013 Author Posted February 27, 2013 (edited) Hrrm thanks for that, that may just work, just got to dig out some old hardware now to test with (and some time) wonder if a raspberry pi would work. Edited February 27, 2013 by caffrey
caffrey Posted February 28, 2013 Author Posted February 28, 2013 Got the bonjour gateway set up, I can see the device across networks, however the mirroring isn't working
SwedishChef Posted March 3, 2013 Posted March 3, 2013 Got the bonjour gateway set up, I can see the device across networks, however the mirroring isn't working Is there anything to route between the networks that may block the connection?
caffrey Posted March 3, 2013 Author Posted March 3, 2013 I'm starting to suspect that's what it is, just not sure where to start looking, it's either one of the two smoothwalls I have or something on the ubuntu install, not even sure what logs to look at!
SwedishChef Posted March 4, 2013 Posted March 4, 2013 Well once they see what IP to connect to from the bonjour information, wont they use the default gateway, or whatever device you have in between the two networks, we had to make sure zone bridging is setup correctly on our smoothwall.
Jamo Posted March 4, 2013 Posted March 4, 2013 Isn't the whole idea pretty fruitless if the infrastructure isn't there to back it up? It might work now but there is only so much tape which can be used to fix things! Best thing to do would be to present solutions to SLT and let them know its all possible but *this* is the cost etc etc.
SwedishChef Posted March 4, 2013 Posted March 4, 2013 (edited) I agree Jamo, however sometimes...and slightly OT 'there just aint the money'...and to get it done we need rely on the expertise from this community. I've found myself in this position many a time. Edited March 4, 2013 by SwedishChef
Jamo Posted March 4, 2013 Posted March 4, 2013 I agree Jamo, however sometimes...and slightly OT 'there just aint the money'...and to get it done we need rely on the expertise from this community. I've found myself in this position many a time. I totally understand that! But is it maintainable? When you leave can someone pick it up? Etc etc. If you are just one person, can you manage configuring every access point as the network grows? Its not being pedantic is being prepared/realistic. There is only so much one person can do! We have nearly 60 access points covering our school, if I had to make a single changed on all of those it would take half a day! 1
SwedishChef Posted March 4, 2013 Posted March 4, 2013 yup...theres always a line that has to be drawn somewhere that makes it un-maintainable.
caffrey Posted March 4, 2013 Author Posted March 4, 2013 Well I've spent 3 days on this, and it's difficult to do when you're on your own and getting constant interruptions from the rest of the day to day stuff so it gets quite frustrating. If I can get this working it'll save a lot of money and hassle - it's *almost* there but just not quite. here's what the problem is The number keeps increasing and decreasing. I can't find any info on why it's doing that at all, typical Linux amount of time I waste at home on it!
caffrey Posted March 5, 2013 Author Posted March 5, 2013 After more reading, I'm under the impression that this can only be done on layer 3 switches, we use netgear smart switches here, so I guess this idea is out of the window too, back to plan A! Smart Switches - Shared access to the Internet for multiple VLANs with no routing In Particular :- " • Broadcast and Multicast traffic is transmitted only in the VLAN in which traffic is generated. • To allow traffic between VLAN a device working at protocol level (Layer 3) is required " Unless I'm mistaken.
SYNACK Posted March 5, 2013 Posted March 5, 2013 After more reading, I'm under the impression that this can only be done on layer 3 switches, we use netgear smart switches here, so I guess this idea is out of the window too, back to plan A! Smart Switches - Shared access to the Internet for multiple VLANs with no routing In Particular :- " • Broadcast and Multicast traffic is transmitted only in the VLAN in which traffic is generated. • To allow traffic between VLAN a device working at protocol level (Layer 3) is required " Unless I'm mistaken. You are right, to bridge VLANs you need layer3, there is a technology that lets it work from one VLAN to another without layer3 but it is messy when applied to anything other than a really small network, I first saw it on a DLink switch and thought eep, nightmare when scaled.
januttall Posted March 5, 2013 Posted March 5, 2013 After more reading, I'm under the impression that this can only be done on layer 3 switches, we use netgear smart switches here, so I guess this idea is out of the window too, back to plan A! Smart Switches - Shared access to the Internet for multiple VLANs with no routing In Particular :- " • Broadcast and Multicast traffic is transmitted only in the VLAN in which traffic is generated. • To allow traffic between VLAN a device working at protocol level (Layer 3) is required " Unless I'm mistaken. Do the Vlans contain separate Networks (is in addresses and subnetmasks) you need either a router or a layer 3 switch set to route between the networks as the addresses prevent the two networks talking even if you directly connect the vlans (not a good idea!!). you can do it on any router or L3 switch or even a Linux PC set as a router if you must, but you must set up some form of router. this only needs to be done once and one interface on a professional router or pc that can handle vlans. then trunk the vlans through into your switches and out to clients.
Jamo Posted March 5, 2013 Posted March 5, 2013 Do the Vlans contain separate Networks (is in addresses and subnetmasks) you need either a router or a layer 3 switch set to route between the networks as the addresses prevent the two networks talking even if you directly connect the vlans (not a good idea!!). you can do it on any router or L3 switch or even a Linux PC set as a router if you must, but you must set up some form of router. this only needs to be done once and one interface on a professional router or pc that can handle vlans. then trunk the vlans through into your switches and out to clients. By default even a layer 3 device won't let multicast or broadcast traverse VLANs. Broadcast is done with a IPHelper address usually and multicast requires some PIM setup to traverse the VLANs.
caffrey Posted March 5, 2013 Author Posted March 5, 2013 (edited) Yep, gave up on it now as a bad idea, I'll have to consider the split domain idea - cheapest in terms of cost but not in time Just retried again in vain using 2 nics, wasn't expecting it to work and it didn't , not all is lost, I like playing with Linux Edited March 5, 2013 by caffrey
pantscat Posted March 5, 2013 Posted March 5, 2013 Perhaps just get a core switch that does L3 routing? That's all you need!
januttall Posted March 5, 2013 Posted March 5, 2013 (edited) By default even a layer 3 device won't let multicast or broadcast traverse VLANs. Broadcast is done with a IPHelper address usually and multicast requires some PIM setup to traverse the VLANs. Using sub-nets is a way of cutting down on broadcast traffic why would you want to have your broadcasts traversing your sub-nets, increasing your used bandwidth. also broadcasts for one network wont work on another as its a different range of addresses there for only serving as a way of adding to your traffic. your Multicast i can understand you wanting to get it to transverse your sub-nets. Subnet = Difrent IP range denoted by the Subnet mask. Edited March 5, 2013 by januttall
SwedishChef Posted March 5, 2013 Posted March 5, 2013 Caffrey, this is why the ubuntu server sits in both VLANS, ie: it has a leg in both ponds, ours is a vitrual machine with an interface per vlan. Once it picks up the broadcast in one VLAN it then will bridge it to the other, however I still think you need IP routing between the VLAN's or somekind of firewall allowing the traffic to traverse.
caffrey Posted March 5, 2013 Author Posted March 5, 2013 It is broadcasting, just not routing that's the problem - I can only assume it's now to do with the switches as I've tried everything else, you can see by the screenshot what's happening. I can ping .local on either vlan and it resolves, a traceroute however and they disappear outside the network. So many factors it could be and I've tried everything I can think of. set statics and set them in smoothwall to be ignored , different hardware etc. It just doesn't want to play ball!
caffrey Posted April 17, 2013 Author Posted April 17, 2013 I got this working, using of all things a raspberry pi, as a bonus I even got printing working If anyone needs any tips or a write up i'll see what I can do 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now