* Dynamic DNS
@ 2005-03-09 6:25 Sebastian Docktor
2005-03-09 6:29 ` Brent Clark
` (3 more replies)
0 siblings, 4 replies; 17+ messages in thread
From: Sebastian Docktor @ 2005-03-09 6:25 UTC (permalink / raw)
To: netfilter
Hi,
I want to allow a Dynamic DNS Client to Access the SSH-Server
on my Firewall. But I don't want to open SSH for all IPs,
Is it possible that iptables always looks up the ip address from the
hostname, so that only the ip has access which is registrated under
the dyndns?
--
Sebastian Docktor <sebi@tux-labor.de>
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 6:25 Dynamic DNS Sebastian Docktor
@ 2005-03-09 6:29 ` Brent Clark
2005-03-09 8:04 ` Kenneth Kalmer
2005-03-09 9:07 ` Jose Maria Lopez Hernandez
` (2 subsequent siblings)
3 siblings, 1 reply; 17+ messages in thread
From: Brent Clark @ 2005-03-09 6:29 UTC (permalink / raw)
To: netfilter
Sebastian Docktor wrote:
> Hi,
>
> I want to allow a Dynamic DNS Client to Access the SSH-Server
> on my Firewall. But I don't want to open SSH for all IPs,
> Is it possible that iptables always looks up the ip address from the
> hostname, so that only the ip has access which is registrated under
> the dyndns?
>
>
Hi
This may be a ridiculous suggestion.
How about basing it on MAC address.
Stupid I know.
Buts all I could think off.
Brent Clark
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 6:29 ` Brent Clark
@ 2005-03-09 8:04 ` Kenneth Kalmer
2005-03-09 22:35 ` R. DuFresne
0 siblings, 1 reply; 17+ messages in thread
From: Kenneth Kalmer @ 2005-03-09 8:04 UTC (permalink / raw)
To: Brent Clark; +Cc: netfilter
On Wed, 09 Mar 2005 08:29:23 +0200, Brent Clark
<bclark@eccotours.dyndns.org> wrote:
> Sebastian Docktor wrote:
> > Hi,
> >
> > I want to allow a Dynamic DNS Client to Access the SSH-Server
> > on my Firewall. But I don't want to open SSH for all IPs,
> > Is it possible that iptables always looks up the ip address from the
> > hostname, so that only the ip has access which is registrated under
> > the dyndns?
> >
> >
>
> Hi
>
> This may be a ridiculous suggestion.
>
> How about basing it on MAC address.
>
> Stupid I know.
>
> Buts all I could think off.
>
> Brent Clark
>
>
I'm not too sure either, but I do know that iptables resolve the names
the moment the rule is added, not again. Unless you run the rule every
minute to make sure it's updated constantly.
Can't you setup SSHD to only allow connections from certain hosts?
Then again sshd might use the reverse lookup of the ip, which isn't
always the dyndns name...
Will you let us know how you achieve this?
--
Kenneth Kalmer
kenneth.kalmer@gmail.com
http://opensourcery.blogspot.com
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Dynamic DNS
2005-03-09 8:04 ` Kenneth Kalmer
@ 2005-03-09 22:35 ` R. DuFresne
0 siblings, 0 replies; 17+ messages in thread
From: R. DuFresne @ 2005-03-09 22:35 UTC (permalink / raw)
To: Kenneth Kalmer; +Cc: Brent Clark, netfilter
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 9 Mar 2005, Kenneth Kalmer wrote:
> On Wed, 09 Mar 2005 08:29:23 +0200, Brent Clark
> <bclark@eccotours.dyndns.org> wrote:
>> Sebastian Docktor wrote:
>>> Hi,
>>>
>>> I want to allow a Dynamic DNS Client to Access the SSH-Server
>>> on my Firewall. But I don't want to open SSH for all IPs,
>>> Is it possible that iptables always looks up the ip address from the
>>> hostname, so that only the ip has access which is registrated under
>>> the dyndns?
>>>
>>>
>>
>> Hi
>>
>> This may be a ridiculous suggestion.
>>
>> How about basing it on MAC address.
>>
>> Stupid I know.
>>
>> Buts all I could think off.
>>
>> Brent Clark
>>
>>
>
> I'm not too sure either, but I do know that iptables resolve the names
> the moment the rule is added, not again. Unless you run the rule every
> minute to make sure it's updated constantly.
>
> Can't you setup SSHD to only allow connections from certain hosts?
> Then again sshd might use the reverse lookup of the ip, which isn't
> always the dyndns name...
>
> Will you let us know how you achieve this?
>
>
Most systems, at least linux based dists now have ssh compiled with tcpd
support <also, ssh did, and still should have an acce3ss list allowed in
the sshd_config file, unless that was removed in openssh due to the tcpd
issues>, so the way I might deal with this is to only allow the dynamic
apddress space through via a hosts.allow file with a default deny all in
hosts.deny for sshd. Actually, since all the access to/through my firewall
comes from static IP's, I do this in both tcpd and iptables with a list of
allowed hosts at present and in the recent past. This give me two layers
of protection should the firewall be taken down, or not comeup and all
that.
This issue is easiest if you know up front what the dyn address space
consits of <you control the dynaic address space>, it is tougher if one
has to guess at the low and top ends of what addresses might get passed to
systems on boot.
Thanks,
Ron DuFresne
- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
admin & senior security consultant: sysinfo.com
http://sysinfo.com
...Love is the ultimate outlaw. It just won't adhere to rules.
The most any of us can do is sign on as it's accomplice. Instead
of vowing to honor and obey, maybe we should swear to aid and abet.
That would mean that security is out of the question. The words
"make" and "stay" become inappropriate. My love for you has no
strings attached. I love you for free...
-Tom Robins <Still Life With Woodpecker>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCL3o0st+vzJSwZikRAu5RAJ9eOStR8ujT7TFthrJ2SXmElndCrACgyjFt
jm3SWenK9jyHU1NQ7xHNLA0=
=TXR9
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Dynamic DNS
2005-03-09 6:25 Dynamic DNS Sebastian Docktor
2005-03-09 6:29 ` Brent Clark
@ 2005-03-09 9:07 ` Jose Maria Lopez Hernandez
2005-03-09 10:35 ` Nick Drage
2005-03-09 15:17 ` Maxime Ducharme
2005-03-09 20:41 ` Steven M Campbell
3 siblings, 1 reply; 17+ messages in thread
From: Jose Maria Lopez Hernandez @ 2005-03-09 9:07 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El mié, 09-03-2005 a las 07:25 +0100, Sebastian Docktor escribió:
> Hi,
>
> I want to allow a Dynamic DNS Client to Access the SSH-Server
> on my Firewall. But I don't want to open SSH for all IPs,
> Is it possible that iptables always looks up the ip address from the
> hostname, so that only the ip has access which is registrated under
> the dyndns?
I don't understand your problem. If you know your IP you can block
based on that IP. DNS, dynamic or not, has nothing to do with that.
Just everytime you change your IP use the scripts used to to that
to update the iptables rules, it can be even done if you are using
DHCP to get the IP.
Regards.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 9:07 ` Jose Maria Lopez Hernandez
@ 2005-03-09 10:35 ` Nick Drage
2005-03-09 11:03 ` Jose Maria Lopez Hernandez
2005-03-13 16:28 ` Sebastian Docktor
0 siblings, 2 replies; 17+ messages in thread
From: Nick Drage @ 2005-03-09 10:35 UTC (permalink / raw)
To: netfilter
On Wed, Mar 09, 2005 at 10:07:22AM +0100, Jose Maria Lopez Hernandez wrote:
> El mié, 09-03-2005 a las 07:25 +0100, Sebastian Docktor escribió:
> > I want to allow a Dynamic DNS Client to Access the SSH-Server on my
> > Firewall. But I don't want to open SSH for all IPs, Is it possible
> > that iptables always looks up the ip address from the hostname, so
> > that only the ip has access which is registrated under the dyndns?
>
> I don't understand your problem. If you know your IP you can block
> based on that IP.
The OP's problem is that the DNS will stay the same, say
hostname.dyndns.net, but that the IP address associated with that name
will change. So as soon as the IP address changes, his rulebase is out
of date.
> DNS, dynamic or not, has nothing to do with that. Just everytime you
> change your IP use the scripts used to to that to update the iptables
> rules, it can be even done if you are using DHCP to get the IP.
This means the rulebase administrator has to know when the IP address
changes and has to be able to run the script to deal with that change.
And if the change is to *their* IP address, that means they can no
longer access their firewall host.
Sebastian, I'd suggest two solutions, the easy one is to run your
firewall script every minute, or two minutes, or five minutes, whatever
suits. That way your firewall will look up the IP address for the
hostname and change its rulebase accordingly.
The harder but more elegant solution is to write a script in your
favourite programming language that does the following:
look up IP address for hostname.dyndns.net
write that IP address to a file
start an infinite loop here
wait for a period of time
look up IP address for hostname.dyndns.net
if the IP address matches that in the file, do nothing
otherwise do the following:
- write the new IP address to a file
- run the firewall script again
go back to the beginning of the infinite loop
And seeing as its sshd, watch hosts.allow and your sshd_config as well.
--
http://www.bash.org/?quote=29355
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 10:35 ` Nick Drage
@ 2005-03-09 11:03 ` Jose Maria Lopez Hernandez
2005-03-13 16:28 ` Sebastian Docktor
1 sibling, 0 replies; 17+ messages in thread
From: Jose Maria Lopez Hernandez @ 2005-03-09 11:03 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El mié, 09-03-2005 a las 10:35 +0000, Nick Drage escribió:
> On Wed, Mar 09, 2005 at 10:07:22AM +0100, Jose Maria Lopez Hernandez wrote:
> > El mié, 09-03-2005 a las 07:25 +0100, Sebastian Docktor escribió:
>
> > > I want to allow a Dynamic DNS Client to Access the SSH-Server on my
> > > Firewall. But I don't want to open SSH for all IPs, Is it possible
> > > that iptables always looks up the ip address from the hostname, so
> > > that only the ip has access which is registrated under the dyndns?
> >
> > I don't understand your problem. If you know your IP you can block
> > based on that IP.
>
> The OP's problem is that the DNS will stay the same, say
> hostname.dyndns.net, but that the IP address associated with that name
> will change. So as soon as the IP address changes, his rulebase is out
> of date.
You are right. I didn't read the post well, I was thinking *he* was
the one with the dynamic IP, now I see it's the client to his
server who has it. That's a real problem, now I realize.
Sorry and regards.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 10:35 ` Nick Drage
2005-03-09 11:03 ` Jose Maria Lopez Hernandez
@ 2005-03-13 16:28 ` Sebastian Docktor
1 sibling, 0 replies; 17+ messages in thread
From: Sebastian Docktor @ 2005-03-13 16:28 UTC (permalink / raw)
To: Nick Drage; +Cc: netfilter
[-- Attachment #1: Type: text/plain, Size: 3059 bytes --]
Hi,
I've written a bash Skript, which do that.
I know that this configuration ist not really Secure.
I do this what Nick Drage said:
> look up IP address for hostname.dyndns.net
> write that IP address to a file
> start an infinite loop here
> wait for a period of time
> look up IP address for hostname.dyndns.net
> if the IP address matches that in the file, do nothing
> otherwise do the following:
> - write the new IP address to a file
> - run the firewall script again
> go back to the beginning of the infinite loop
maybe somebody can look at the Skript and give me a feedback.
(I attached it)
Before the Skript starts, you have to add a rule like this
(In your normal Firewall Skript)
iptables -N $rulename
iptables -A INPUT --destination $ext_ip -i ppp0 -j $rulename
sebi
On Wed, Mar 09, 2005 at 10:35:43AM +0000, Nick Drage wrote:
> On Wed, Mar 09, 2005 at 10:07:22AM +0100, Jose Maria Lopez Hernandez wrote:
> > El mi?, 09-03-2005 a las 07:25 +0100, Sebastian Docktor escribi?:
>
> > > I want to allow a Dynamic DNS Client to Access the SSH-Server on my
> > > Firewall. But I don't want to open SSH for all IPs, Is it possible
> > > that iptables always looks up the ip address from the hostname, so
> > > that only the ip has access which is registrated under the dyndns?
> >
> > I don't understand your problem. If you know your IP you can block
> > based on that IP.
>
> The OP's problem is that the DNS will stay the same, say
> hostname.dyndns.net, but that the IP address associated with that name
> will change. So as soon as the IP address changes, his rulebase is out
> of date.
>
> > DNS, dynamic or not, has nothing to do with that. Just everytime you
> > change your IP use the scripts used to to that to update the iptables
> > rules, it can be even done if you are using DHCP to get the IP.
>
> This means the rulebase administrator has to know when the IP address
> changes and has to be able to run the script to deal with that change.
> And if the change is to *their* IP address, that means they can no
> longer access their firewall host.
>
> Sebastian, I'd suggest two solutions, the easy one is to run your
> firewall script every minute, or two minutes, or five minutes, whatever
> suits. That way your firewall will look up the IP address for the
> hostname and change its rulebase accordingly.
>
> The harder but more elegant solution is to write a script in your
> favourite programming language that does the following:
>
> look up IP address for hostname.dyndns.net
> write that IP address to a file
> start an infinite loop here
> wait for a period of time
> look up IP address for hostname.dyndns.net
> if the IP address matches that in the file, do nothing
> otherwise do the following:
> - write the new IP address to a file
> - run the firewall script again
> go back to the beginning of the infinite loop
>
> And seeing as its sshd, watch hosts.allow and your sshd_config as well.
>
> --
> http://www.bash.org/?quote=29355
>
>
--
Sebastian Docktor <sebi@tux-labor.de>
[-- Attachment #2: update-netfilter-rule.sh --]
[-- Type: application/x-sh, Size: 3143 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Dynamic DNS
2005-03-09 6:25 Dynamic DNS Sebastian Docktor
2005-03-09 6:29 ` Brent Clark
2005-03-09 9:07 ` Jose Maria Lopez Hernandez
@ 2005-03-09 15:17 ` Maxime Ducharme
2005-03-09 15:26 ` Maxime Ducharme
2005-03-09 19:34 ` Jason Opperisano
2005-03-09 20:41 ` Steven M Campbell
3 siblings, 2 replies; 17+ messages in thread
From: Maxime Ducharme @ 2005-03-09 15:17 UTC (permalink / raw)
To: Sebastian Docktor, netfilter
Hello Sebastian
Suggestion :
1. create script for this :
check_ssh_dyndns.sh
##############################
# delete rule (if it existed)
iptables -t filter -D CHECK_SSH_DYNDNS
# re-create rule
iptables -t filter -N CHECK_SSH_DYNDNS
# read the DynDNS ip
theHost=`host a.dyndns.org |awk '{print $4}'`
# Add it to allowed SSH
iptables -t filter -A CHECK_SSH_DYNDNS -p tcp --dport 22 -s $theHost
##############################
In your firewall script call this script
./check_ssh_dyndns.sh
In crontab, run this script every 5 mins (default
DynDNS TTL). It will keep your dyndns host in the
rules up to date.
*** note that this script may need adujstement, i didnt
tested it, I'm sending an idea
HTH
Maxime Ducharme
Programmeur / Spécialiste en sécurité réseau
----- Original Message -----
From: "Sebastian Docktor" <sebi@tux-labor.de>
To: <netfilter@lists.netfilter.org>
Sent: Wednesday, March 09, 2005 1:25 AM
Subject: Dynamic DNS
> Hi,
>
> I want to allow a Dynamic DNS Client to Access the SSH-Server
> on my Firewall. But I don't want to open SSH for all IPs,
> Is it possible that iptables always looks up the ip address from the
> hostname, so that only the ip has access which is registrated under
> the dyndns?
>
>
> --
> Sebastian Docktor <sebi@tux-labor.de>
>
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 15:17 ` Maxime Ducharme
@ 2005-03-09 15:26 ` Maxime Ducharme
2005-03-09 19:34 ` Jason Opperisano
1 sibling, 0 replies; 17+ messages in thread
From: Maxime Ducharme @ 2005-03-09 15:26 UTC (permalink / raw)
To: Sebastian Docktor, netfilter
Forgot something important
you must add a jump from INPUT to the new
rule
iptables -A INPUT -j CHECK_SSH_DYNDNS
so the rule become active :)
also : add -m state --state NEW to CHECK_SSH_DYNDNS
HTH
Maxime Ducharme
Programmeur / Spécialiste en sécurité réseau
----- Original Message -----
From: "Maxime Ducharme" <mducharme@cybergeneration.com>
To: "Sebastian Docktor" <sebi@tux-labor.de>; <netfilter@lists.netfilter.org>
Sent: Wednesday, March 09, 2005 10:17 AM
Subject: Re: Dynamic DNS
>
> Hello Sebastian
>
> Suggestion :
>
> 1. create script for this :
>
>
> check_ssh_dyndns.sh
> ##############################
> # delete rule (if it existed)
> iptables -t filter -D CHECK_SSH_DYNDNS
>
> # re-create rule
> iptables -t filter -N CHECK_SSH_DYNDNS
>
> # read the DynDNS ip
> theHost=`host a.dyndns.org |awk '{print $4}'`
>
> # Add it to allowed SSH
> iptables -t filter -A CHECK_SSH_DYNDNS -p tcp --dport 22 -s $theHost
> ##############################
>
>
> In your firewall script call this script
> ./check_ssh_dyndns.sh
>
>
>
> In crontab, run this script every 5 mins (default
> DynDNS TTL). It will keep your dyndns host in the
> rules up to date.
>
> *** note that this script may need adujstement, i didnt
> tested it, I'm sending an idea
>
> HTH
>
> Maxime Ducharme
> Programmeur / Spécialiste en sécurité réseau
>
> ----- Original Message -----
> From: "Sebastian Docktor" <sebi@tux-labor.de>
> To: <netfilter@lists.netfilter.org>
> Sent: Wednesday, March 09, 2005 1:25 AM
> Subject: Dynamic DNS
>
>
> > Hi,
> >
> > I want to allow a Dynamic DNS Client to Access the SSH-Server
> > on my Firewall. But I don't want to open SSH for all IPs,
> > Is it possible that iptables always looks up the ip address from the
> > hostname, so that only the ip has access which is registrated under
> > the dyndns?
> >
> >
> > --
> > Sebastian Docktor <sebi@tux-labor.de>
> >
>
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 15:17 ` Maxime Ducharme
2005-03-09 15:26 ` Maxime Ducharme
@ 2005-03-09 19:34 ` Jason Opperisano
2005-03-09 20:33 ` Maxime Ducharme
1 sibling, 1 reply; 17+ messages in thread
From: Jason Opperisano @ 2005-03-09 19:34 UTC (permalink / raw)
To: netfilter
On Wed, Mar 09, 2005 at 10:17:07AM -0500, Maxime Ducharme wrote:
>
> Hello Sebastian
>
> Suggestion :
>
> 1. create script for this :
>
>
> check_ssh_dyndns.sh
> ##############################
> # delete rule (if it existed)
> iptables -t filter -D CHECK_SSH_DYNDNS
>
> # re-create rule
> iptables -t filter -N CHECK_SSH_DYNDNS
>
> # read the DynDNS ip
> theHost=`host a.dyndns.org |awk '{print $4}'`
>
> # Add it to allowed SSH
> iptables -t filter -A CHECK_SSH_DYNDNS -p tcp --dport 22 -s $theHost
> ##############################
>
>
> In your firewall script call this script
> ./check_ssh_dyndns.sh
>
>
>
> In crontab, run this script every 5 mins (default
> DynDNS TTL). It will keep your dyndns host in the
> rules up to date.
>
> *** note that this script may need adujstement, i didnt
> tested it, I'm sending an idea
the theory is there--the implementation is missing some fine points:
in the normal iptables script file:
iptables -N DynSSH
iptables -A INPUT -i $EXT_IF -p tcp --syn --dport 22 -j DynSSH
none if the above needs to ever change.
now--in the cronjob:
{logic to detect a change in the src host's IP address}
iptables -F DynSSH
iptables -A DynSSH -s $DYNHOST -j ACCEPT
HTH...
-j
--
"My cat's breath smells like cat food."
--The Simpsons
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 19:34 ` Jason Opperisano
@ 2005-03-09 20:33 ` Maxime Ducharme
0 siblings, 0 replies; 17+ messages in thread
From: Maxime Ducharme @ 2005-03-09 20:33 UTC (permalink / raw)
To: netfilter
Thx Jason for the clarification :)
Obviously this script need a major update
to fit systems.
I'd also add a function that would log
the last IP found
when crond activates, there should have a test
which checks if the IPs has changed. If yes,
reconstruct the rules.
anyone with more ideas ?
Maxime Ducharme
Programmeur / Spécialiste en sécurité réseau
----- Original Message -----
From: "Jason Opperisano" <opie@817west.com>
To: <netfilter@lists.netfilter.org>
Sent: Wednesday, March 09, 2005 2:34 PM
Subject: Re: Dynamic DNS
> On Wed, Mar 09, 2005 at 10:17:07AM -0500, Maxime Ducharme wrote:
> >
> > Hello Sebastian
> >
> > Suggestion :
> >
> > 1. create script for this :
> >
> >
> > check_ssh_dyndns.sh
> > ##############################
> > # delete rule (if it existed)
> > iptables -t filter -D CHECK_SSH_DYNDNS
> >
> > # re-create rule
> > iptables -t filter -N CHECK_SSH_DYNDNS
> >
> > # read the DynDNS ip
> > theHost=`host a.dyndns.org |awk '{print $4}'`
> >
> > # Add it to allowed SSH
> > iptables -t filter -A CHECK_SSH_DYNDNS -p tcp --dport 22 -s $theHost
> > ##############################
> >
> >
> > In your firewall script call this script
> > ./check_ssh_dyndns.sh
> >
> >
> >
> > In crontab, run this script every 5 mins (default
> > DynDNS TTL). It will keep your dyndns host in the
> > rules up to date.
> >
> > *** note that this script may need adujstement, i didnt
> > tested it, I'm sending an idea
>
> the theory is there--the implementation is missing some fine points:
>
> in the normal iptables script file:
>
> iptables -N DynSSH
> iptables -A INPUT -i $EXT_IF -p tcp --syn --dport 22 -j DynSSH
>
> none if the above needs to ever change.
>
> now--in the cronjob:
>
> {logic to detect a change in the src host's IP address}
> iptables -F DynSSH
> iptables -A DynSSH -s $DYNHOST -j ACCEPT
>
> HTH...
>
> -j
>
> --
> "My cat's breath smells like cat food."
> --The Simpsons
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Dynamic DNS
2005-03-09 6:25 Dynamic DNS Sebastian Docktor
` (2 preceding siblings ...)
2005-03-09 15:17 ` Maxime Ducharme
@ 2005-03-09 20:41 ` Steven M Campbell
2005-03-09 20:58 ` Steven M Campbell
2005-03-09 22:51 ` R. DuFresne
3 siblings, 2 replies; 17+ messages in thread
From: Steven M Campbell @ 2005-03-09 20:41 UTC (permalink / raw)
To: netfilter
Sebastian Docktor wrote:
>Hi,
>
>I want to allow a Dynamic DNS Client to Access the SSH-Server
>on my Firewall. But I don't want to open SSH for all IPs,
>Is it possible that iptables always looks up the ip address from the
>hostname, so that only the ip has access which is registrated under
>the dyndns?
>
>
>
IMO, it's a very bad idea to lower the security of iptables firewall by
making it dependent on DNS for any portion of authorization
certification. DNS isn't exactly known for it's stellar security :)
Allow me to suggest an alternate path. Use RSA keyfiles and disallow
ssh password authentication, this way you can leave the port open but
user's without public keys installed on the server cannot gain access.
Generally speaking DNS should have nothing to do with anyone's firewall
because DNS would then become the weak link in the security chain and
SSH has methods that are better applied to these needs.
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Dynamic DNS
2005-03-09 20:41 ` Steven M Campbell
@ 2005-03-09 20:58 ` Steven M Campbell
2005-03-09 22:51 ` R. DuFresne
1 sibling, 0 replies; 17+ messages in thread
From: Steven M Campbell @ 2005-03-09 20:58 UTC (permalink / raw)
To: netfilter
Steven M Campbell wrote:
> Sebastian Docktor wrote:
>
>> Hi,
>>
>> I want to allow a Dynamic DNS Client to Access the SSH-Server on my
>> Firewall. But I don't want to open SSH for all IPs,
>> Is it possible that iptables always looks up the ip address from the
>> hostname, so that only the ip has access which is registrated under
>> the dyndns?
>>
>>
>>
>
> IMO, it's a very bad idea to lower the security of iptables firewall
> by making it dependent on DNS for any portion of authorization
> certification. DNS isn't exactly known for it's stellar security :)
> Allow me to suggest an alternate path. Use RSA keyfiles and disallow
> ssh password authentication, this way you can leave the port open but
> user's without public keys installed on the server cannot gain access.
> Generally speaking DNS should have nothing to do with anyone's
> firewall because DNS would then become the weak link in the security
> chain and SSH has methods that are better applied to these needs.
>
>
A quick look at the sshd_config man pages reveals
AllowUsers
This keyword can be followed by a list of user name patterns, separated
by spaces. If specified, login is
allowed only for user names that match one of the patterns. ‘*’ and ‘?’
can be used as wildcards in the pat‐
terns. Only user names are valid; a numerical user ID is not recognized.
By default, login is allowed for
all users. If the pattern takes the form USER@HOST then USER and HOST
are separately checked, restricting
logins to particular users from particular hosts.
Sorry for straying off the topic folks, I think you might care to take
this route.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Dynamic DNS
2005-03-09 20:41 ` Steven M Campbell
2005-03-09 20:58 ` Steven M Campbell
@ 2005-03-09 22:51 ` R. DuFresne
[not found] ` <42304A9A.7050207@SCampbell.net>
1 sibling, 1 reply; 17+ messages in thread
From: R. DuFresne @ 2005-03-09 22:51 UTC (permalink / raw)
To: Steven M Campbell; +Cc: netfilter
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 9 Mar 2005, Steven M Campbell wrote:
> Sebastian Docktor wrote:
>
>> Hi,
>>
>> I want to allow a Dynamic DNS Client to Access the SSH-Server on my
>> Firewall. But I don't want to open SSH for all IPs,
>> Is it possible that iptables always looks up the ip address from the
>> hostname, so that only the ip has access which is registrated under
>> the dyndns?
>>
>>
>
> IMO, it's a very bad idea to lower the security of iptables firewall by
> making it dependent on DNS for any portion of authorization certification.
> DNS isn't exactly known for it's stellar security :) Allow me to suggest an
> alternate path. Use RSA keyfiles and disallow ssh password authentication,
> this way you can leave the port open but user's without public keys installed
> on the server cannot gain access. Generally speaking DNS should have nothing
> to do with anyone's firewall because DNS would then become the weak link in
> the security chain and SSH has methods that are better applied to these
> needs.
>
Ahh, but this closes one sec loophole and pens another, sshd, which has
gotten hit with quite a few sec issues. Keeping the sshd port closed to
the outside except a few 'special' systems makes the likelyhood of a
system compromise due to sshd extremely unlikely.
Thanks,
Ron DuFresne
- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
admin & senior security consultant: sysinfo.com
http://sysinfo.com
...Love is the ultimate outlaw. It just won't adhere to rules.
The most any of us can do is sign on as it's accomplice. Instead
of vowing to honor and obey, maybe we should swear to aid and abet.
That would mean that security is out of the question. The words
"make" and "stay" become inappropriate. My love for you has no
strings attached. I love you for free...
-Tom Robins <Still Life With Woodpecker>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCL33gst+vzJSwZikRAtEuAJ4gVtsQ/B9jJ0XQx9QDxiuC9uZKZgCdFT6z
+lEHGPgPPq0GcxqMu7Da/f0=
=8naU
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: Dynamic DNS
@ 2005-03-09 8:53 Sietse van Zanen
0 siblings, 0 replies; 17+ messages in thread
From: Sietse van Zanen @ 2005-03-09 8:53 UTC (permalink / raw)
To: netfilter
Hi,
You are indeed right. Though I have definitely enabled FXP in my ftp
server, I see iptables dropping the active connections the server makes
to the remote server.
The FXP client displays:
PORT command ok
Time-out opening connection.
When I do some tcpdumping, I can see the PORT command being sent. The
ftp server tries to open a connection, but packets get dropped because
they're UNRELATED to the ftp connection (probably due to PORT command
containing different IP then client).
Now I have only a couple of people on the ftp server in my DMZ. So I
could very easily configure the server to use a range of say 100 ports
for active ftp connections and open them up to the outside world. It
would however be much neater to have iptables connection tracking allow
the fxp connections.
That's why I just need a yes / no answer on the question. Any
developpers here, that can tell, or should I rather contact RedHat, to
ask how they compiled iptables?
Thanks for the answer so far.
-----Original Message-----
From: netfilter-bounces@lists.netfilter.org
[mailto:netfilter-bounces@lists.netfilter.org] On Behalf Of Kenneth
Kalmer
Sent: Wednesday, March 09, 2005 9:04 AM
To: Brent Clark
Cc: netfilter@lists.netfilter.org
Subject: Re: Dynamic DNS
On Wed, 09 Mar 2005 08:29:23 +0200, Brent Clark
<bclark@eccotours.dyndns.org> wrote:
> Sebastian Docktor wrote:
> > Hi,
> >
> > I want to allow a Dynamic DNS Client to Access the SSH-Server
> > on my Firewall. But I don't want to open SSH for all IPs,
> > Is it possible that iptables always looks up the ip address from the
> > hostname, so that only the ip has access which is registrated under
> > the dyndns?
> >
> >
>
> Hi
>
> This may be a ridiculous suggestion.
>
> How about basing it on MAC address.
>
> Stupid I know.
>
> Buts all I could think off.
>
> Brent Clark
>
>
I'm not too sure either, but I do know that iptables resolve the names
the moment the rule is added, not again. Unless you run the rule every
minute to make sure it's updated constantly.
Can't you setup SSHD to only allow connections from certain hosts?
Then again sshd might use the reverse lookup of the ip, which isn't
always the dyndns name...
Will you let us know how you achieve this?
--
Kenneth Kalmer
kenneth.kalmer@gmail.com
http://opensourcery.blogspot.com
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2005-03-13 16:28 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-09 6:25 Dynamic DNS Sebastian Docktor
2005-03-09 6:29 ` Brent Clark
2005-03-09 8:04 ` Kenneth Kalmer
2005-03-09 22:35 ` R. DuFresne
2005-03-09 9:07 ` Jose Maria Lopez Hernandez
2005-03-09 10:35 ` Nick Drage
2005-03-09 11:03 ` Jose Maria Lopez Hernandez
2005-03-13 16:28 ` Sebastian Docktor
2005-03-09 15:17 ` Maxime Ducharme
2005-03-09 15:26 ` Maxime Ducharme
2005-03-09 19:34 ` Jason Opperisano
2005-03-09 20:33 ` Maxime Ducharme
2005-03-09 20:41 ` Steven M Campbell
2005-03-09 20:58 ` Steven M Campbell
2005-03-09 22:51 ` R. DuFresne
[not found] ` <42304A9A.7050207@SCampbell.net>
[not found] ` <Pine.LNX.4.60.0503102052440.16999@darkstar.sysinfo.com>
2005-03-12 15:25 ` Steven M Campbell
-- strict thread matches above, loose matches on Subject: below --
2005-03-09 8:53 Sietse van Zanen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.