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

#1
22.1 Legacy Series / Using syslog-ng with LogDNA
April 04, 2022, 06:45:42 AM
Hello All.. I am trying to setup a remote logging connection to LogDNA and there instructions state that the following has to be put into the syslog-ng. File attached.

I have setup the connection but I am getting a TLS error in the logs even though the GUI took the cert I imported.



#2
Same issue as before. All interfaces (VLANS) on the LAGG do not fail over when the active router is rebooted.

#3
20.7 Legacy Series / Re: Live view broken?
August 14, 2020, 05:28:32 AM
Found the issue.. For some reason syslog-d was not running.
#4
20.7 Legacy Series / Live view broken?
August 14, 2020, 05:26:29 AM
Hello guys, I just updated to 20.7 and now my live view does not seem to be working. Even with auto-refresh going it does not scroll.. And I do not have any filters set.
#5
This is still an issue. I have updated to 20.7 on both routers. I recabled the routers as suggested earlier.
#6
Yes, it will be on the LAN side.
#7
Hello RGN01.

Its called PBR. Pabst Blue..... wait thats not it.. Policy Based Routing.. :)

When you create your rule make sure the source address is the IP of your device with a destination of ANY and then towards the bottom of the rule you will see a spot to change the gateway. I have attached a screenshot to show it.

If this is a default install of OPNsense this should be all you need to do.
#8
General Discussion / Re: Google Drive Backup
August 06, 2020, 10:24:59 PM
I also just tried on another router I have that is on 20.1 still no dice.
#9
General Discussion / Re: Google Drive Backup
August 06, 2020, 10:11:28 PM
I am on release 19.7.9 on this router.
#10
General Discussion / Google Drive Backup
August 06, 2020, 10:10:34 PM
Hello guys. I am trying to back up to Google Drive but I am running into issues. I followed the WIKI to the letter. Service account, shared drive settings, key, etc. But when I go to save it I get this error attached.

I pasted the folder ID after the #/folder/ in the URL.

Am i doing something wrong?

#11
Quote from: mimugmail on July 01, 2020, 09:28:31 AM
Anything in logs? How is cabling done?

Its actually a simple design. A simple mesh using host based LAGG.. Each router has one member of the LAGG on each switch.

Also nothing of note in logs.



#12
Quote from: mimugmail on July 01, 2020, 06:02:45 AM
In a Lab with 10g and moderate Xeons I achived 1,9gbit

Is that "1.9Gbit" so almost 2Gb on a 10Gbit link?
#13
General Discussion / The ole CARP over LAGG "issue"
July 01, 2020, 06:55:09 AM
So I have some firewalls that are using OPNsense based (non-LACP) load balancing based LAGG on OPNsense 20.1. I am also running two routers. The LAGG is hooked to two different switches. When I enter persistent CARP on the the "main" router or reboot it, the LAGG interfaces do not move to master on the "backup" router. I have put in the net.inet.carp.senderr_demotion_factor=0 and net.inet.carp.preempt=1 tunables but still no dice.

Am I missing something?
#14
General Discussion / Re: Opnsense on XCP-NG
July 01, 2020, 06:51:14 AM
I guess I can. This is going to be a firewall used for VDI. I will be web filtering and dont want to but the Sunny Valley plugin on my "core" routers. I like to keep those as close to routers/firewalls only as possible.
#15
You are just wanting to allow SMTP/S out from a single device on your LAN?

If this is the case you do not need a port forward which is what this looks like.

All you need is a LAN rule that specifies the source IP as your Synology device, a destination as smtp.gmail.com or any if you want it to connect to any external IP and destination port as SMTP/S.

You then, below this rule need to put in a rule with a block/reject and specify the source as your LAN net destination as any and destination port would be SMTP/S.

Also be sure and set another block rule with the same settings as the first but with SMTP so all SMTP and SMTP/S ports are blocked.