FireBrick IPsec (Road Warrior Howto): Difference between revisions
Appearance
	
	
Content deleted Content added
| Line 98: | Line 98: | ||
===Firewall===  | 
  ===Firewall===  | 
||
You will also want to look at the Firewall on the FireBrick and allow traffic where required, for example, to Allow the IPsec users to connect to the Internet via your PPPoE connections use something like:  | 
  You will also want to look at the Firewall on the FireBrick and allow traffic where required, for example, to Allow the IPsec users to connect to the Internet via your PPPoE connections use something like:  | 
||
<syntaxhighlight>  | 
|||
   <rule-set name="FromIPSec" source-interface="ipsec" no-match-action="continue">  | 
     <rule-set name="FromIPSec" source-interface="ipsec" no-match-action="continue">  | 
||
      <rule name="AllowInternet" target-interface="pppoe" action="accept"/>  | 
        <rule name="AllowInternet" target-interface="pppoe" action="accept"/>  | 
||
   </rule-set>  | 
     </rule-set>  | 
||
</syntaxhighlight>  | 
|||
== iPhone profile ==  | 
  == iPhone profile ==  | 
||