ipv4

  1. A

    jails IPv4 Routes From Jail's FIB

    UPDATE: I may have actually solved this, by swapping the order so that the jail creates the RFC1918 address on that interface FIRST, and then creates the loopback interface second. Now this confuses me even more, since I cannot route using ipv4 from the host system on that FIB, but it is...
  2. m_pahlevanzadeh

    /usr/local/bin/ss-server[83995]: setting ipv6 dscp failed: 22

    I set up the following json file for shadowsocks: { "server":["::1","127.0.0.1","162.223.88.40"], "mode":"tcp_and_udp", "server_port":8388, "local_port":1080, "password":"foobar", "timeout":86400, "method":"chacha20-ietf-poly1305" } Then I receive in the...
  3. N

    Wifi stopped working 13.1

    I believe I may have misconfigured something, but I am not sure what. I am connecting to a hotel AP with a captured portal at this time. I was attempting to request a new dhcp lease (at this point I still had a connection - able to ping google.com). I did so by attempting to run dhclient on my...
  4. sidetone

    Solved IPv4 stopped working on FreeBSD 13.1-RELEASE; manually set it to access Internet

    My Internet wasn't working properly, and I wasn't able to ping my router. Some Internet sites worked, while others didn't. Used a live Linux CD, and the Internet was fine, and I could ping my router from it. That showed that the problem wasn't my router or the Ethernet cable. It turns out that...
  5. Sivan!

    What do I to have more than one IP address in my computer?

    While trying to understand if it is possible for me to have more than one IP address in my computer (I don't even have one that is static at the moment), I found the discussions on this thread which seems to say: 1. Does this mean that it is possible to have multiple IP addresses mapped to a...
  6. F

    Transition to ipv6 have you already done it (business/enterprise)?

    Recently I have started to DualStack my online services and wondered how many of us actually started/completed the conversion? Please share your experience/issues and future plans too..
  7. 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...
  8. Moviuro

    Nginx, single IPv4, IPv6, SSL/TLS, jails, one machine

    Hi all! I'm trying to build a good webserver that can serve over HTTPS only: My blog as static HTML (Jekyll, Hugo or whatever) Nagios Transmission Possibly some other web applications So far I have no encryption (nginx is just serving on port 80) and the following constraints: Only one IPv4...
Back
Top