[linux] Re: DHCP de mail hub automagisch configureren

Geert Stappers stappers op stappers.nl
Ma Okt 13 10:46:02 CEST 2008


Op 12-10-2008 om 20:16 schreef Daniel von Asmuth:
> 
> Zelfs weinig configuratie is al veel.... Mijn laptopje krijgt per DHCP
> een IP adres, default gateway en hostname toebedeeld, afhankelijk van
> in welk netwerk het zich toevallig bevindt.
> Hoe zou DHCP de mail hub automagisch kunnen configureren?

Dat weet ik niet (volgens mij is het niet een goede aanpak)

Of het zou kunnen, ben ik wel benieuwd naar.
Het Dynamic Host Configuration Protocol ( RFC 2132 en RFC 2132 )
heeft beperkingen, er ontbreekt bijvoorbeeld "web proxy".
Wel is er NTP support.

|stappers op viggo:~
|$ mkdir dhcprfc
|stappers op viggo:~
|$ cd !$
|cd dhcprfc
|stappers op viggo:~/dhcprfc
|$ wget http://tools.ietf.org/rfc/rfc2131.txt
|--2008-10-13 10:19:07--  http://tools.ietf.org/rfc/rfc2131.txt
|Resolving tools.ietf.org... 208.66.40.242, 64.170.98.42, 192.36.157.99,
|...
|Connecting to tools.ietf.org|208.66.40.242|:80... connected.
|HTTP request sent, awaiting response... 200 OK
|Length: 113738 (111K) [text/plain]
|Saving to: `rfc2131.txt'
|
|100%[======================================>] 113,738      167K/s   in
|0.7s    
|
|2008-10-13 10:19:08 (167 KB/s) - `rfc2131.txt' saved [113738/113738]
|
|stappers op viggo:~/dhcprfc
|$ wget -q http://tools.ietf.org/rfc/rfc2132.txt
|stappers op viggo:~/dhcprfc
|$ file *
|rfc2131.txt: ASCII English text
|rfc2132.txt: ASCII English text
|stappers op viggo:~/dhcprfc
|$ grep NTP * | wc -l
|4
|stappers op viggo:~/dhcprfc
|$ grep SMTP * | wc -l
|4
|stappers op viggo:~/dhcprfc
|$ grep SMTP * 
|rfc2132.txt:   IP home agent, SMTP server, TFTP server and Bootfile
|server, have
|rfc2132.txt:8.14. Simple Mail Transport Protocol (SMTP) Server Option
|rfc2132.txt:   The SMTP server option specifies a list of SMTP servers
|available to
|rfc2132.txt:   The code for the SMTP server option is 69.  The minimum
|length for
|stappers op viggo:~/dhcprfc
|$ 

Okay, conclusie: Via DHCP _kun_ je SMTP servers doorgeven.


Cheers
Geert Stappers



More information about the Linux mailing list