Questions about using a static IP address, as opposed to using a dynamically-assigned one.
4
votes
5answers
252 views
Home IP Address Management?
Are there any better, free solutions to managing static IPs at home than a spreadsheet?
3
votes
3answers
4k views
How to determine gateway address when going from DHCP to static IP address with Ubuntu
What's the proper way to determine the computer's gateway when going from DHCP to a static IP. Operating system is Mythbunutu with Ububtu desktop installed.
I had previously been editing ...
1
vote
1answer
939 views
VMWare Fusion / DHCP with multiple static IPs
I have MacBook Pro and VMWare Fusion installed on it. I set a static IP for my virtual machine DHCP network by adding
host pc1 {
hardware ethernet 00:0C:29:4A:C5:A2;
fixed-address 172.16.166.131;
}
...
7
votes
4answers
1k views
What does static DHCP mean? Static Dynamic is confusing
I've found some home wireless routers/ADSL+ modems (ZyXEL 660) talking about Static DHCP, when refering to assosiating a specific MAC to an IP, but still serve the configuration over DHCP.
Doesn't ...