network interfaces

  1. P

    bsdconfig - can't setup network interface using "default" option

    Environment: FreeBSD version: 13.2-RELEASE hardware: Raspberry Pi 400 ethernet cable: cat 5e Bug Description: In bsdconfig(8), the "default" option in networking management can't setup the network interface correctly if the previous state of the network link is "no carrier" caused by...
  2. D

    vbox Host only interface IP configuration, access denied

    Hi everybody, I'm encountering trouble of denied access : $ /usr/local/bin/VBoxManage hostonlyif ipconfig vboxnet0 --ip 192.168.99.1 --netmask 255.255.255.0 VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available) VBoxManage: error: Context...
  3. K

    Detect DHCP Network Changes?

    I have a machine running FreeBSD 12.3 and I am looking for a way to monitor network changes through a shell script, specifically related to the network interfaces. Some examples of things that I would like to detect are: When a network interface changes status (e.g. from active to no carrier)...
  4. hulleyrob

    Help with working out network driver and hardware

    I cant seem to find a way to work this out: So I checked the network interfaces on my box and its showing re0 as the main interface. (running pfsense with other network cards showing igb'x') I thought that's odd as they should all be intel interfaces. How can I check what the interface...
  5. C

    Solved ipv4 Network Issues after Upgrade from 12.1->12.2

    After updating to 12.2-RELEASE my box no longer can reach a default route for ipv4. ipv6 seems to autoconfigure, but ifconfig does not show an inet entry. I have been able to fix it manually, but it requires me to do it after every reboot. Manual Fix after reboot: sudo setfib 0 route add...
  6. routeMAHvlans

    Solved nanoBSD (BSDRP really) onboard NIC causing pci NIC card to drop off.

    Hi forum, am at a bit of a loss, here. Not super competent at FreeBSD but persistent enough to break stuff still it starts working. Scenario: em's0-5 appear in dmesg log, however after boot completes em's1-4 are 'not found' via ifconfig, and pciconf -lv show em0 as an Intel 1000 pro...
  7. I

    access sites and some other networking issues

    I have problem to access some sites but not all, but I have internet connectivity normally. Example this site below cannot be accessed: https://www.linode.com/community/questions/2982/im-unable-to-run-telnet-on-localhost-25-how-do-i-fix-it-solved I get the following message in Mozilla; Hmm...
  8. J

    Simulating WLAN-Mesh (802.11s) with Jails

    Hi, I want to simulate at least 100 nodes of an 802.11s network, but each of the nodes has to run some java code. The java code reads from the routing tables. The packages between the nodes as well as the network interfaces should be simulated. Is FreeBSD/Jails a reasonable choice? Could a...
  9. B

    Using another driver than intel igb

    I am trying to load another ethernet driver. My machine have 2 Intel network cards vendor = 'Intel Corporation' device = 'I350 Gigabit Network Connection' class = network subclass = ethernet interface cards. I have FreeBSD 11.0 with that kernel built in igb network...
  10. D

    How can I destroy carp VHID

    Hello after carp configuration on my IMS interface I see that I have also 2 INIT state vhid configured on EXT interface. IMS: flags=8943 metric 0 mtu 1500 options=103<RXCSUM,TXCSUM,TSO4> ether e4:11:5b:b0:0a:fa inet 10.16.0.218 netmask 0xfffffff0 broadcast 10.16.0.223 inet...
  11. alexlp

    FreeBSD 10.3 no ping to default router from /28 subnet

    Hello, I installed FreeBSD 10.3 and got strange result with configuration of em0 interface: em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:a5:26:f8 inet 227.56.97.24 netmask 0xfffffff0...
  12. A

    problem with including if_var.h and cpu.h header in program, raspberry pi 2 B

    on a raspberry pi 2 B that has FreeBSD 11.0-current on it, I need to have some kind of a network interface created (meaning that if for example ifconfig is typed, my network interface and its options must be shown alongside lo0 & ue0 ). and to do just that, I need ifnet and other structures...
Back
Top