Re: firewall-config

2023-10-11 Thread Roger Heflin
need something like xhost +SI:localhost: to authorized different user (must be run locally on the machine with the display). On Wed, Oct 11, 2023 at 4:27 PM Patrick Dupre wrote: > > Hello, > > firewall-config works fine locally, but if I make a ssh -X on the machine, > even in su

firewall-config

2023-10-11 Thread Patrick Dupre
Hello, firewall-config works fine locally, but if I make a ssh -X on the machine, even in sudo, I get X11 connection rejected because of wrong authentication. xclock run fine. === Patrick DUPRÉ

Re: fedora website -- firewall config/setup

2020-04-13 Thread Samuel Sieb
On 4/13/20 2:28 PM, bruce wrote: For the firewall, I'm trying to find example/samples of what the firewall cmds/services/ports should be to lock the system down. I've seen different sites that say different things, so I figured I'd ask here as well. For a normal web server, you only have port

fedora website -- firewall config/setup

2020-04-13 Thread bruce
Hi. Forgive me! I'm setting up a test webserver/system, and I'm trying to make sure I get the firewall stuff setup correctly. Actually, I'm trying to make sure the firewall/selinux is all setup correctly. For the firewall, I'm trying to find example/samples of what the firewall cmds/services/port

Re: firewall-config has many broken dependencies.

2014-12-21 Thread Sam Varshavchik
uot; to install firewall-config. Therefore, I can reasonably expect that if firewall-config needs something installed, it should get pulled in as a direct or an indirect dependency. But I have already established – and posted to the bug I earlier referenced – the fact that, apparently, not

Re: firewall-config has many broken dependencies.

2014-12-21 Thread Joe Zeff
On 12/21/2014 02:07 PM, Sam Varshavchik wrote: I always thought that this was the whole reason behind rpm/yum: if package X requires Y, then yum should install it automatically. Yum will do that, if the package is available, but rpm doesn't. -- users mailing list users@lists.fedoraproject.org T

Re: firewall-config has many broken dependencies.

2014-12-21 Thread Sam Varshavchik
Rex Dieter writes: Sam Varshavchik wrote: > I upgraded a headless F20 box to F21's server product. If you want gui apps to work, it's generally best-practice to install at least: yum install @base-x (and *maybe* @fonts too). If there's stuff still missing or not working after that, *then* c

Re: firewall-config has many broken dependencies.

2014-12-21 Thread Rex Dieter
Sam Varshavchik wrote: > I upgraded a headless F20 box to F21's server product. If you want gui apps to work, it's generally best-practice to install at least: yum install @base-x (and *maybe* @fonts too). If there's stuff still missing or not working after that, *then* consider it a bug. -

Re: firewall-config has many broken dependencies.

2014-12-21 Thread poma
uct. >>>>> >>>>> xorg-x11-xauth is installed, in order to make X forwarding work over the >>>> ssh >>>>> connection. >>>>> >>>>> After installing the firewall-config rpm manually, it's obvious that many

Re: firewall-config has many broken dependencies.

2014-12-20 Thread Sam Varshavchik
rwarding work over the >> ssh >>> connection. >>> >>> After installing the firewall-config rpm manually, it's obvious that many >> of >>> its dependencies are missing. >>> >>> I was able to figure out that some of the default font packa

Re: firewall-config has many broken dependencies.

2014-12-20 Thread poma
;> ssh >>> connection. >>> >>> After installing the firewall-config rpm manually, it's obvious that many >> of >>> its dependencies are missing. >>> >>> I was able to figure out that some of the default font packages that must

Re: firewall-config has many broken dependencies.

2014-12-20 Thread Sam Varshavchik
poma writes: On 20.12.2014 17:41, Sam Varshavchik wrote: > I upgraded a headless F20 box to F21's server product. > > xorg-x11-xauth is installed, in order to make X forwarding work over the ssh > connection. > > After installing the firewall-config rpm manually, it&#

Re: firewall-config has many broken dependencies.

2014-12-20 Thread poma
On 20.12.2014 17:41, Sam Varshavchik wrote: > I upgraded a headless F20 box to F21's server product. > > xorg-x11-xauth is installed, in order to make X forwarding work over the ssh > connection. > > After installing the firewall-config rpm manually, it's

