Recent Posts

Pages: 1 2 3 [4] 5 6 7
31
News / Re: SourceForge
« Last post by techdevel2 on February 22, 2025, 03:16:36 AM »
Hi,
I have tried the shared IOS image and it is simple linux distribution yet. Currently, nothing related to razwall is found in it.
32
Dev Stuff / Re: Canned Perl based Dashboard JSON XHR Request Data Responses
« Last post by razwall on February 19, 2025, 08:39:37 AM »
[b]With the rapid advancements in cloud-based infrastructure and AI-enhanced security measures, is there still a place for traditional firewall solutions like RazWall, pfsense, and opnsense?[/b]

Absolutely, Advances in cloud infrastructure does not negate on-premise security and endpoint protection! If anything, it should have more appeal to help strengthen the security gap between end user/administrator and cloud infrastructure. I still firmly believe in maintaining an disconnect between cloud and AI services when it comes to security. That is not to say that they can't interface and share data or work together, but they should not be a one-in-the-same solution. But I digress, this is only my opinion!

[b]How should developers and admins adapt their strategies to remain relevant in this evolving landscape? [/b]

The age old question, everyone has predictions about where things are headed and how to get there but only time will tell. Relevance in terms of admins, is merely a matter of participation and willingness to accept or reject change that matters to them. There is no one correct path to get where you need to go! Movement is life, the only advice I can give here is keep advancing, keep evolving, work with the solutions that work for you.

what is mean? and for what i getting it every day in my PM?

not really sure what you are asking in this question. if you clarify i can try provide a better answer.
33
Dev Stuff / -
« Last post by Tuthupliple on February 17, 2025, 06:39:58 PM »
In it something is also idea excellent, agree with you.

With the rapid advancements in cloud-based infrastructure and AI-enhanced security measures, is there still a place for traditional firewall solutions like RazWall, pfsense, and opnsense? How should developers and admins adapt their strategies to remain relevant in this evolving landscape? ( dark web market list darknet markets 2025 ) what is mean? and for what i getting it every day in my PM?
34
General Discussion / been away from this project
« Last post by razwall on February 09, 2025, 09:50:08 AM »
Hello everyone, I have been busy working on another project but I will be back on this project shortly. With some additional updates to the ISO installer including the first package install release of razwall beta!
35
News / Re: SourceForge
« Last post by razwall on January 28, 2025, 10:48:22 AM »
RazWall Alpha 1.1 ISO images has been pushed to sourceforge. I also published a new README. updated screen grabs on SF as well.
36
Dev Stuff / realtime stats
« Last post by razwall on January 26, 2025, 08:42:28 PM »
#!/usr/bin/perl
use strict;
use warnings;
my @types = qw/nat mangle filter/;
$SIG{INT} = sub{print "\e[?25h\e[u"; exit};
print "\e[40;37m\e[2J\e[?25l";
while (1) {
  print "\e[0;0H";
  my %output = map {$_ => scalar `iptables -t $_ -L -v -Z`} @types;
  foreach my $type (@types) {
    print "\e[01;34m------", uc($type), '-' x (73 - length($type)), "\
+n";
    $output{$type} =~ s/ pkts[^\n]*\n(\n|Zeroing)/$1/gs;
    foreach my $line (split /\n/, $output{$type}) {
      next if $line =~ m/^Zeroing/ || $line eq '';
      print $line =~ m/^\s*(\d+)/ || $line =~ m/(\d+) packets/
        ? ($1 > 0
          ? ($line =~ m/DROP|DENY|REJECT/
            ? "\e[01;40;31m"
            : "\e[01;40;32m")
          : "\e[00;40;37m")
        : "\e[00;40;33m";
      print "\e[K$line\e[01;40;37m\n"
    }
  }
  print "\e[s";
  sleep 1
}
37
News / Re: SourceForge
« Last post by razwall on January 24, 2025, 12:55:10 PM »
New ISO is on the way up. This will be the base for the install. As far I can tell from my limited run testing, this contains all of the bare minimum modules required to operate the firewall (Still no Razwall packages) I will be posting all of the package and build data on github soon.
38
News / Re: SourceForge
« Last post by razwall on January 24, 2025, 09:28:26 AM »
Updated the ISO. I will be posting shortly. Here are the changes:
Fixed missing dependency for httpd
Removed optional packages and RAWRITE utils for windows
Managed to slim the initial install ISO from 786MB -> 322MB
Next, I will begin modifying the setup scripts to automate the installation for the specific use case and creating razwall test packages.

