Menu

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.

Show posts Menu

Messages - jalalahmadi

#1
Thanks for your advice
Works great  :)



notify 100 {

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

};



#2
Hi
I want run script USB is plugged.
/etc/rc.d/lte.sh
#3
17.7 Legacy Series / WAN Failover for VOIP
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 !!!
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 !!!
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 !!!
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 :
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 !!!
September 14, 2017, 06:29:37 AM
Hi
Thank you fraenki
I update OPNsense to 17.7.2 but still have problems .

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 !!!
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 !!!
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 !!!
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
Thank you djGrrr  :D :D ;) ;)
This function works fine ipv4cidr2subnet  .


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

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

                                       
#12
Hi
I want convert CIDR to Netmask Addresses just for show to user in UI .

<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
Hi
how to hide .php from address bar on ui ?

Thanks
#14
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
Hi guys

Please help me .

Thanks