- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-08-2013 12:35 PM
Greetings,
Soon I need to get our firewall off from tap mode into a virtual wire deployment. We'll be placing it between our router and core network switch, with no local secondary production subnets to worry about so virtual wire seems to be the ticket. A problem we had with a previous attempt at this was that our phone traffic, which is voip and on its own subnet, would not traverse the firewall to the router to come back to the voip server.
From a conversation I had with a PA engineer, he said that we shouldn't have to set up a sub-interface on this, and that in the default virtual wire for Ethernet ports 1 and 2, setting the allowed tags to 0 for untagged traffic, and the other tag for our voip traffic, should do the trick.
Is there anything I could be missing here? I have the v5.0 administrators guide but would welcome any configuration examples or insights. ,
07-08-2013 02:05 PM
you are right configuring 0-4094 (for example) for virtual wire is enough for untagged and voip traffic.
Try to disable non-syn reject to see if anything change maybe there is something asymmetric
07-08-2013 02:05 PM
you are right configuring 0-4094 (for example) for virtual wire is enough for untagged and voip traffic.
Try to disable non-syn reject to see if anything change maybe there is something asymmetric
04-02-2014 05:50 AM
I had the same problem now i'm on site and I try to deploy PA-500 in mode virtual wire, but i have done some test with voip phones and all phones are not enable to register, i'm wondering what's the problem.
firstly i taught it's a vlan issue so instead of configuring default in Vwire tag allowed i set 0-4094. and still have the same problem. for the security rule I set allow any any.
please any ideas about this issue.
Best Regards,
08-15-2014 07:53 AM
Hi Lancen,
May be you have solved your issue, if not try to disable non-syn reject because that did the trick for me.
You can disable it by creating a new Zone Protection profile (in Network -> Network Profiles).
In the new profile set the "Reject Non-SYN TCP" to no.
Apply this zone profile to your internal zone.
Regards,
08-17-2014 05:51 PM
Besfort wrote:
May be you have solved your issue, if not try to disable non-syn reject because that did the trick for me.
You can disable it by creating a new Zone Protection profile (in Network -> Network Profiles).
In the new profile set the "Reject Non-SYN TCP" to no.
Apply this zone profile to your internal zone.
Don't be quick to turn off non-syn tcp checks. This is an important basic firewall check to insure the only valid tcp sessions are transiting the firewall.
If you need this turned off for legitimate traffic to work, you probably have asymmetrical routing on your network. You should hunt down this routing issue and resolve the problem so that non-syn tcp checks can remain in place.
To check for asymmetrical routing perform the following steps on the two hosts of the legitimate traffic that is being blocked by the non-syn tcp check.
host A: run a trace route to host B
Host B: run a trace route to host A
These should show the same number of hops and use the same routers. There may be different ip interfaces on the same router but the number of hops and the router hosts should all be the same.
Common causes of asymmetrical routing include:
08-18-2014 12:19 AM
Yes I had asymmetrical routing, and Firewall was blocking the returned traffic.
In my case the asymmetrical routing was due to using two internet connections/ISP, one as a default gateway and the other for publishing some web applications.
I have to apply PBR on the router in order for the web server replies to go through the same ISP as the request came, but for know the non-syn tcp solved the issue.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!