-
Posts
447 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by andyrite
-
I've just bought a few of these. 9.5 Watt - B22 High Output Standard Shape LED Bulb - B22 (bayonet cap) - LED Bulbs They are fantasic.
-
Custom Multimode Preterminated Fibre Cable at Comms Express SC-SC OM3 4 Core £150 inc Vat
-
Yep. You should be able to ping devices on the other vlans too.
-
We are not adding vlans into the SW. We are just letting it know what subnets are on the network. Why not change one of the current school networks computers gateway to the core and see if it work's.
-
I've just tried it and it works.
-
ip default-gateway 10.50.4.24 should be 10.50.6.14. (the ip of the switch. We want the switch to do all the routing.) no need for ip route 10.50.8.0 255.255.255.0 10.50.4.24 ip route 10.50.9.0 255.255.255.0 10.50.4.24 as the switch already will have that in the routing table. The Gateway in the VLAN screen on the smoothwal needs to be 10.50.6.14 for every vlan. (the switch is doing the routing) sh ip route on the core should comfirm this.
-
Wrong there. let me think.
-
And make sure Networking » Settings » Advanced is unticked on the SW.
-
Can you post sh run from the core. Screenshot of the SW vlan page. What's the IP you ar etrying to ping from?
-
Which Vlan can't your ping the SW from? Adding the VLAN ranges into the smoothwall is just creating a static route in the backgroud.
-
Yes. The smoothwall wouldn't know what to have done with the traffic. but not the issue of PCs using the 10.50.4.1 DG being unable to contact devices in VLANs 100 & 200 The pc won't know how to get to the ip so will send it to you dg (the SA BOX) You'll need to add some static routes to your pc because you are not using the main switch for routing. What are you using the SA box for?
-
Networking » Routing » Subnets Example Network 10.20.1.0 Subnet 255.255.255.0 Gateway (This is always 10.50.4.1 is your case) 10.0.0.1
-
You should have a ip-route 0.0.0.0 0.0.0.0 10.50.4.24 on your core. If it doesn't know what to do with the traffic(ie not a local IP) it will send it to the smoothwall. You need to have your vlans setup in your smoothwall too.
-
What's your subnet masks?
-
The IP routing only needs to be done on the core. It fact you don't even need to set an IP on the 2610 100/200 VLAN. I just setup an IP on the default VLAN to manage it. Try having a port untagged on vlan 200 on the core to sort the ping problem.
-
How many computers are on the site B?
-
What speed is the link you are having installed?
-
The text you just posted doesn't have any spaces in. Is that a pasting issue?
-
https://outlook.com/domain-name.com/ looks odd. Try $Session = New-PSSession -ConfigurationName Microsoft.Exchange-ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic -AllowRedirection Import-PSSession $Session
-
Hi Is anybody using these? Any thoughts? Andy
-
We still use bromcom. Never had the handheld devices as we had a PC in everyroom using Winfolder. Everything is web based now.
-
Thats a new one on me. Thanks for that.
-
You need the Azure modules by the sound of it. Manage Azure AD using Windows PowerShell
-
Sounds about right for Microsoft Support.
-
You need to import the commands $Session = New-PSSession -ConfigurationName Microsoft.Exchange-ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic -AllowRedirection Import-PSSession $Session Set-ExecutionPolicy RemoteSigned
