$webserver is the IP address of the WAN interface.
Table operation is "persist" check the pf.conf man page. You can also limit the number of connections per single IP address.
Check the STATEFUL TRACKING OPTIONS in pf.conf man page for correct...
It's all the same thing, here's what that setting in rc.conf does in the associated rc script:
if checkyesno gateway_enable; then
ropts_init inet
echo -n ' gateway=YES'
${SYSCTL}...
My workstations work the first time, every time. I literally forget about the server I have under my desk because it just works, all the time. Upgrades never go sideways on the server, and only rarely on the workstations. That's why.
I'm intending to install a DHCP Server in the next couple of days and came across an article by the very well respected vermaden,
namely https://medium.com/@vermaden/highly-available-dhcp-server-on-freebsd-2bf81a5e4e77.
Before using this as a...
Hello all,
i use an HPE ML350 Gen9 and try to use 2 mellanox connect-X3. inxi
Device-8: Mellanox MT27520 Family [ConnectX-3 Pro] driver: mlx4_core
IF-ID-1: mlxen0 state: no carrier speed: N/A duplex: N/A mac: 04:09:73:d3:45:21
IF-ID-2...
My workstations work the first time, every time. I literally forget about the server I have under my desk because it just works, all the time. Upgrades never go sideways on the server, and only rarely on the workstations. That's why.
Bindings seems to be a trap, don't you think a new language should start from scratch? This will avoid time wasted on mixing languages, for example Redox OS. Yes, I know: big work ahead.
It's a low-level system programming language, so that is by design. If you need more features, you write them yourself. That was always the C philosophy.
This is odd, I have installed games/pysolfc and have enjoyed playing it. Today when I went to try a few games, all the animations and card movements are slow as...
I haven't upgrade anything to with the game
root@kg-core2:~ # grep pysolfc...
Various scripts which originate on Linux start with #!/bin/bash which would not ordinarily exist on FreeBSD unless someone did some tinkering.
What options do people have for making this work apart from rewriting such scripts?
Is it possible to...
Well, as I said, I see the requirement for bindings as a problem.
But an OS from scratch without the ability to re-use existing code for drivers in particular will have a very hard time. Same for the network stack. Even Microsoft had to re-use...
Good question.
I guess you need to understand the basic before trying to configure thing just in case you break something by not knowing what you are doing.
Ny immediate task was to provide Internet access to my LAN without the distraction of getting a DHCP server up and running. because if things don't work (which they never do at first) you don't know where to look. Currently all the hosts have...
Bindings seems to be a trap, don't you think a new language should start from scratch? This will avoid time wasted on mixing languages, for example Redox OS. Yes, I know: big work ahead.
balanga You said your LAN uses static IPs. If you want your tethered gateway to act as a gateway to these other hosts, they need a gateway address assigned to them. Please check via ifconfig.
An alternative is to reconfigure all hosts to DHCP...
You're thinking things out all wrong, you just need to throw more of this sandpile stuff at the problem. If it's still too slow... more chips!!! Get those electrons working 996!
My workstations work the first time, every time. I literally forget about the server I have under my desk because it just works, all the time. Upgrades never go sideways on the server, and only rarely on the workstations. That's why.
Definitely SDDM. Will try from the terminal and report back.
Edit: from the terminal it works fine. I use this script:
[19:39][fmc000@tu45b-freebsd ~]$ cat .local/bin/kw
#!/bin/sh
# Clean stale serverauth files
rm -f ~/.serverauth.*
# Start...
Do you know how I can add port 443 as well?
Would this be correct to add to PF?
table <bad_hosts> persistant
block quick from <bad_hosts>
pass in on $ext_if proto tcp to $webserver port {80,443} keep state \
(max-src-conn-rate 30/10, overload...
Thanks for the assistance. I have researched wrappers and bindings and wondered about the cfltk project:
https://github.com/MoAlyousef/cfltk/blob/main/examples/counter.c
I don't know any rust, let's open with that.
I can tell you, from the outside looking in, every single person I see writing about Rust comes off as abrasive and militant. I have come accross that profile before, in an unfortunate situation where...
That toolchain is basically LLVM (and a single vendor until GNU's matures). A toolchain actually borrowed from C and C++ (Rust is effectively a third class citizen to 90% of its own stack)
Maybe. Its actually still a bit to young and immature to...
What about just focusing on expanding FreeBSD in C and not bloating base with unnecessary trend-of-the-month programming lannguages? My buildworld time and myself will personally thank you!
p.s. What next‽ Java in the kernel, perhaps! The same...
It may be disabled in python311 for the same reason it is disabled in python314:
Commit "lang/python314: split out _sqlite3 again."
to avoid a dependency loop through ICU.
You can still try to compile from the ports tree (not poudriere) with...
That's an amazing game, but the career mode is not very good. It's really more of a space simulator with more accurate physics than a game. It's one of the few games in which I have more than 1000 hours.
Kitten SA looks very interesting. I'm...
The only game I've played for the past 12 years: Kerbal Space Program. The successor was a dud, but there's another studio working on Kitten Space Agency and it looks like it's even better. I'm putting together a purpose-built PC just so I can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.