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

#1
I should have read doc first. Also tryed to install via serial image with "installer" and "opnsense" and it didn't work so looed at the doc and finally use the CLI, option 8 and after, "opnsense-installer". Work fine.
#2
Thank for your answer. We where able to make it work but choose OpenVPN instead. It was finally more appropriate for our need.
#3
I followed this guide and tinc won't start:
https://forum.opnsense.org/index.php?topic=4242.msg17568#msg17568

My config
Name = mynetworkname
Network = 172.31.0.1/20
PingTimeout = 5 (Default)
Cipher = aes-256-cbx (default)
Debug = 2
Hostname = mynetworkname_mylocation
Ext. Address = a.b.c.78 (my WAN IP address)
Ext. Port = 655 (default)
Subnet = 172.31.0.0/24
Private key = gen
Public key = gen

When I go to dashboard and try to enable tinc, it just won't start. I don't see it ether via cli (ps aux).

Log is no help. No info unless I set it to max and nothing understandable, most shown is hexa.

When I try to start it via CLI:
root@OPNSenseVPN:~ # service tincd onestart
Starting tincd
Cannot open config file /usr/local/etc/tinc/tinc.conf: No such file or directory
Failed to read `/usr/local/etc/tinc/tinc.conf': No such file or directory

Can't find the config with find:
root@OPNSenseVPN:~ # find / -name "tinc*"
/usr/local/man/man8/tincd.8.gz
/usr/local/man/man5/tinc.conf.5.gz
/usr/local/info/tinc.info
/usr/local/opnsense/scripts/OPNsense/Tinc/tincd.py
/usr/local/opnsense/service/templates/OPNsense/Tinc/tinc_deploy.xml
/usr/local/opnsense/version/tinc
/usr/local/etc/rc.d/tincd
/usr/local/etc/inc/plugins.inc.d/tinc.inc
/usr/local/etc/tinc_deploy.xml
/usr/local/share/licenses/tinc-1.0.31
/usr/local/sbin/tincd
/var/log/tinc.log
/tmp/tinc_current_cipher_options.index

Not sure whe're it's wrong. I would like to compare the config file with tinc doc but since I can't find the config file. On which name the config should be generated ?