network

  1. A

    Linuxulator -> linux-rl9 -> Steam: Error: Steam needs to be online to update

    Hi all BSD Steamers and Lunuxilators, Since linux-nvidia-libs is still not defaulting to linux-rl9 (which is about time i guess :sssh:) I tried to compile it from ports with USES=linux:rl9 instead of USES=linux (which default to linux-c7) It compiled fine and I made a package with make package...
  2. duncan_bayne

    bhyve Better approach for bhve networking + NFS?

    Hi, I'm virtualising my Linux development environment for $DAY_JOB using bhyve, vm-bhyve, and NAT. I expose files on the guest to the host using NFS, and edit those files on the host. Networking is via NAT on either Ethernet (on my desktop), or Wi-Fi (on my laptop). It's the latter that's...
  3. P

    FreeBSD 14.2: SLAAC IPv6 Gateway Problem on em0 when net.inet6.ip6.forwarding=1

    I'm reaching out to the community for assistance with an issue I've encountered while attempting to use FreeBSD 14.2 as a gateway. ### Problem Description I hope the WAN interface `em0` can obtain an IPv6 address from the ISP via SLAAC (Stateless Address Autoconfiguration) because my ISP only...
  4. P

    Netcup IPv6 Intermittant

    Hi everyone, I am aware there are a number of threads about this both here on FreeBSD's forums and on netcup itself, but largely the end result is to use another provider. Which is fine, but I've just entered a 6 month lease of a VPS with Netcup so would be nice to have a solution. For those...
  5. gimonchik

    how to build drogon framework?

    I tried to build drogon, but when building it, it gave out linking errors like these: ld: error: unable to find library -lyaml-cpp I compiled using the default commands from documentations mkdir build cd build cmake .. make && make install I also tried changing the compiler from clang to gcc...
  6. C

    Solved Remote LAN-in-a-box?

    I would like to access a remote jail/VM host behind a family member's home router without making any changes to their router config or adding additional hardware. (I suppose they could treat the host as a guest to disallow LAN access and allow only outgoing traffic.) I think I need these...
  7. The Alchemist

    Solved Server won't resolve and times out a lot

    Context I have been running FreeBSD on my server PC for a long while now with jails (Iocage). Since a few months, I moved to a different place that has a router with IPV6 and adjusted my server to use that as well. After a power outage / upgrade to FreeBSD 13.3-RELEASE-p3, my server has a lot...
  8. G

    jails MiniDLNA behind Jail/NAT (no broadcasting)

    Hi, is there any chance to expose MiniDLNA service (located in Jail/ NAT) to local network? When I run DLNA on base system other devices in network correctly see service on UPnP but in jail there are no broadcasting. My interfaces (lo1 is bridge to em0) em0...
  9. B

    looking for the reason for sudden very high CPU utilization on network/zfs related process

    First a bit of background: This is on a FreeBSD14 relatively older machine (CPU: Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz (2593.86-MHz K8-class CPU), with a 4 port Gbit ethernet interface (bge1: <HP Ethernet 1Gb 4-port 331FLR Adapter) and 384GB of RAM. a few ZFS pools set on 4x 8TB SAS drives...
  10. H

    Generalized Precision Time Protocol (gPTP) .

    Hello, I am student and I have never used FreeBSD before, my professor gave me assignment to look in to gPTP implementation on FreeBSD and I have no Idea how to get access to it. Please help me to understand where should I look for it and information about its structure and components, and I...
  11. christhegeek

    Any help with the integrated Intel 82579LM Ethernet Adapter ?

    Any help with the integrated Intel 82579LM Ethernet Adapter ? It doesn't seem to work , i have ordered a new pci ethernet card anyway and its possible to arrive until the end of the week , this ethernet chipset is awful !
  12. P

    jails Interface does not return to host after kill jail

    Hello darlings! Basically, i did created a JAIL, with this configuration: main { host.hostname = "main"; exec.clean; exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.prestart += "kldload -n ipfw_nat"; exec.prestart += "kldload -n ipsec"...
  13. A

    Gateway

    Hi, My freebsd has multiple network interfaces and have one default gateway e.g. 192.168.0.1/24 . I want that the gateway should be 10.0.0.1/24 when any request/traffic arrives on the IP 10.0.0.20/24, I mean it should not consider the default gateway when the traffic comes for IP 10.0.0.20/24 ...
  14. LuMarans30

    No internet connection

    Dear FreeBSD Community, I have recently installed FreeBSD 14-RELEASE and am attempting to connect my wireless card to my university's Wi-Fi using the instructions provided in the FreeBSD Handbook. The router utilizes WPA2-Enterprise security, so I configured "/etc/wpa-supplicant.conf" as the...
  15. hellfire103

    iwn0 keeps going down

    I am currently running FreeBSD 14.0-RELEASE on a ThinkPad T400. I will often be using my device, when the WiFi will suddenly shut off. i3status reports that it's "down" and wifimgr is blank. I've tried restarting all and any network-related daemons, to no avail, and wifimgr doesn't seem to be...
  16. janprzy

    Solved send failed: No buffer space available

    My NAS is running FreeBSD 13.2-RELEASE-p9. I rebooted it a couple of days ago and suddenly, the network keeps crashing if certain services are running: When starting Unbound or Avahi, all outgoing and incoming connections immediately fail. I just tried starting Unbound while leaving a ping to...
  17. N

    service netif restart && service routing restart removes default route for gateway received via dhclient

    Hi, I have a FreeBSD server running 14.0. It's primary network interface receives public IP and default route via dhclient. Sometimes after fiddling with static routes in fib 1 and adding these to rc.conf I need to run: service netif restart service routing restart This however removes the...
  18. D

    Solved IP traffic from host to netgraph VM invalid

    I created a ng_bridge with link0 and link1 connected to my physical devices lower and upper. I then created a bhyve VM with a netgraph virtio-net device that is connected to link2. Here is `ngctl dot` to help visualize it: Here is ngctl commands I issued: msg re0: setpromisc 1 msg re0...
  19. quarck

    general/other No route to host on GCP

    Hi, I have a problem with network connectivity on FreeBSD 13.2 on Google Cloud Platform. After the first startup, the machine cannot reach the internet. When I reboot it the connectivity appears. Here are two serial console logs: First boot Booting [/boot/kernel/kernel]...
  20. 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...
Back
Top