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 - ryan.low

#1
Hi,
I installed latest 18.7 and upgraded to 18.7.3. I tried to insert my cloudflare DNS info but keep prompting logs in the attachment.

The same settings i tested in pfSense it works fine.
#2
17.7 Legacy Series / Re: Ports Postgresql96 issue
January 09, 2018, 06:40:41 AM
hi franco,
# make step ADDITIONS="postgresql95-server"
make: don't know how to make step. Stop
make: stopped in /usr/tools

I tried
#make ports-postgresql95-server

and i notice the package will be removed.

Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 8 packages:

Installed packages to be REMOVED:
        gmake-4.2.1_1
        readline-7.0.3_1
        postgresql95-client-9.5.10
        postgresql95-server-9.5.10
        indexinfo-0.3.1
        libxml2-2.9.7
        openssl-1.0.2n,1
        perl5-5.24.3

Number of packages to be removed: 8

The operation will free 90 MiB.
[1/8] Deinstalling postgresql95-server-9.5.10...
[1/8] Deleting files for postgresql95-server-9.5.10: 100%
==> You should manually remove the "pgsql" user.
==> You should manually remove the "pgsql" group
[2/8] Deinstalling postgresql95-client-9.5.10...
[2/8] Deleting files for postgresql95-client-9.5.10: 100%
[3/8] Deinstalling gmake-4.2.1_1...
[3/8] Deleting files for gmake-4.2.1_1: 100%
[4/8] Deinstalling readline-7.0.3_1...
[4/8] Deleting files for readline-7.0.3_1: 100%
[5/8] Deinstalling indexinfo-0.3.1...
[5/8] Deleting files for indexinfo-0.3.1: 100%
[6/8] Deinstalling libxml2-2.9.7...
[6/8] Deleting files for libxml2-2.9.7: 100%
[7/8] Deinstalling openssl-1.0.2n,1...
[7/8] Deleting files for openssl-1.0.2n,1: 100%
[8/8] Deinstalling perl5-5.24.3...
[8/8] Deleting files for perl5-5.24.3: 100%

which part do i did wrong?

Regards
Ryan
#3
17.7 Legacy Series / Re: Ports Postgresql96 issue
January 08, 2018, 11:35:10 AM
Quote from: franco on January 08, 2018, 08:22:43 AM
Why do you downgrade PHP to 7.0 ? I mean you are free to do so, but keep in mind that we only support 7.1 at this point and we don't know if / when that will break.


Cheers,
Franco

Because previously i'm using FreeBSD repo to install the package above. some package conflicting between php70 and php71. since now i able to compile the package manually using ports, i will rebuild with php71 again.

But is that the right file i need to edit if i want to build the package directly into the image.
/usr/tools/config/17.7/ports.conf

Regards,
Ryan
#4
17.7 Legacy Series / Re: Ports Postgresql96 issue
January 08, 2018, 08:13:07 AM
hi,
it works after i modified set ALLOW_UNSUPPORTED_SYSTEM="YES" in make.conf.

I rebuild the opnsense in php70 and and successfully install the ports
postgresql95-server php70-tokenizer php70-mbstring php70-pdo_pgsql php70-pgsql php70-gd php70-zip

May I know how to set the in the tools config, so I can pre-build these packages in the image?

Thanks.
#5
17.7 Legacy Series / Ports Postgresql96 issue
January 08, 2018, 03:33:20 AM
Good day,
We trying to make install postgresql in latest released and we hit the issue below,

===> Building/installing dialog4ports as it is required for the config dialog
===>  Cleaning for dialog4ports-0.1.6
===> Skipping 'config' as NO_DIALOG is defined
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

Stop.
make[3]: stopped in /usr/ports/ports-mgmt/dialog4ports
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/ports-mgmt/dialog4ports
===> Options unchanged
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.

*** Error code 1

====================

After research, need to set ALLOW_UNSUPPORTED_SYSTEM="YES" in make.conf. trying luck now.

Option 2:
I did tried enabled the FreeBSD repos and do pkg install postgresql96-server, it crash with devel/icu, and not allow to start the service.

Regards.
#6
Hi Mimugmail,
I would expect OPNsense when we reply the WISPr attributes.
We can reply empty attributes if we expect the APs to do shaping. There are APs can do shaping standalone. but we can only put 1 value and apply to all clients.

Unfortunately, none APs can shape dynamically without using their controllers. We don't use OPNsense if we Controllers able to provide captive portal.

Correct me if I'm wrong.  :D

Cheers
#7
We are facing "No route to host" and need to reboot.  :(
#8
Good day franco,
We are using the box for production purposes. Is there any prevention or improvement about this?

Thanks.
#9
We are using X86 appliance with SSD. Few days back, we are facing system corrupted and restore back to freeBSD after few times power failure. :-[.

#10
General Discussion / Syslog server
August 22, 2017, 11:46:24 AM
Hi Guys,
I'm trying to send the remote syslog to opnsense syslog server.

I can see the log opnsense is receiving the msg when i do  #tcpdump -tlnvv -i em0 port 514

but syslogd unable to receive the log. but the same configuration steps is working in vanilla freebsd.  :-[

Thanks.
#11
We cross check the NAS-Identify and reply attribute WISPr-Bandwidth-Max-Up/Down to do speed control.
Will be grate if we can edit the NAS-identifier at CP and read the reply from FR3.

Cheers.
#12
Hi, great to hear that. Btw,will there be possible to build-in WISPr VSA? to achieve bandwidth control per device depend on radius reply?
#13
Hi guys,
I setup a Opnsense 17.7 with Captive Portal network and authenticated successfully with Freeradius3. But there is no accounting send to server. I had selected "Authentication & Accounting" in Access->Server.

Secondly, how can we define the NAS-ID in Opnsense instead of random string.

Thanks.