firewall-config has many broken dependencies.

2014-12-20 Thread Sam Varshavchik
I upgraded a headless F20 box to F21's server product. xorg-x11-xauth is installed, in order to make X forwarding work over the ssh connection. After installing the firewall-config rpm manually, it's obvious that many of its dependencies are missing. I was able to figure out th

Re: Firewall config and ftp server

2010-03-27 Thread Edward. S. P. Leong
Rick Stevens wrote: >On 03/11/2010 08:17 AM, Edward. S. P. Leong wrote: > > >>Rick Stevens wrote: >> >> >>>On 03/09/2010 07:47 PM, NoSpaze wrote: >>> >>> >>> Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >NoSpaze wrote: > >

Re: Firewall config and ftp server

2010-03-11 Thread Tom H
>> To clarify, several kernels ago the IPV4 iptables was defaulted to being >> built into the kernel so it doesn't need a modprobe or insmod. Ditto >> with the IPV4 conntrack (snippet of the default kernel config file): >> CONFIG_NF_DEFRAG_IPV4=y <<< Built into kernel >> CONFIG_NF_CONNTRACK_

Re: Firewall config and ftp server

2010-03-11 Thread Rick Stevens
On 03/11/2010 08:17 AM, Edward. S. P. Leong wrote: > Rick Stevens wrote: >> On 03/09/2010 07:47 PM, NoSpaze wrote: >> >>> Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >>> NoSpaze wrote: > # modprobe ip_tables > FATAL: Module ip_tables not found. > >>>

Re: Firewall config and ftp server

2010-03-11 Thread Edward. S. P. Leong
Rick Stevens wrote: >On 03/09/2010 07:47 PM, NoSpaze wrote: > > >>Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >> >> >>>NoSpaze wrote: >>> >>> # modprobe ip_tables FATAL: Module ip_tables not found. >>Again: this module does not exist!

Re: Firewall config and ftp server

2010-03-10 Thread Rick Stevens
On 03/09/2010 07:47 PM, NoSpaze wrote: > Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >> NoSpaze wrote: >>> # modprobe ip_tables >>> FATAL: Module ip_tables not found. > > Again: this module does not exist! Maybe ip_nat or nf_nat? To clarify, several kernels ago the IPV4 i

Re: Firewall config and ftp server

2010-03-10 Thread Edward. S. P. Leong
Dear you , In Fedora 9, the iptables function config is good for working as the following : modprobe ip_tables modprobe ip_nat_ftp modprobe ip_conntrack modprobe ip_conntrack_ftp iptables -F iptables -X iptables -F -t nat iptables -X -t nat iptables -F -t mangle iptables -X -t mangle iptables -P

Re: Firewall config and ftp server

2010-03-09 Thread NoSpaze
Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: > NoSpaze wrote: > > # modprobe ip_tables > > FATAL: Module ip_tables not found. Again: this module does not exist! Maybe ip_nat or nf_nat? > > # modprobe ip_nat_ftp > > # modprobe ip_conntrack > > FATAL: Module ip_conntrack no

Re: Firewall config and ftp server

2010-03-09 Thread Edward. S. P. Leong
NoSpaze wrote: >Am Montag, den 08.03.2010, 22:45 +0800 schrieb Edward. S. P. Leong: > > >>Our is fedora 11... >> >> > >Mine is F12. > > > >>How can we enable the following of firewall function ( modules ), then >>the ftp server is good for working ? >>modprobe ip_tables >> >> > ># lsmo

Re: Firewall config and ftp server

2010-03-08 Thread NoSpaze
Am Montag, den 08.03.2010, 22:45 +0800 schrieb Edward. S. P. Leong: > Our is fedora 11... Mine is F12. > How can we enable the following of firewall function ( modules ), then > the ftp server is good for working ? > modprobe ip_tables # lsmod|grep tables ip6_tables 9409 1 ip6table

Firewall config and ftp server

2010-03-08 Thread Edward. S. P. Leong
Dear All, Our is fedora 11... How can we enable the following of firewall function ( modules ), then the ftp server is good for working ? modprobe ip_tables modprobe ip_nat_ftp modprobe ip_conntrack modprobe ip_conntrack_ftp Due to trying the following cmd under fc 11: [~]# modprobe ip_tables