[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01183) Re: ISATAP feedback
- To: Craig Dunk <CDunk@xxxxxxx>
- Subject: (usagi-users 01183) Re: ISATAP feedback
- From: "Peter Bieringer" <pb@xxxxxxxxxxxx>
- Date: Fri, 18 Jan 2002 16:17:24 GMT
- Cc: "'Peter Bieringer'" <pb@xxxxxxxxxxxx>, Nathan Lutchansky <lutchann@xxxxxxxxxx>, "'templin@xxxxxxxxxxx'" <templin@xxxxxxxxxxx>, "'usagi-users@xxxxxxxxxxxxxx'" <usagi-users@xxxxxxxxxxxxxx>
- In-reply-to: <05BEA41254F24A4CBA66E811CDD3AD9CB0A637@xch08ykf>
- References: <05BEA41254F24A4CBA66E811CDD3AD9CB0A637@xch08ykf>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Craig Dunk writes:
> How does the implementation in scripts work in cases where the ipv4 address
> changes either from (for example) reconnection of the link in another subnet
If network or interface (e.g. ifdown eth0; ifup eth0) is restarted, no
problem, this catches reconfiguration.
IMHO this is also needed to get a new IPv4 address for an interface because
only change the plug didn't trigger "dhcpcd". Perhaps the manual execution
of "dhcpcd" must be catched somewhere, but should be possible.
> or dhcp lease expiry/reassignment? (I guess normally the same address will
> be assigned in the dhcp case)
Should in case of the (good?) DHCP server isn't overloaded.
Peter