Wireguard works well, why not tailscale too?

I tested wireguard on freebsd. It works well. But just curious does it run on freebsd kernel level, or userspace? Because on Linux it works on kernel, which is much faster.

But tailscale doesn't work. I select an exit node for the system to use, but it doesn't do anything. IP address is still the same as before.
 
I'm currently running tailscale on a 14.2 RELEASE server using the default setup and it seems to be working well.
What are you doing differently? I am just doing these:
sudo tailscale up
(logging into the link it gives)
sudo tailscale set --exit-node=ipofthemachine
It seems to work. But when I do whats my ip, I still get the same ip as before.
 
What are you doing differently?

Code:
ccammack@server:~ $ su
Password:
root@server:~ # pkg install tailscale
root@server:~ # sysrc tailscaled_enable="YES"
root@server:~ # service tailscaled start
root@server:~ # reboot
ccammack@server:~ $ su
Password:
root@server:/home/ccammack # tailscale login
root@server:/home/ccammack # tailscale status
 
Code:
ccammack@server:~ $ su
Password:
root@server:~ # pkg install tailscale
root@server:~ # sysrc tailscaled_enable="YES"
root@server:~ # service tailscaled start
root@server:~ # reboot
ccammack@server:~ $ su
Password:
root@server:/home/ccammack # tailscale login
root@server:/home/ccammack # tailscale status
Yes but does setting an exit node work? If you have a desktop PC or a laptop, can you connect to a tailscale node, using that node as an exit node?

Mind you that I don't use any jails or anything. I am a simple user that uses Linux.

Btw sorry, I installed Ghostbsd to one of the laptops. Desktop is FreeBSD, I'll try on that when I go home.
 
Tailscale broke my DNS on two Debian machines. Dekstop and Laptop. Because Tailscale uses /etc/resolv.conf in some Linux systems. When I did tailscale down it didn't revert back the resolv.conf file leaving 100.100.100.100 in it and breaking my DNS. Coincidentally my ISP also has one of these rougue DNS servers on this same IP which is also reachable and all of my DNS queries went to the ISP website. I thought someone broke my network for about an hour until I figured the quad 100 is used by Tailscale.

I use Tailscale inside of a VM now.
 
One step at a time. Does the basic setup allow you to see and reach other machines on your tailnet?
Ok, I've upgraded to FreeBSD 14.2, here I can't reach the other peers in tailscale network. But internet works, yet it shows wrong IP; it must show the tailscale exit node ip.
 
Back
Top