©aptain
Just wanted to ask this if anyone using freebsd or bsdrp as edge router with cgnat if anyone can point me out or can discuss on this I would really appreciate it. Thanks
i686
cgnat? do you plan to run an ISP? how many customers do you have?
©aptain
cgnat? do you plan to run an ISP? how many customers do you have?
Just want to drop mikrotik finding alternative where I see openbsd or freebsd/bsdrp
©aptain
New CentOS 8 doesn't support old hardware and rest we know
i686
any should work, just be aware u'll have to write ur own deterministic algorithm to share addresses and sessions while keeping memory within thresholds or go for specific carrier routers that do it out of the box I'm sure 20 to 50k clients will allow u to afford the hardware LOL
X
Why do you want to drop mikrotik? With a multicore mikrotik (tillera) you can support your 20-50k customers and more.
hereforyou
Does anyone use xmonad? The port for making modifications to default configurations, xmonad-contrib, has been dropped from recent versions of freebsd and results in an unsatisfying experience. Just wondering what's the best way to fix the situation.
Mmmm
is there a way to exclude a package or or dependencies from installing while installing gnome-control-center?
ɴꙩᴍᴀᴅ
is there a way to exclude a package or or dependencies from installing while installing gnome-control-center?
Build it from ports if it has options to enable or disable features. Otherwise you can try and customize the makefile build from ports
Mmmm
Build it from ports if it has options to enable or disable features. Otherwise you can try and customize the makefile build from ports
Ya i am building from ports and dont see any texlive option inside Makefile. Dont get it why gnome-control-center ask for texlive to be install.
siduck
siduck
https://www.reddit.com/r/freebsd/comments/hmmxhy/support_for_realtek_rtl8723be_wifi_chip/
ɴꙩᴍᴀᴅ
i just found out that my wifi card isnt supported, rtl8723be :(
WiFi and Bluetooth chips are the ones that give most trouble with FreeBSD. If the chip is not hardcoded to the BIOS (as someone in the post said) you may have a change to replace the card with another one
Ezio ownatore
Hi! I have installed freebsd for the first time, but I'm having trouble making the touchpad work the laptop is Asus i wanted to try with iichid but seems like i can't install it with pkg install, also i tried to compile it from GitHub but it gives me error, about some things being declared already, any tips on where to look or what to do?
Jackie
Check hardware spec for touchpad. My Synaptic touchpad works out of box, also an Asus laptop. Check handbook for Elan or other brands.
Мих
Hi all. Did anyone build freebsd distro in linux host?
علی
https://marcelog.github.io/articles/cross_freebsd_compiler_in_linux.html
Мих
I've read this article. But did anyone try to build world and kernel using such compiler? And was he succeeded? I see, the point of such instances is to build some software for freebsd. But can you build all the distro using it?
SteelCaptain
Considering that that is what the freebsd devs often do
Memento
Guys someone find solutions with Virtualbox extension pack installation?
Jackie
FreeBSD as guest or host?
Jackie
It's in pkg repo I think
Hardcode
I've updated my desktop OS along with ports and installed packages. found that there's no net/tigervnc anymore. what do we use now for VNC client ? except the realvnc under linuxlator
Joey
pkg search vnc
Hardcode
A
hi, can some one help me, looking for some way workaround to migrate Jails from FreeBSD Jail to VMware as Virtual Machine or Nutanix AHV VM?
Hardcode
that's not really doable directly
Hardcode
jails are FreeBSD kind of containers
Hardcode
so you can migrate only whole system to a VM on a hypervisor
Hardcode
or you can set up the pristine FreeBSD and migrate only applications along with its configs into this new VM
Hardcode
but there's no automagical script to mograte jails into/as VMs of any givel hypervisor
Hardcode
as there's no way of migrating docker containers as VMs into hypervisors either
A
ok, so what are the best way to migrate FreeBSD from Physical to Virtual?
A
is there any documentation or recorded video or step by step blog or any material availble?
Anonymous
ok, so what are the best way to migrate FreeBSD from Physical to Virtual?
i would think you can create your VM/Vbox machine and copy over all your data to it except for /boot would work.
Joey
migrating your data and config files to a new install isn't horrible
Kalinvalas
hellow
Ihor
Hi
Ihor
Hi, I've attached my ssd to linux host and tryed to mount partition, but instead i created new pool and now its impossible to load from this ssd, how can i just 'mount /dev/ada1p3 /home' and retrieve data from it, I hope that anything was not deleted and its possible to pull data from it. For now i loaded from an old hdd with my first freebsd installation and attached this rewriten pool1 ssd, it was actually a zroot one before ive tried to access it from linux
Anonymous
Hi
this drive connected to 1st free install? does it even show.?
Ihor
Yep
Anonymous
as ?
Ihor
As pool1
Anonymous
ada0 ?
Ihor
Ada1
Anonymous
does df -Th /dev/ada1 do anything ?
Anonymous
as root mount - t zfs /dev/ada1 /somewhere
Ihor
No such file or directory
Anonymous
is this drive install inside a desktop box?
Ihor
Yes
Anonymous
you know bectl ?
Ihor
No
Anonymous
man that bectl
Ihor
How to use it? Need examples
Anonymous
see -h
Ihor
Do i need to mount?
Anonymous
not for man
Anonymous
you in linux or bsd
Ihor
Bsd
Anonymous
ok look at bectl -h i forget ( list , create, etc)
Ihor
Ihor
Just need to somehow read data from ada1p3 without any pool
Anonymous
try bectl mount pool1 /somewhere
Ihor
Anonymous
do the list
Ihor
Anonymous
ok activate -T zfs pool1 try that
Ihor
Is data deleted after I've owerwited the zroot to pool1?
Anonymous
if over written yup it's gone
Anonymous
go to ghostbsd channel and ask they may know more.
Ihor
Lol
Anonymous
how do you see IT as ada0 ?
Mmmm
icmp_types = "{ echoreq unreach }" table <bruteforce> persist set skip on lo0 scrub in all fragment reassemble max-mss 1440 block all pass in on wlan0 proto tcp to port 22 \ keep state (max-src-conn 15, max-src-conn-rate 3/1, overload <bruteforce> flush global) pass out proto { tcp udp } to port { 22 53 80 123 443 110 143 993 } pass out inet proto icmp icmp-type $icmp_types anyone know why i cant send an email with thunderbird?
stéphane T
Port 25 closed ?