networking

  1. I

    How to configure IP address in jails for a machine without network card.

    Normally, we have to put the network interface (e.g. em0 or igb0) when setting up jails. For example: jail_jailname_ip="192.168.1.100" jail_jailname_interface="igb0" If the network interface (physical card) is being sent as pass-thru via bhyve to a virtualized operating system running within...
  2. jayxkanz666

    ASUS USB-AC51

    Hey! So this is my second thread on the FreeBSD forums, and I'm trying to get the USB-AC51 by ASUS to work in FreeBSD. In the FreeBSD 10.1-RELEASE release notes, it says that "urtwn(4) has been updated to support the ASUS USB-AC51", so it's supposed to be working. I've tried putting...
  3. A

    Advice needed for networking multiple jails with openvpn

    Greetings! I am having trouble understanding how to configure my network in the manner I desire. I googled around and searched the forums and have come across all kinds of stuff however I'm not sure what is best practice and such. I saw a lot of terms such as aliases, dummy interfaces, taps...
  4. M

    OpenStack hosted on FreeBSD

    Hi there :) Someone has demonstrated for a while running OpenStack hosted on FreeBSD 11. Described right here For me that sounds awesome. I would like to have a similar setup now with FreeBSD 11 XEN and hosting OpenStack on Dom0. The minimum goal is to run FreeBSD as an Nova Compute Running...
  5. timypcr

    Delete network alias

    I created a bad alias when attempting to setup networking for a jail. I ran ifconfig bce0 alias 192.168.1.111 netmask 0xffffff00 broadcast 192.168.4.255 when I should have done this ifconfig bce0 alias 192.168.4.111 netmask 0xffffff00 broadcast 192.168.4.255 I've corrected the problem but...
  6. unknownuser

    Host unable to load web pages from Jail - 408

    Hello everyone. I have a Windows 10 Workstation where I run a FreeBSD 10.3 Guest server over VMWare 12. This FreeBSD VM is meant to run multiple Apache/PHP/Wordpress instances on multiple jails. The FreeBSD guest is bridged through the HOST Ethernet NIC, where the HOST has the IP...
  7. C5455

    IPV6 working only a few seconds after boot

    I'm currently running 11.0-RELEASE-p7 in one of those cheap 1€ aruba VPS machines servers for fun. Their current control panel doesn't support ipv6 auto configuration therefore it must be configured manually. I'm able to configure the ipv6, but I lost connectivity a few seconds after boot. My...
  8. B

    Helping to improve vnet/vimage?

    Hi Network Guru's- I've been running 11-Release branch since 11 was well.... released. I think I'm on 11-RELEASE-p2. I compiled my own kernel to enable vimage and use iocage for jails. I am not using pf or doing anything "exotic" with networking (this is behind a separate firewall). So far...
  9. E

    Internet connection problems FreeBSD 11

    Hi people, I'm trying to set up internet connection on FreeBSD 11.0-RELEASE running at VMware VM but, when I try to ping google IPs, I get a 100% loss. Here is my rc.conf. I use default (for vmware) NAT connection and try to route traffic trought gateway ip (192.168.149.2). Please tell me...
  10. Petr Fischer

    bridge0+tap devices weird state after suspend/resume

    Hello! I created bridge0 (172.16.0.1) device with few tapX network devices (172.16.0.2-X) (bridged together by bridge0) for bhyve vms. Then I created NAT (pf.conf), that solves networking via wlan0 (wifi card). Why? Because simple bridging doesn't work with wlan0/wifi interfaces (NAT works)...
  11. S

    Slow uploading speed

    Hi, We're facing quite slow uploading speed on FreeBSD-10.X both over HTTP (NGINX) & over FTP. Hardware is quite strong with 4x1Gbps LACP / 65G RAM / 12x3TB SATA . There's not much load over HDDs so i suspect that maybe tcp tuning has some problem. Here is my sysctl.conf...
  12. T

    Networking Structure for VM Host

    Hello, I'm currently running a server based on FreeBSD 10.3. I'm using jails to separate all the running services. Since I only have one public IPv4 address, I use PF and a nginx-proxy to redirect to the specific jails inside the NAT. My plan is to use 11.0 and it's enhanced bhyve features to...
  13. Kalero

    Solved Can not ping from a VMware VM with FreeBSD 11.0-RELEASE @ OVH (hosting company)

    Hi people, I'm trying to set up a server with FreeBSD 11.0-RELEASE on a VMware VM @ OVH (hosting company) but, when I try to ping, I get a "host name lookup failure". It's very strange because I copied /etc/rc.conf and /etc/resolv.conf from the previous working installation with FreeBSD...
  14. S

    Interface stopped DISTRIBUTING 10.2 !!

    Hi, LACP stopped working on FreeBSD-10.2 release with following error : Interface stopped DISTRIBUTING, possible flapping ---------------------------------------------------- More than that, we're unable to execute any command in FreeBSD console. Here is the screenshot where we're trying to...
  15. unknownuser

    Solved FreeBSD VM guest's jail can't be resolved from host

    Hello everyone. I will try to explain my setup as clear as I can. I have a Windows 10 Workstation where I run a FreeBSD VM on VMWare 12. This FreeBSD VM is meant to run multiple Apache/PHP/Wordpress instances on multiple jails. The FreeBSD guest is bridged through the HOST Ethernet NIC, where...
  16. ClayS

    Bridging problems

    I am trying to share a single 10Gb ethernet outlet in my office between two machines by bridging across a FreeBSD server using the second port on its 10Gb card. The bridge works quite well, and the other machine gets network service. The FreeBSD server, however, does not, even though I added an...
  17. Understudy

    Multiple nics and setfib

    Hi All, I am looking to setup two physical nics with two different ip addresses and two different gateways. The basics: 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 19:31:38 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 I am looking to make one nic...
  18. S

    Solved 4x1Gbps LACP!

    Hi, We're trying to achieve 4Gbps throughput using 4x1Gbps LACP mode but only able to achieve 2Gbps other 2x1Gbps shows this status : http://prntscr.com/a6vzkr Here is our network config : http://prntscr.com/a6vxuw ================================= Worth mentioning is ...
  19. S

    High interrupt rate!

    Hi, We've been using FreeBSD-10 for video streaming website where FreeBSD serves static content (mp4, jpg) over Nginx+php-fpm & performs FFmpeg encoding for users uploaded videos. Server is utilizing 2Gbps realtime port (2 x 1Gbps LACP) and under load we examined bit high percentage of...
  20. C

    Solved Host to jail networking with vimage

    I've got a bridge1 with several jails' interfaces as members (vnet1:1, vnet1:2, etc) these can pass packets between each other. There's a bhyve instance on the host using tap0 which I've added to bridge1, this tunnel is not able to connect to any of the jail vnet interfaces. Is this to be...
Back
Top