Jump to content

Using Smoothwall Express With a Cisco Layer 3 Switch?


Recommended Posts

Posted

Hello,

 

This is more of a Networking question so i put it in here.

 

Please look at the attached diagram. This is what i am wanting to achieve in a test environment. I have setup the 3560 with 2 Vlans and they can communicate between each other no problem. I want to fit the Smoothwall express in the system like i the diagram.

 

How do i configure the Cisco switch so it has a route out to the Smoothwall box so we can get a net connection please?

 

Eventually i am looking to move something like this in production possibly using a big Smoothwall box.

 

Thanks

Diagram1.png

Posted

en

conf t

ip route 0.0.0.0 0.0.0.0 ipofsmoothwall

exit

copy run start

 

 

 

 

 

You will need the smoothie to be on one of the vlans or create a new vlan and make sure IVR works.

you will also need routes on the smoothy back to the cisco.

  • Thanks 1
Posted

Ok what if i have a 3rd VLAN that i dont want it to go via Smoothwall. Maybe to have no gateway or to go out via another gateway?

 

Thanks

Posted (edited)

Just create a route telling it which interface you want that subnet to go out on. The default route is only used if nothing else in the list matches.

 

Example:

ip route 172.16.188.252 255.255.255.252 FastEthernet 0/0





Edit: Sorry, misread your post. The above may not do what you're asking. You will need to use per vlan spanning tree to accomplish what you want. And you will need more switches.

Edited by rwwest7
Posted
Just create a route telling it which interface you want that subnet to go out on. The default route is only used if nothing else in the list matches.

 

Example:

ip route 172.16.188.252 255.255.255.252 FastEthernet 0/0





Edit: Sorry, misread your post. The above may not do what you're asking. You will need to use per vlan spanning tree to accomplish what you want. And you will need more switches.

@rwwest7 What does the IP route do please?

Posted

To route a specifc VLAN for example VLAN 502 to Smoothwall could i do this

 

ip route 172.20.2.0 255.255.255.0 ipofsmoothwall

 

Thanks

Posted

Not sure about the smoothie.. what do you actually want it to do?

 

but to have a different DG, don't put an IP on the vlan interface and it won't route. Plug the other router into the vlan and have it issue DHCP to that vlan.

 

Rob

Posted

ok best thing I can advise is this.

 

I dont know how smoothwall works but, if you want a basic firewall i'd do it in pfsense, and yes it supports multiple local subnets by grouping the Inteface IP's or adding IP's in as Aliasses, id go into the switches and add another vlan, add the vlan(s) on pfsense also and put DHCP on pfsense to serve on the vlans, if you have your internet connection plugged into the pfsense box it'll route to it anyway and aslong as you set your rules and gateways up properly, if traffic on VLAN 501 is destined for the internet Pfsense will forward it out of the gateway you specify (ie the internet) so you can get internet access but also that VLAN will access other parts of the network if you wish it to.#

 

Pfsense will route the vlans, give you internet access on the vlans if you wish, and you'll have either a simple or advanced firewall if you want.

Posted (edited)

Well i dont want it to route between the VLANS i want the L3 switch to do that.

 

Would i set a static route on the Switch so it knows for that vlan to go to pfsense? The DG of my clients will be the VLAN interface IP.

 

Something like

 

ip route 172.20.2.0 255.255.255.0

 

Basically i want it to act as a firewall and to get an internet connection to my test setup.

 

Thanks

Edited by FN-GM
Posted
Just set pfsense as your default gateway.

 

Then the switch wont route between other vlans.

 

or you could have the PFS as the only thing plugged into the Cisco, and it's second interface connected to a switch for the BYOD. Then all traffic would travers the PF

 

Rob

 

When the time comes we wont be using a free product for the firewall.

Posted
When the time comes we wont be using a free product for the firewall.

 

????

 

the PF is not for the EXTERNAL firewall, its to sit between the BYOD devices and the Cisco switch.

 

Rob

Posted
I mis understood you. Can we move the BYOD stuff to the other post please as this thread is about the main firewall. thanks
Posted
Well i dont want it to route between the VLANS i want the L3 switch to do that.

 

Would i set a static route on the Switch so it knows for that vlan to go to pfsense? The DG of my clients will be the VLAN interface IP.

 

Something like

 

ip route 172.20.2.0 255.255.255.0

 

Basically i want it to act as a firewall and to get an internet connection to my test setup.

 

Thanks

 

Will this work please?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...