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

Topics - mitra7

#1
Development and Code Review / Routed IPSec
October 10, 2018, 01:14:25 AM
PFSense announced Routed IPSec which uses OS routing table.
More on https://www.netgate.com/docs/pfsense/vpn/ipsec/ipsec-routed.html

I truly need this, is this going to be implemented?
#2
18.7 Legacy Series / Bridge + CARP + High Availability
September 26, 2018, 05:09:55 PM
I have two OPNSense installations in High Availability.
I setup CARP on the Master Server in a Bridged interface. Both machines have the bridge interface which is br0.
When both machines synchronize the backup server loses the Interface on CARP. Is this a new problem?
I have a second CARP using regular interfaces and it synchronizes fine.

Server 1 (Master)


Server 2 (Backup)
#3
18.1 Legacy Series / Syslog Logs
June 20, 2018, 12:22:46 PM
Hello,

I am sending OPNSense Logs to a Syslog Server, however I am receiving too much "noise" from IPSec, I can't seem to disable or omit IPSec logging, I could disable not to send VPN logs however I need OpenVPN logs, is there anything I can do?
Thanks!
#4
17.7 Legacy Series / IPSec LAN-to-LAN Source IP
January 18, 2018, 06:51:45 PM
# Interfaces
WAN - XX
LAN - 192.168.1.51/24
LAN 1 - 192.168.65.0/24
LAN 2 - 10.50.53.254/24

# IPSec Phase 2
Local Network: 10.50.53.254/24
Remote Network: 192.168.190.113/32

Hello,

I have an IPSec connection established, however if I try to ping or do curl from the terminal I cannot, only by specifying the IP Address.

I have to do:
curl --interface 10.50.53.254 http://192.168.190.113

If I do without specifying the source address the traffic isn't routed through the IPSec interface (enc0).

Some help is highly appreciated.
#5
Hello,

I am trying building from source like it is described in here: https://github.com/opnsense/tools
I've got a Virtual Machine (VMWare) with FreeBSD 11, UFS File System, 30 GB Hard Drive and 4 GB of RAM.

I follow these steps:
# pkg install git
# cd /usr
# rm -rf src ports
# git clone https://github.com/opnsense/plugins
# git clone https://github.com/opnsense/ports
# git clone https://github.com/opnsense/tools
# git clone https://github.com/opnsense/core
# git clone https://github.com/opnsense/src
# cd tools


But when I do:

make dvd

After a while I get this error:

Quotefatal: ambiguous argument 'stable/17.1': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
*** Error code 128

Stop.
make: stopped in /usr/tools

Image Link: https://puu.sh/vVQcj/fd69d33c68.png

I was really needing some help as I got stuck always on the same step.

Thanks!