
9 Oct
2012
9 Oct
'12
1:48 a.m.
Andrew McGlashan <andrew.mcglashan@affinityvision.com.au> wrote:
Why not have a static IP lease with DHCP ?
That's what I do. In /etc/dhcp/dhcpd.conf: host printer { hardware ethernet 00:11:0a:ca:df:68; fixed-address 192.168.0.5; option routers 192.168.0.2; } Replace the addresses to suit your network.