Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
pfSense Forum
pfSense English Support
»
2.0-BETA Snapshot Feedback and Problems
»
Layer7
Username:
Password:
1 Hour
1 Day
1 Week
1 Month
Forever
Home
Help
Search
Login
Register
Pages: [
1
]
2
3
4
Go Down
« previous
next »
Print
Author
Topic: Layer7 (Read 1680 times)
0 Members and 2 Guests are viewing this topic.
Steve Mustafa
Full Member
Offline
Posts: 70
Layer7
«
on:
June 05, 2010, 09:26:48 am »
I've recently installed PfSense 2.0 to test on my home-office network. Excellent work!
One thing I'm wondering about is regarding the Layer7 traffic shaper; Its only for blocking and not for routing? So I can't route requests on surveillance.myweb.com to the DVR server whilst standard http traffic to another? I've checked the firewall rules as well but the same doesn't seem to apply there.
Any suggestions?
TIA
Logged
Supermule
Sr. Member
Offline
Posts: 388
Re: Layer7
«
Reply #1 on:
June 05, 2010, 09:34:10 am »
This layer supports application and end-user processes. Communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified. Everything at this layer is application-specific. This layer provides application services for file transfers, e-mail, and other network software services. Telnet and FTP are applications that exist entirely in the application level. Tiered application architectures are part of this layer.
If it only blocks, it doesnt work as intended...
Logged
Kind regards Brian
Steve Mustafa
Full Member
Offline
Posts: 70
Re: Layer7
«
Reply #2 on:
June 06, 2010, 11:49:19 am »
Aha. So what am I looking for if not Layer7 stuff? Basically, its subdomain routing, but I don't have a clue where to implement that on pfsense.
Logged
Supermule
Sr. Member
Offline
Posts: 388
Re: Layer7
«
Reply #3 on:
June 06, 2010, 12:44:35 pm »
L7 is what you are after.....if it only blocks, then basic function is not working.
Quote from: Steve Mustafa on June 06, 2010, 11:49:19 am
Aha. So what am I looking for if not Layer7 stuff? Basically, its subdomain routing, but I don't have a clue where to implement that on pfsense.
Logged
Kind regards Brian
ermal
Administrator
Hero Member
Offline
Posts: 1383
Re: Layer7
«
Reply #4 on:
June 06, 2010, 01:36:57 pm »
Can you describe what you want to do with layer7?
It was meant for QoS/filtering traffic, i do not understand what you are after!
Logged
Supermule
Sr. Member
Offline
Posts: 388
Re: Layer7
«
Reply #5 on:
June 06, 2010, 01:51:08 pm »
He wants to route a subdomain to a different server, based on header inspection and packet contents....
Logged
Kind regards Brian
cmb
Administrator
Hero Member
Offline
Posts: I am a geek!!
Re: Layer7
«
Reply #6 on:
June 07, 2010, 12:04:27 am »
L7 is to identify protocols. HTTP is HTTP, it going to one destination rather than some other one isn't going to look any different to L7. It sounds like you're overthinking it though, if you just want to route traffic to one specific destination, just use its IP in a firewall rule, I doubt if your web server has a dynamic IP where that might be problematic.
Logged
pfSense Commercial Support
Paying customers receive support priority and as in depth of assistance as desired through the official commercial support channels at portal.pfsense.org. Forum users receive as much help as time permits.
ermal
Administrator
Hero Member
Offline
Posts: 1383
Re: Layer7
«
Reply #7 on:
June 07, 2010, 03:17:56 am »
To implement layer7 routing there is some development needed, so there needs to be a budget behind because it is not an easy thing.
If you are interested.....follow-up. I have no plans to implement this in the near future.
Logged
Steve Mustafa
Full Member
Offline
Posts: 70
Re: Layer7
«
Reply #8 on:
June 07, 2010, 05:44:07 am »
Well, reading up in the definitive guide, I realize that what I'm looking for is not Layer7 routing, rather a split DNS.
Sorry folks.
Logged
Supermule
Sr. Member
Offline
Posts: 388
Re: Layer7
«
Reply #9 on:
June 07, 2010, 05:48:37 am »
Why? Just to be corious...
Quote from: Steve Mustafa on June 07, 2010, 05:44:07 am
Well, reading up in the definitive guide, I realize that what I'm looking for is not Layer7 routing, rather a split DNS.
Sorry folks.
Logged
Kind regards Brian
Steve Mustafa
Full Member
Offline
Posts: 70
Re: Layer7
«
Reply #10 on:
June 07, 2010, 06:14:41 am »
Well, because my subdomain externally resolves to out single static IP address, which internally needs to resolve to something else.
So, from anywhere I'd be typing camera.myweb.com and it would resolve to 20.100.0.10 and internally that would need to be resolved to 192.168.20.15.
Unless I've got the whole thing wrong...
Logged
Supermule
Sr. Member
Offline
Posts: 388
Re: Layer7
«
Reply #11 on:
June 07, 2010, 06:44:31 am »
Are both hosted on the same WAN IP of your setup??
Logged
Kind regards Brian
Steve Mustafa
Full Member
Offline
Posts: 70
Re: Layer7
«
Reply #12 on:
June 07, 2010, 07:44:11 am »
Yes they are. Does that carry any significance?
[edit]
Silly me, of course it does!
How should I do this?
«
Last Edit: June 07, 2010, 07:46:22 am by Steve Mustafa
»
Logged
Supermule
Sr. Member
Offline
Posts: 388
Re: Layer7
«
Reply #13 on:
June 07, 2010, 07:47:14 am »
Then how do you plan to route the traffic when it enters the PFSense???
Edit: Ok....then PFSense would not be able to handle the traffic.....it has to be header based routing and that takes L7 capability.
Squid could be an option for solving this, but I am not that much into Squid.
I use ISAserver from Microsoft to handle my L7 traffic. I only use PFSense as a frontend....
But this will change the moment PF can handle L7 and publish all what is behind ....
Quote from: Steve Mustafa on June 07, 2010, 07:44:11 am
Yes they are. Does that carry any significance?
«
Last Edit: June 07, 2010, 07:51:22 am by Supermule
»
Logged
Kind regards Brian
Steve Mustafa
Full Member
Offline
Posts: 70
Re: Layer7
«
Reply #14 on:
June 07, 2010, 07:49:24 am »
I'm realizing just how stupid I can be by the second.
I don't want to have to do port forwarding but I will if I must. Suggestions?
[Edit]
Aha, so I was given good advice (re L7)!
Well, then my question is now whether PFsense's L7 implementation (which I currently see as "block" only) will encompass this?
«
Last Edit: June 07, 2010, 07:56:45 am by Steve Mustafa
»
Logged
Pages: [
1
]
2
3
4
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Administrative
-----------------------------
=> Forum rules
=> Messages from the pfSense Team
=> Feedback
-----------------------------
pfSense English Support
-----------------------------
=> Installation and Upgrades
=> General Questions
=> 2.0-BETA Snapshot Feedback and Problems
=> Post a bounty
===> Completed Bounties
===> Expired/Withdrawn Bounties
=> Hardware
=> Firewalling
=> NAT
=> CARP/VIPs
=> Routing and Multi WAN
=> Traffic Shaping
=> DHCP and DNS
=> IPsec
=> PPTP
=> PPPoE Server
=> Captive Portal
=> webGUI
=> Wireless
=> SNMP
=> DNS Server testing area
=> Packages
=> Virtualization installations and techniques
=> OpenVPN
=> Gaming
-----------------------------
Development/Documentation
-----------------------------
=> Documentation
=> Development
-----------------------------
General Category
-----------------------------
=> General Discussion
-----------------------------
International Support
-----------------------------
=> Indonesian
=> Deutsch
=> Español
=> Français
=> Italiano
=> Russian
=> Nederlands
=> Norwegian
=> Portuguese
=> Polish
=> Romanian
=> Swedish
=> Turkish
-----------------------------
Retired
-----------------------------
=> 1.2.3-PRERELEASE-TESTING snapshots - RETIRED
=> 1.2.1-RC Snapshot Feedback and Problems-RETIRED
Loading...