sshd and dhcp bind to specific address

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Wed Aug 5 22:41:34 UTC 2009


On Wednesday 05 August 2009 13:11:08 Stefan Miklosovic wrote:

> my pc gets ip address from dhcp server,
> but on my pc, there is running
> sshd.
>
> I want to make ssh to listen to only one
> ip address, but if ip changes due to dhcp,
> ssh server do not work properly.
>
> I know, that dhcp is able to assign ip address
> to client from some range e.g. 192.168.0.1-254
> It is possible to do the same with ssh in case
> that it is not possible to do it only with one ip?
>
> I want a solution which would work every time,
> not only some specific one.

Create a script called /etc/dhclient-exit-hooks. Check the dhclient-script 
manpage for some info on the available variables. From there you can work out 
if $new_ip_address is different from $old_ip_address, rewrite /etc/sshd_config 
with the new ip address and restart sshd.
-- 
Mel


More information about the freebsd-questions mailing list