Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2000 10:17:56 +0200
From:      ld <ld@net2000.ch>
To:        freebsd-questions@freebsd.org
Subject:   multiple natd in rc.conf ?
Message-ID:  <3951CBB4.9F52336B@net2000.ch>

next in thread | raw e-mail | index | archive | help
Hi all,
How can i say rc.conf to start natd ?
i have in /etc/rc.conf:
natd -f /etc/natd1.conf&
natd -f /etc/natd2.conf&
Is there a better way to do it ?

when box starts, '$ ps ax | grep' natd gives me:
  344  ??  Is     0:00.07 natd -f /etc/natd1.conf
  348  ??  Is     0:00.07 natd -f /etc/natd1.conf
  400  p0  S      0:00.01 natd -f /etc/natd2.conf
  404  p0  S      0:00.01 natd -f /etc/natd2.conf
why does natd started two times ?

another problem in rc.conf:
/usr/local/sbin/sshd 
gives me:
sshd[433]: error: bind: Address already in use
sshd runs fine but gives me this message ...

any help welcome
Luc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3951CBB4.9F52336B>