network

  1. B

    A bridge with more than two interfaces does not work

    I'm just learning freebsd. I have two vlans in the network, I want to create a bridge between them, I create a bridge, I throw one of the vlan interfaces there, I have access to this vlan from the bridge, but if I throw the second vlan interface, I lose access to the first vlan, and to the...
  2. rwv37

    Installing for a usually-keyboardless/monitorless system with GELI password required on boot?

    For years now, I've been setting up my FreeBSD servers with GELI encrypting nearly the entire disk (except for boot stuff). Long ago I did this manually, but in recent years I've been letting the standard FreeBSD installer process do it for me. When the machine powers up, it boots as far as...
  3. P

    jails Conflict on TUN interfaces between different jails

    I have two separate jails that are not visible to each other. There is no sharing of tun* interfaces in the devfs.rules. However, when I create the tun0 interface in Jail 1, I encounter difficulties creating the same interface, tun0, in Jail 2. Upon attempting, I receive a message indicating...
  4. S

    Running Caprover in guest os behind NAT

    Hello dear FreeBSD gurus. Not sure this topic fits in here, feel free to move the topic if it's not correct. What i'm trying to do is to install Caprover (caprover.com) on a guest os on my FreeBSD host machine. I'm doing virtualization with bhyve. This is not the relevant part though ;) So...
  5. I

    Using iwlwifi during install

    I'm trying to install FreeBSD 13.2. My laptop has an Intel 8260 Wireless-AC adapter. The live install media uses the "iwm" driver by default which does not work with this network adapter (no networks found). The "iwlwifi" driver works fine without issue when I set it up post install. How do I...
  6. cgenie

    pf.conf for VPN inside jails

    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...
  7. cbunn

    Solved Networking failures not long after every boot (after restoring a root ZFS pool to new hardware)

    EDIT: For anyone looking for the solution, it was to install the net/realtek-re-kmod package. Though in my case, since my system was not up-to-date, the critical first step was to update to the latest RELEASE version of FreeBSD. I'm replacing a NUC that I use as a server with several services...
  8. B

    25G in a jail or bhyve

    Is there a way to get the full line speed of the NIC in a jail or bhyve ? I have a server with a mlx5en(4) NIC, a Mellanox ConnectX-4 Lx 2x25G. I would like to setup it as a router and provide a wan for the internal vms /jails and others machines. Unfortunately there is an issue using SRV-IO...
  9. gotnull

    Solved Searching For The Right Technical Term

    Hi all, I need some help, I don't know exactly what I am looking for so I would like some advice with what I am trying to do here. So I play with NAT jails currently, and I would like to : _ access them using a proper domain name (a fake one see the note below) instead of IP+PORT. _ avoid the...
  10. C

    XL 710 and FreeBSD 13/12

    Hi everyone: I have a strange problem with an Intel(R) Ethernet Controller XL710 for 40GbE card which I have. This card is connected via QSFP+ from a Supermicro server to a QSFP port on a Mellanox switch. When I first installed FreeBSD 13.2, it shows this: Jul 10 13:28:50 mercury02 kernel...
  11. H

    [PfSense] CARP protocol since FreeBSD 14.0

    Hello there, I'm new in this forum, sorry if my message is not in the correct category. I'm using FreeBSD 14.0 with pfSense plus 23.05. I have 2 nodes (2 NetGate 7100 routers) in redundancy with CARP VIPs on several interfaces. One node is master called "RT1" and the other one in backup...
  12. BaronBS

    jails Wifi socks Hurd!

    So, I know that network doesn't work with bhyve and wifi, I'm using a lagg (wlan0 + em0) setup. But does anyone here was able to make jails+vnet work with wifi(in a lagg setup)?
  13. zgasparian

    Sockstat output for Incoming Connections on UDP

    Hi I'm running FreeBSD 13.1 with unbound installed on it. This is server is used as a DNS server. I need to see the UDP connections to my server, but somehow I don't understand why it's not showing the foreign connection from outbound to port 53 on the server. It shows correctly on TCP for the...
  14. W

    Zerotier rc.conf issues

    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...
  15. alex

    Cannot access /usr/src directory via smb

    Hello, i'am trying to learn smb on freebsd and i tried to use the example in https://docs.freebsd.org/en/books/handbook/network-servers/ I used this smb4.conf file. [global] workgroup = WORKGROUP server string = Samba Server Version %v netbios name = ExampleMachine wins support = Yes security =...
  16. Sivan!

    Internet works, but ping does not.

    I am connected to the Internet, the connection works on browsers and in command prompt, except that ping stopped returning results for the last one or two days. Can ping localhost by name and ip, it works, but ping to any external domain name or IP does not return results. How do I troubleshoot...
  17. subnetspider

    Solved Tor relay keeps running out of nmbclusters

    Hello everyone, I've been running a Tor relay on a small VPS with 1 vCore and 1 GiB RAM for a few months, but around after upgrading to Tor 0.4.7.8, my FreeBSD host keeps running out of nmbclusters. Every time this happens tor and sshd stop working and I have to log into the cloud dashboard and...
  18. Sivan!

    Solved Network in the base system stopped working after installing VMs or due to causes unknown

    I installed debian and Ubuntu in a bhyve virtual environment, the network bridge did not work for the VMs, tried to troubleshoot this, all the while with kernel security lowered to -1, at one point the base system was frozen and after a hard reboot, there is a login loop for KDE plasma 5, and...
  19. Sivan!

    Solved Network bridge set up for bhyve debian & ubuntu vm instances

    In freebsd 13.1 release p1, I have installed bhyve following instructions from this page. a minimal version of debian, the installation went well except that the bridge specified did not work. I could finish installation, reboot the vm, and also could set up a script as outlined in Step 8 of...
  20. yofeker

    13.1 Wireguard client configuration; no internet

    I run FreeBSD 13.1 RELEASE on my RPi 3 Model B+. I want to set up Wireguard client on it, so I have installed wireguard from pkg. To run the client, I use wg-quick up /path/to/config. The command gives out no errors, I can access local hosts, but I cannot access the Internet. I believe this is a...
Back
Top