OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Profile of jalalahmadi »
  • Show Posts »
  • Messages
  • Profile Info
    • Summary
    • Show Stats
    • Show Posts...
      • Messages
      • Topics
      • Attachments

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

  • Messages
  • Topics
  • Attachments

Messages - jalalahmadi

Pages: [1]
1
17.7 Legacy Series / Re: How can run script when usb is plugged in freebsd?
« on: September 23, 2017, 08:59:18 am »
Thanks for your advice
Works great  :)

Code: [Select]

notify 100 {

    match "ugen"      "ugen0.3";
    action "/etc/rc.d/lte.sh";

};



2
17.7 Legacy Series / [SOLVED] How can run script when usb is plugged in freebsd?
« on: September 21, 2017, 08:48:23 am »
Hi
I want run script USB is plugged.
/etc/rc.d/lte.sh

3
17.7 Legacy Series / WAN Failover for VOIP
« on: September 19, 2017, 01:17:19 pm »
Hi
I am using WAN Failover for VOIP, How can I reduce the speed Delay between two WANs?
In fact, I want the switching speed between the first and second gateways to be very high.



4
17.7 Legacy Series / Re: Multi WAN Problem !!!
« on: September 18, 2017, 02:33:31 pm »
I  install opnsense 7.7 after that update to 7.7.2

5
17.7 Legacy Series / Re: Multi WAN Problem !!!
« on: September 18, 2017, 02:11:25 pm »
Hi
Thank you so much franco
After install patch 4d2e840 , It's ok  ;)
What's problem?


6
17.7 Legacy Series / Re: Multi WAN Problem !!!
« on: September 18, 2017, 11:04:53 am »
Please help me
when I use Combining Balancing mode and  I select tier 1 for two wans .
It gives me this error :
Code: [Select]
error(s) loading the rules: /tmp/rules.debug:92: syntax error - The line in question reads [92]: pass in quick on em0 route-to { } round-robin inet from {(em0:network)} to {any} keep state label USER_RULE ]

Thanks :(


7
17.7 Legacy Series / Re: Multi WAN Problem !!!
« on: September 14, 2017, 06:29:37 am »
Hi
Thank you fraenki
I update OPNsense to 17.7.2 but still have problems .

Code: [Select]
error(s) loading the rules: /tmp/rules.debug:92: syntax error - The line in question reads [92]: pass in quick on em0 route-to { } round-robin inet from {(em0:network)} to {any} keep state label USER_RULE ]

I noticed the problem in this file filter.inc when I change this file with the older version 7.1, it works fine !!
My config is https://drive.google.com/file/d/0B6JijbKHsPLQSEpQbG8wOFppc0E/view

Best Regards!

8
17.7 Legacy Series / Re: Multi WAN Problem !!!
« on: September 11, 2017, 10:25:38 am »
PHP Errors:
[11-Sep-2017 08:19:46 Etc/UTC] PHP Warning:  str_repeat() expects parameter 2 to be integer, string given in /usr/local/opnsense/mvc/app/library/OPNsense/Firewall/Plugin.php on line 101
[11-Sep-2017 08:19:46 Etc/UTC] PHP Stack trace:
[11-Sep-2017 08:19:46 Etc/UTC] PHP   1. {main}() /usr/local/etc/rc.bootup:0
[11-Sep-2017 08:19:46 Etc/UTC] PHP   2. filter_configure_sync() /usr/local/etc/rc.bootup:103
[11-Sep-2017 08:19:46 Etc/UTC] PHP   3. OPNsense\Firewall\Plugin->setGatewayGroups() /usr/local/etc/inc/filter.inc:396
[11-Sep-2017 08:19:46 Etc/UTC] PHP   4. str_repeat() /usr/local/opnsense/mvc/app/library/OPNsense/Firewall/Plugin.php:101
[11-Sep-2017 08:19:46 Etc/UTC] PHP Warning:  str_repeat() expects parameter 2 to be integer, string given in /usr/local/opnsense/mvc/app/library/OPNsense/Firewall/Plugin.php on line 101
[11-Sep-2017 08:19:46 Etc/UTC] PHP Stack trace:

Please help me  :-[

9
17.7 Legacy Series / Re: Multi WAN Problem !!!
« on: September 10, 2017, 10:21:31 am »
Sorry
I setup multi wan the following step

1-Add monitor IP’s to the gateways
2-Add a gateway group
3-Configure DNS for each gateway
4-Use policy based routing to utilize our gateway group
5-Add a firewall rule for DNS traffic that is intended for the firewall itself

but dose not work just work one WAN

10
17.7 Legacy Series / Multi WAN Problem !!!
« on: September 10, 2017, 07:00:47 am »
Hi
Please help me , After update 7.1 to 7.7 multi wan not work ?

Thank you

11
17.1 Legacy Series / Re: How Can to convert CIDR to Netmask Addresses ??
« on: March 12, 2017, 02:19:12 pm »
Thank you djGrrr  :D :D ;) ;)
This function works fine ipv4cidr2subnet  .

Code: [Select]
<?php          for ($i = 32; $i > 0; $i--):?>

<option value="<?=$i;?>" <?=$i == $pconfig['subnet'] ? "selected=\"selected\"" : "";?>> <?= ipv4cidr2subnet($i);?>  ( /<?= $i;?> )</option>
       
<?php  endfor;?>

                                       

12
17.1 Legacy Series / How Can to convert CIDR to Netmask Addresses ??
« on: March 08, 2017, 01:09:05 pm »
Hi
I want convert CIDR to Netmask Addresses just for show to user in UI .

Code: [Select]
<select name="subnet" class="selectpicker" data-style="btn-default" data-width="auto" data-size="10" dataid="subnet">

<?php     for ($i = 32; $i > 0; $i--):?>

   <option value="<?=$i;?>" <?=$i == $pconfig['subnet'] ? "selected=\"selected\"" : "";?>><?=$i;?></option>
<?php                                    endfor;?>

</select>




Please help me .

Thank you

13
17.1 Legacy Series / how to hide .php from address bar on ui ?
« on: February 28, 2017, 05:49:15 am »
Hi
how to hide .php from address bar on ui ?

Thanks

14
17.1 Legacy Series / I want install OPNsense 17.1 on Banana Pi BPI-R1
« on: February 14, 2017, 08:39:27 am »
Hi
I want install OPNsense 17.1 on Banana Pi BPI-R1
I can install freeBSD 11 this board.
Can I install OPNsense 17.1 on  Banana Pi BPI-R1 ?
Please Help me.

Thank you

15
17.1 Legacy Series / Can I install Opnsense in an existing FreeBSD installation ?
« on: February 08, 2017, 10:18:42 am »
Hi guys

Please help me .

Thanks

Pages: [1]
OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2