39
News / SourceForge
« Last post by razwall on January 21, 2025, 11:15:19 AM »
Hello,
The RazWall Firewall project has a sourceforge project site for the ISO builds located here: [url=https://sourceforge.net/projects/razwall/]https://sourceforge.net/projects/razwall/[/url]. The initial ISO test build has been published. This ISO does [u][b]NOT [/b][/u]install RazWall, but is just a modified Slackware64 15 installer. I will post additional ISOs as I make progress towards getting this to work as intended.

If you do decide to download the ISO, please be aware that the package groups [b]A,AP,D,L,N,R[/b] are the only groups available and with minimum supported packages intended for RazWall in the near future.

More coming soon.. Enjoy!
40
Dev Stuff / Required packages
« Last post by razwall on January 21, 2025, 10:20:19 AM »
a/aaa_base
a/aaa_glibc-solibs
a/aaa_libraries
a/aaa_terminfo
a/acl
a/attr
a/bash
a/bin
a/coreutils
a/cpio
a/cracklib
a/dbus
a/dcron
a/devs
a/dialog
a/e2fsprogs
a/elogind
a/etc
a/eudev
a/file
a/findutils
a/gawk
a/glibc-zoneinfo
a/grep
a/gzip
a/hostname
a/kernel-generic
a/kernel-huge
a/kernel-modules
a/kmod
a/less
a/libgudev
a/libpwquality
a/lilo
a/logrotate
a/mkinitrd
a/nvi
a/openssl-solibs
a/os-prober
a/pam
a/pkgtools
a/procps-ng
a/sed
a/shadow
a/sharutils
a/sysklogd
a/syslinux
a/sysvinit
a/sysvinit-scripts
a/tar
a/tree
a/util-linux
a/which
a/xz
a/bzip2

ap/slackpkg
ap/mariadb
ap/nano
ap/sqlite
ap/screen
ap/screen

d/autoconf
d/autoconf-archive
d/automake
d/binutils
d/cmake
d/gcc
d/git
d/guile
d/perl
d/subversion

l/apr
l/apr-util
l/glib
l/glib-networking
l/glib2
l/glibc
l/glibc-i18n
l/glibc-profile
l/icu4c
l/libnl
l/libnl3
l/libproxy
l/libsigc++
l/libssh
l/libunistring
l/libxml2
l/libxslt
l/libyaml
l/lmdb
l/mhash
l/ncurses

n/bind
n/bootp
n/bridge-utils
n/bsd-finger
n/ca-certificates
n/curl
n/cyrus-sasl
n/dhcp
n/dhcpd
n/ebtables
n/ethtool
n/htdig
n/httpd
n/icmpinfo
n/iftop
n/inetd
n/iproute2
n/iptables
n/iptraf-ng
n/iputils
n/krb5
n/libmnl
n/libnetfilter_acct
n/libnetfilter_conntrack
n/libnetfilter_cthelper
n/libnetfilter_cttimeout
n/libnetfilter_log
n/libnetfilter_queue
n/libnfnetlink
n/libnftnl
n/net-tools
n/network-scripts
n/nftables
n/nghttp2
n/ntp
n/openssh
n/ca-certificates
n/gnupg
n/openssl
n/openvpn
n/ppp
n/rp-pppoe
n/traceroute
n/ulogd
n/vlan
n/wget
n/whois

r/razwall
Pages: 1 2 3 [4] 5 6 7