This is a discussion on auto private IP addressing within the Linux Networking forums, part of the Linux Forums category; windows xp has auto IP addressing if no DHCP server is found. If I hook two computers to a hub ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Use the DHCP in Red Hat, or use static IP's.... trashing the XP machines
would be a good start too ! :) "thudd" <goose1@cox-interne.com> wrote in message news:vvs99ifnmcvt90@corp.supernews.com... > windows xp has auto IP addressing if no DHCP server is found. If I hook two > computers to a hub and install linux on each, does linux have auto ip > addressing like xp or will I have to do static IP addressing? Using linux > redhat 9. > > |
|
|||
|
A better reply, if you are using a NAT router, there should be a DHCP in it.
It will assign to all the machines. You then use the router IP as the gateway, usually 192.168.1.1 See the docs for the NAT for details. "thudd" <goose1@cox-interne.com> wrote in message news:vvs99ifnmcvt90@corp.supernews.com... > windows xp has auto IP addressing if no DHCP server is found. If I hook two > computers to a hub and install linux on each, does linux have auto ip > addressing like xp or will I have to do static IP addressing? Using linux > redhat 9. > > |
|
|||
|
thudd <goose1@cox-interne.com> wrote:
> windows xp has auto IP addressing if no DHCP server is found. If I hook two > computers to a hub and install linux on each, does linux have auto ip > addressing like xp or will I have to do static IP addressing? Using linux > redhat 9. RH9 doesn't have auto private IP allocation in its DHCP client. You can emulate it if you're into hacking the network configuration scripts (I did this a while ago for my laptop). However, the easiest solution for two computers is simply to allocate them two static IP addresses. If you want interoperability with XP (dual boot, etc.) then allocate a static IP address in the auto private address range (it's a class B so your netmask would be 255.255.0.0) Chris |