Thanks John.
The following rules seem to work for me now.
sudo /usr/sbin/iptables -F
sudo /usr/sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j
ACCEPT
sudo /usr/sbin/iptables -A INPUT -p icmp -j ACCEPT
sudo /usr/sbin/iptables -A INPUT -i lo -j ACCEPT
sudo /usr/sbin/iptables -A INPUT
John Conover writes:
> =?UTF-8?B?UGlwZXLjgb/jgYvjgZM=?= writes:
> >
> > sudo /usr/sbin/iptables -F
> > sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT
> > sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server
> > public IP
> > sudo /usr/sbin/iptables -A INPUT -p tcp --dpor
=?UTF-8?B?UGlwZXLjgb/jgYvjgZM=?= writes:
>
> sudo /usr/sbin/iptables -F
> sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT
> sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server
> public IP
> sudo /usr/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT
> sudo /usr/sbin/ipt
Hello
I have a server box who has public IP in the DC.
My requirements,
1. allow access to ssh and http port on the server from external.
2. allow access to any services from the server to external.
The #1 can be done by my rules already set.
But #2 doesn't work. for instance, when rsync connect
Piperみかこ wrote:
> Hello,
>
> I have setup the following iptables on linux server,
>
> sudo /usr/sbin/iptables -F
> sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT
> sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server
> public IP
> sudo /usr/sbin/iptables -A INPUT -p tc
On 25/12/22 10:14, Piperみかこ wrote:
Hello,
I have setup the following iptables on linux server,
sudo /usr/sbin/iptables -F
sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT
sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server
public IP
sudo /usr/sbin/iptables -A INPUT
Hello,
I have setup the following iptables on linux server,
sudo /usr/sbin/iptables -F
sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT
sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server
public IP
sudo /usr/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT
sudo /usr/sb
On Sat, Dec 24, 2022 at 2:27 PM Mark <196...@protonmail.com> wrote:
>
> I have no idea who to report this issue to.
For Kali issues, see https://www.kali.org/community/
Jeff
On Sat, Dec 24, 2022 at 07:08:20PM +, Mark wrote:
> I have no idea who to report this issue to.
>
> Under latest build of Kali Linux i have noticed the download speed with
> apt-get commands, it shows K Bits/s and should in fact be K bits/s
> The difference between Bytes & Bits is important.
Dear People
I have no idea who to report this issue to.
Under latest build of Kali Linux i have noticed the download speed with apt-get
commands, it shows K Bits/s and should in fact be K bits/s
The difference between Bytes & Bits is important.
N.B small b not capital B!
KIDS!
Please pass on t
On 12/24/22 02:39, Andrew M.A. Cater wrote:
On Fri, Dec 23, 2022 at 07:29:01PM -0800, David Christensen wrote:
debian-user:
I have a SanDisk Ultra Fit USB 3.0 16 GB flash drive with Debian installed
on it EUFI, GPT, and Secure Boot. I use it for maintenance/
trouble-shooting on newer computers
On 12/24/22 01:21, Jeffrey Walton wrote:
On Sat, Dec 24, 2022 at 3:59 AM David Christensen
wrote:
On 12/23/22 23:16, Jeffrey Walton wrote:
On Fri, Dec 23, 2022 at 10:29 PM David Christensen wrote:
[...]
When I boot the flash drive in a Dell Precision 3630 Tower that has
Windows 11 Pro install
On Sat, Dec 24, 2022 at 12:21:44PM -0500, rhkra...@gmail.com wrote:
> On Saturday, December 24, 2022 09:44:49 AM Nicolas George wrote:
> > Before asking for help about a command-line, type:
> >
> > unset LC_ALL
> > export LC_MESSAGES=C
> >
> > … and re-run the command.
>
> That sounds like good
On Saturday, December 24, 2022 09:44:49 AM Nicolas George wrote:
> Before asking for help about a command-line, type:
>
> unset LC_ALL
> export LC_MESSAGES=C
>
> … and re-run the command.
That sounds like good advice, but then the "user" (the person asking for help)
needs to know how to restore
On 24.12.2022 13:03, Andre Rodier wrote:
Hello everyone,
Here my present for Christmas: a new version of HomeBox, the self
hosted email solution.
Feel free to drop comments, create issues, update the docs, etc.
I released this quickly before going on vacation, so you may find some
issues. H
Greg Wooledge (12022-12-24):
> Neither of these cases matches the OP's error text, so it's entirely
> unclear what command the OP actually ran, or what it did, or failed to do.
It could be a translation back to English. Which brings me to another
piece of advice:
Before asking for help about a co
On Sat, Dec 24, 2022 at 03:11:05PM +0100, Nicolas George wrote:
> steef van duin (12022-12-24):
> > i am wrestling with a fresh 11.6-black-screen installation to get a
> > xfce-desktop going.
> >
> > allthough I think I used from the commandline the most appropriate commands
> > by apt i keep gre
steef van duin (12022-12-24):
> i am wrestling with a fresh 11.6-black-screen installation to get a
> xfce-desktop going.
>
> allthough I think I used from the commandline the most appropriate commands
> by apt i keep gretting the response 'cannot find xfce4' when i do btw sudo
> apt-get instal
On Sat, 24 Dec 2022 14:24:03 +0100
steef van duin wrote:
Hello steef,
>gretting the response 'cannot find xfce4' when i
You don't say what installation medium you used or what method of
installation, but if you used either CD or DVD it might be that you still
have the installation disk(s) se
On 12/24/22 05:24, steef van duin wrote:
hi folks
i am wrestling with a fresh 11.6-black-screen installation to get a
xfce-desktop going.
allthough I think I used from the commandline the most appropriate
commands by apt i keep gretting the response 'cannot find xfce4'
when i do btw sudo
hi folks
i am wrestling with a fresh 11.6-black-screen installation to get a
xfce-desktop going.
allthough I think I used from the commandline the most appropriate commands by apt i keep gretting the response 'cannot find xfce4' when i
do btw sudo apt-get install xfce4.
anhybody a solution f
I have two monitors side by side and they work nicely on my KDE Plasma
desktop session. However, in SDDM display manager (login screen) the
monitors are in wrong order.
Below is a picture of the two situations. Arrows in the picture show how
the mouse cursor travels from screen to screen. You need
On 24/12/2022 03:49, Pierre Frenkiel wrote:
if I put in .vimrc "colorscheme white" or any unknown color (qwert for
example)
I get a message "cannot find colorscheme xxx", but I have black on white
characters with vim.
I am curious what is the output of
:colorscheme
(without argument) when you
On Fri, Dec 23, 2022 at 07:29:01PM -0800, David Christensen wrote:
> debian-user:
>
> I have a SanDisk Ultra Fit USB 3.0 16 GB flash drive with Debian installed
> on it EUFI, GPT, and Secure Boot. I use it for maintenance/
> trouble-shooting on newer computers.
>
>
> When I boot the flash drive
On Sat, Dec 24, 2022 at 3:59 AM David Christensen
wrote:
> On 12/23/22 23:16, Jeffrey Walton wrote:
> > On Fri, Dec 23, 2022 at 10:29 PM David Christensen wrote:
> >> [...]
> >> When I boot the flash drive in a Dell Precision 3630 Tower that has
> >> Windows 11 Pro installed on the internal NVMe d
On 12/23/22 23:16, Jeffrey Walton wrote:
On Fri, Dec 23, 2022 at 10:29 PM David Christensen wrote:
debian-user:
I have a SanDisk Ultra Fit USB 3.0 16 GB flash drive with Debian
installed on it EUFI, GPT, and Secure Boot. I use it for maintenance/
trouble-shooting on newer computers.
When I
Hello everyone,
Here my present for Christmas: a new version of HomeBox, the self hosted email
solution.
Feel free to drop comments, create issues, update the docs, etc.
I released this quickly before going on vacation, so you may find some issues.
However, this is mostly stable, and the code
27 matches
Mail list logo