Hi!
I'm trying to get wireguard to connect from one internal IP on my freebsd-server but the traffic doesn't seem to go through the tunnel.
cat wg0.conf
[Interface]
PrivateKey = Hidden
Address = 10.72.42.46/32
DNS = 1.1.1.1, 8.8.8.8
[Peer]
PublicKey = Hidden
AllowedIPs = 192.168.10.138/32...
Keep in mind I set up a wireguard server and 3 ubuntu clients. we
wg0.conf
[Interface]
PrivateKey = private.key
address = 11.11.11.6/32
DNS = 8.8.8.8
[Peer]
PublicKey = publicserver.key
AllowedIPs = 0.0.0.0/0
Endpoint = serverip:51820
PersistentKeepalive = 15
rc.conf
wireguard_enable="YES"...
Hi
I've updated from 13.3 to 14.1 and hit the issue with the mpd5 VPN server: VPN clients can connect and access server itself, but cannot access LAN beyond that server.
in mpd5.log I see the following difference from the old system, when client connects:
[b_pptp-1] system: command...
Hello,
I have trouble setting up pf.conf so that from inside a jail I can access my VPN network.
I'm using Bastille and I have something like this in the pf.conf file:
bastille_if="bastille0"
ext_if="vtnet0"
vpn_if="tun1"
my_jail_addr=10.10.2.30
my_vpn_addr=10.15.1.1
set skip on lo
#set...
I'm missing something obvious.
Why NAT doesn't work in a Wireguard server to route clients' traffic?
ext_if="vtnet0"
wg_clients="10.40.0.0/24"
nat on $ext_if inet from $wg_clients to any -> ($ext_if)
The server's Wireguard IP address is 10.40.0.1, the client's - 10.40.0.30.
Running tcpdump on...
Hi, I've installed net/v2ray and I want to connect to a server. In the description of this software, it's said that you should edit config.json file and add the list of servers to it, but I don't see this file. Please guide me if you've used this proxy. Thanks
Hello everybody, I want to connect to a openvpn client with a .ovpn profile as follows:
sudo openvpn ~/Downloads/openvpn_servers.ovpn
I get the following messages and everything seems fine but openvpn does not work and I can't open the websites blocked by the government (There is no problem in...
Hi all - really appreciate any help people can please provide.
I've been trying to set up zerotier (https://www.zerotier.com/) on a freebsd box that serves as my home (multi purpose) server, so that I can VPN into my home lan remotely.
I can get the whole thing to work but it requires some...
I am trying to set-up an IPsec based VPN tunnel between my smartphone and my home server (192.168.0.42). The connection is established, but incoming (UDP-encapsulated) ESP packets are dropped on the server side. I'm using OpenIKED for the key exchange. The following output shows the dropped...
Hi,
I'm having issues with running wireguard in an iocage jail on FreeBSD 13.0-RELEASE-p10.
The weird thing is, I also had issues with this on my TrueNAS Core system (12.2-RELEASE-p15), but after enabling the allow_tun option for the jail it now runs just fine there.
Here's some config data...
Hi,
i have site to site Wireguard vpn
both client and server have static port
first connection with this configuration successfully initiates. But when PPPOE connection gone (default route also removing from route table) and reestablished wireguard server never connect anymore with client port...
Hello, I would like to setup VPN server on my machine to connect on from Windows. I've installed mpd from ports, and here is my config. in rc.conf:
mpd_enable=YES
mpd_flags="-b"
gateway_enable="YES"
And in:
/u/l/e/mpd5# diff mpd.conf.sample mpd.conf
31c31
< load dialup
---
> load...
Hi
I want to protect my PPTP/L2TP VPN server by banning clients after 3 failed authentications.
Tried to use fail2ban (+IPFW) but was unable to find any IP in MPD5/Racoon logs (even with debug log level).
Is there any solution how to ban IP of a client that failed PPTP/L2TP authentications...
Hi everyone!
I need help with strange situation. There is a host (12.2) with jails, one of these jails is a vpn server (mpd5) with internal eth1=192.168.1.9 and another one is a mail server with internal eth1=192.168.1.4. The vpn jail is a vnet jail, and the mail jail is a simple jail...
I have a problem that I think FreeBSD can solve for me. I have routers at various off-site locations that I need to be able to log into via SSH for monitoring, configuration, and maintenance. The problem is that none of the routers have static IP addresses, some of them are behind carrier NAT...
I have just upgraded a server to 13.0 and now my vpn no longer works. It seems that I am no longer able to set a default route on fib 1 as the "Network is unreachable".
I have the following in rc.conf, which used to work a treat, but no longer does:
static_routes="vpn"
route_vpn="default...
Hello everyone,
I'm having little problem with my setup of FreeBSD and Softether VPN. I want to be able to make connection with my VPN Server while firewall_type="closed".
I thought I had to add these rules:
add allow udp from any to any 67 setup keep-state
add allow udp from any to any 68...
Hi all,
Since 2018 I have a FreeBSD server acting as a WireGuard "server". This server has an IPv6 tunnel, courtesy of Hurricane Electric (https://tunnelbroker.net) and I have successfully distributed those IPv6 addresses to the VPN peers, so they now live in the future. Every single one of...
Hi ppl.
I have mpd5-5.8_10 Multi-link PPP daemon based on netgraph
FreeBSD 12.1-RELEASE-p3 GENERIC amd64
Previously, it had such scripts:
set iface up-script
set iface down-script
It was possible to run any script when a user connected. Now this option is not in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.