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 - jorgevisentini

#31
17.7 Legacy Series / Raspberry Pi OPNsense
October 05, 2017, 05:57:27 PM
Hi all

Is possible install OPNsense in Raspberry?

I would make a firewall gateway for VPN IPsec in my work.

Thanks.
#32
17.7 Legacy Series / Re: OpenVPN Multi-WAN
September 25, 2017, 10:49:53 PM
Sure, no problem ;D

Thanks for the feedback!
#33
17.7 Legacy Series / Re: OpenVPN Multi-WAN
September 22, 2017, 10:08:11 PM
I was study the options and verifing in others appliances...

I believe that the option (b) its good, but the option (d) also to be util. If we can select the interface better, if not, only "true wan" its good too.
#34
Hi Franco, it work!

Sorry for I dont contribute for project but I dont know php very much and I dont know the project and also I dont know use git lol  :'(

I would very much like to help in any way possible.
#35
17.7 Legacy Series / OpenVPN Multi-WAN
September 21, 2017, 10:11:48 PM
Hello

I set up OpenVPN to listen on all interfaces, so I can use both WAN interfaces.

When I export the settings, I do not have the option to export with all interface settings.

Example:

remote 1.1.1.1 2300 tcp-client
remote 1.1.1.2 2300 tcp-client


The first remote is added, but the second one I need to add manually.

Is there a way to be automatically added when it's Multi-WAN?

Thank you all.
#36
Yes, I've been manually editing the ovpn file for some time.

At this notice it is because in the future this parameter will be changed in OpenVPN.

I believe development staff just need to change this parameter to generate automatically.
#37
Thanks for your help guys!
#38
Hello all!

I have versions 16.7.14 and 17.1.7 of OPNSense.

I want to upgrade to 17.7.x

Can I upgrade from version 16.7 to 17.7.x?
Can I upgrade from version 17.1.x to 17.7.x?

Do I first upgrade to the latest version of each release and then run the command below?

opnsense-update -ur 17.7

Thanks!
#39
17.7 Legacy Series / Re: Zabbix Agent
September 01, 2017, 04:54:31 PM
Hi,

How can I update only this zabbix package?

Thank you!
#40
17.7 Legacy Series / Re: Zabbix Agent
August 31, 2017, 08:43:23 PM
Sorry, I use OPNsense 17.1.7-amd64 yet. I have no time for update for now...

But I plan to upgrade as soon as possible.
#41
17.7 Legacy Series / Re: Zabbix Agent
August 31, 2017, 07:45:40 PM
In the case of the plugin for OPNSense, I enter IP 10.200.0.254 but it is not recognized as valid IP. This occurs in the "Listen IPs" option and the "Zabbix Servers" option. So I configured without using the Plugin.


I will try the method of bobbythomas
#42
17.7 Legacy Series / Re: Zabbix Agent
August 29, 2017, 05:36:23 PM
I just installed version 3.4 of the Zabbix agent and it also did not work.

Is someone going through it or is it just me?
#43
17.7 Legacy Series / Zabbix Agent
August 11, 2017, 10:12:45 PM
Hi everybody!

I did install the Zabbix Agent and its worked, but the outgoing interface (net.if.out) dont return the values, only number zero.

Interesting that the ingoing interface (net.if.in) work...

hazabbix01:~ # zabbix-get -s 10.200.16.1 -p 10050 -k net.if.in[xn0]
6885748617
hazabbix01:~ # zabbix-get -s 10.200.16.1 -p 10050 -k net.if.out[xn0]
0
hazabbix01:~ #

I did install 2.4.7, 2.4.8 and 3.2.6 and both dont worked both OPNSense 16 and 17 version.
Also i did try install in OPNSense 17 and 16 version and in 16 version it worked with 2.4.7 Zabbix Agent.
#44
I'm so sorry, my english skills are bad  :-[

@nzkiwi68
Your logic are perfect.
I have another idea... Have a siteMAIN with 2 tunnels (P1) with 1 diferent IP in each.

We can keep started the 2 tunnels and use metric of route. If route 1 not ping the remote internal network (P2) then try the route 2. Like this...

I try with DDNS but I did not get success because of the time it takes to change the IP. Even with paid DDNS.


@mimugmail
Sorry my english again, i dont understend "@jorge: Would you open an issue?"
Whre I open issue?

@franco
I dont know if I talk nonsense but I use "fping" to test my hosts. It works very well.
#45
Quote from: mimugmail on July 31, 2017, 10:10:44 PM
I see this one timely more realistic (OPN to OPN):
https://github.com/opnsense/core/issues/952
I've seen this post. Today I even use OpenVPN with redundancy for client and it works perfectly, although I have to add the second IP manually in the configuration file, but it would not apply in that case.