On 18/08/2015 20:43, Reko Turja wrote:
> Hmm does the:
>
> set skip on (tap)
>
> syntax work in this case? Basically parentheses around the alias should
> tell pf that the IP is volatile and can be either activated at later
> time or it can be dynamic via dhcp etc.
It seems that this would be a
On 18/08/2015 20:43, Reko Turja wrote:
> Hmm does the:
>
> set skip on (tap)
>
> syntax work in this case? Basically parentheses around the alias should
> tell pf that the IP is volatile and can be either activated at later
> time or it can be dynamic via dhcp etc.
I will check and follow up.
-
Hmm does the:
set skip on (tap)
syntax work in this case? Basically parentheses around the alias should tell
pf that the IP is volatile and can be either activated at later time or it
can be dynamic via dhcp etc.
-Reko
___
freebsd-net@freebsd.or
On 18/08/2015 14:55, wishmaster wrote:
> --- Original message ---
> From: "Andriy Gapon"
> Date: 18 August 2015, 14:35:36
>
>
>
>> On 18/08/2015 14:18, wishmaster wrote:
>>> --- Original message ---
>>> From: "Andriy Gapon"
>>> Date: 18 August 2015, 14:05:15
>>>
>>>
I have the follow
--- Original message ---
From: "Andriy Gapon"
Date: 18 August 2015, 14:35:36
> On 18/08/2015 14:18, wishmaster wrote:
> > --- Original message ---
> > From: "Andriy Gapon"
> > Date: 18 August 2015, 14:05:15
> >
> >
> >> I have the following rule in pf.conf:
> >> set skip on tap
> >>
On 18/08/2015 14:18, wishmaster wrote:
> --- Original message ---
> From: "Andriy Gapon"
> Date: 18 August 2015, 14:05:15
>
>
>> I have the following rule in pf.conf:
>> set skip on tap
>> and even the following one:
>> set skip on tap0
>>
>> The rules are loaded at the system start-up time, b
--- Original message ---
From: "Andriy Gapon"
Date: 18 August 2015, 14:05:15
> I have the following rule in pf.conf:
> set skip on tap
> and even the following one:
> set skip on tap0
>
> The rules are loaded at the system start-up time, but the tap interface
> may not be created until m
I have the following rule in pf.conf:
set skip on tap
and even the following one:
set skip on tap0
The rules are loaded at the system start-up time, but the tap interface
may not be created until much later. When tap0 is first created the
skip rules are not applied to it and the traffic gets fil