On Tue, July 12, 2016 10:36, Yamaban wrote:> On Tue, 12 Jul 2016 10:15, Walter H. wrote: >> >> Hello, >> >> can CentOS 6.8 be run on a mini-PC like this? >> https://www.zotac.com/product/mini_pcs/zbox-ci323-nano >> >> would like to configure this as a Firewall, and this should be instead >> of >> my router (integratet firewall, NAT) and wlan-ap >> >> Thanks, >> Walter > > Well, it's a "Braswell" gen cpu (Intel N3150), with accomp. chipset. > > Do yourself a favour and rethink that with Centos 7,if I had any knowledge of systemd and other things that are more than totally different ... I'm not an expert; is ip(6)tables still part of CentOS 7?
if I had any knowledge of systemd and other things that are more than> totally different ... > I'm not an expert; is ip(6)tables still part of CentOS 7? >It is available but not installed by default, you will have to install it and stop and disable firewalld. -- Kind Regards Earl Ramirez
On Tue, July 12, 2016 12:51, Earl A Ramirez wrote:> if I had any knowledge of systemd and other things that are more than >> totally different ... >> I'm not an expert; is ip(6)tables still part of CentOS 7? >> > > It is available but not installed by default, you will have to install it > and stop and disable firewalld. >and this done by which shell command? (as I have nearly no knowledge about systemd) in C6 I'd do chkconfig iptables on chkconfig ip6tables on service iptables start service ip6tables start