The AI of Google resolv a lot of computers problems

I was not able to create a working bridge in /etc/rc.conf after many tries and it do it for me:
# Bridge0 Tap0
cloned_interfaces="bridge0 tap0"
ifconfig_em0_name="eth0"
ifconfig_igb0_name="eth1"
ifconfig_igb1_name="eth2"
ifconfig_eth1="up"
ifconfig_eth2="up"
ifconfig_bridge0="inet 192.168.7.1 netmask 255.255.255.0 addm eth1 addm eth2 up"

I was not able to make the things work with aufofs and him too !! But he redirect me to smbnetfs who work pretty well. He help me and verify my configurations files /boot/loader.conf and /etc/rc.conf even /etc/pf.conf. I am very weak with firewall rules. I think that the AI make things easier with Unix like systems and therefore can bring more people to use them.
 
There's lots of strong opinions for and against AI. As SirDice once pointed out, it's more or less like a search engine on steroids, (I hope I'm not twisting his meaning) rather than true artificial intelligence. For myself it once helped me solve a configuration problem that I couldn't figure out, but then I found myself getting lazy and just going to claude.ai rather than doing my own web searching.

The other bad thing about it is that it's sometimes completely wrong, so you have to be careful. In my (limited) experience, the sort of problem you mention, how to configure a bridge, is the sort of thing that it's probably good at doing.
 
Back
Top