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 - yut.sin1301

#1
Development and Code Review / Regexp in forms?
January 05, 2018, 02:35:41 PM
Hi there, My name is Jeen สมัครแทงบอลเงินสด

I have to build a form where a filter-list with regexp has to be inserted.

First I choosed a text field to enter a regexp:

                        <as type="TextField">
                                <default></default>
                                <Required>Y</Required>
                        </as>

The regexp looks like ^4001$
Saving works fine, but when I create a

                        <match type="ModelRelationField">
                                <Model>
                                        <template>
                                                <source>OPNsense.quagga.bgp</source>
                                                <items>aspaths.aspath</items>
                                                <display>name</display>
                                        </template>
                                </Model>
                                <ValidationMessage>Related item not found</ValidationMessage>
                                <Multiple>Y</Multiple>
                                <Required>N</Required>

.. the created regexp will not be listed.
If I only enter 4001 in the text field I can choose it in the dropdown list.

Problem is that I need the regexp style.
#2
17.7 Legacy Series / Captive Portal HA - Sync DBs
October 09, 2017, 09:31:17 PM
Hi there, My name is Jeen

We're using opnsense on two servers using carp
แทงบอลสเต็ป
Everything works as expected, but we have a network where user need to be loged using the captive portal.
The portals configuration are synced like they should, but the sessions db aren't synced at all.
It means if the master fail, users will have to relog, and any connection to any service will be lost until so.

Is it possible to sync active session between the two opnsense box ? This is a little critical for us, so any "dirty" solution will be very welcomed ! At least until a proper one exists. Thanks a lot !
#3
Hi there, My name is Jeen
first of all thanks for this great project!
We are planning to use the OPNsense captive-portal in our guest-wlan, but have some special requirements.
When people want to go online, they have to provide their first name, surname and email-address and also accept our terms and conditions. There is no need to validate these information, just enter, accept, click OK and they should be online แทงบอลสเต็ป
At the same time, these information and the corresponding mac-address has to be logged.

Is there a possibility to extend the existing captive portal this way?


Thank you
#4
16.7 Legacy Series / Ask for WAN settings.
September 28, 2017, 10:55:48 AM
Hi there

Multi WAN - what am I missing here ?
« on: January 17, 2017, 05:54:53 pm »
Quote
Scratching my head here.

Setup Multi WAN with 2 x WAN connections as per the docs.

What I can't figure out is what to do with setting (or not) the default gateway on a WAN.

Clearly you can only set a default route on one connection or the other. But I presume (though it is not mentioned) that this should be disabled for both WAN connections in a Multi WAN setup.

OK, so no default gateway and we add a rule to forward all local traffic to the gateway group.

From Opnsense I can ping the gateway monitor IPs and they traceroute out via each WAN device correctly.

From Opnsense I can ping the DNS servers set by the WAN routers and they traceroute out via each WAN device correctly.

For the life of me what I cannot do is ping any other host. I just get "No route to host"

That kind of makes sense - there are routes set for the DNS IPs and for the gateway monitor IPs but no other traffic so the packets should be picked up by the firewall rule but nothing happens.

Nothing appears in the firewall logs.

You can see the routes set for the Googler DNS servers used as gateway monitor IPs and you can see the DNS servers set by the ADSL routers วิธีเล่นคาสิโนบนมือถือ

Internet:
Destination        Gateway            Flags      Netif Expire
8.8.4.4            192.168.2.1        UGHS     vtnet3
8.8.8.8            192.168.1.1        UGHS     vtnet1
10.0.0.0/24        link#1             U        vtnet0
10.0.0.251         link#1             UHS         lo0
127.0.0.1          link#8             UH          lo0
192.168.1.0/24     link#2             U        vtnet1
192.168.1.11       link#2             UHS         lo0
192.168.2.0/24     link#4             U        vtnet3
192.168.2.11       link#4             UHS         lo0
208.67.220.220     192.168.2.1        UGHS     vtnet3
208.67.222.222     192.168.1.1        UGHS     vtnet1

A traceroute to any of those 4 IPs shows the packets go the right way. But everything else is not getting picked up by the firewall/gateway group

So what on earth have I missed ? Do I still need to set a default gateway ?

Thank you for the advice.
#5
Development and Code Review / OPNsense suggest
September 28, 2017, 10:12:46 AM
Hello everyone

first of all: many thanks to all of you contributing to OPNsense. I am impressed how clean and logical everything
วิธีเล่นคาสิโนบนมือถือ
is presented. Really a great UI and functionality!

I am currently evaluating a firewall for my home installation. The most important things for a firewall to me are: 1. security and 2. reliabilty.

I am software engineer and like build and test automation a lot. One thing I asked myself is: how are releases of OPNsense built and tested? I could not find anything about the testing process. Is there some kind of an  automated build and testing process? Maybe someone can give some insights.

Thank you