rblythe wrote these words on 06/04/06 11:53 CST: > This is a long post simple to say thank you.
You are most very welcome. I usually try to do whatever I can for folks that have done some research and made legitimate attempts to correct the problem. You qualified. :-) BTW, you are getting the .101, .102, .103 addresses randomly because apparently you are getting your IP address assigned dynamically by DHCP from your router (many of them default to 192.168.0.100 as the starting address for the 'pool'. You could hard-code this to a fixed address, and then not use DHCP to get an address, if you wanted to fixed address. Here is an example that can make a hard-coded address: [EMAIL PROTECTED]: ~ > cat /etc/sysconfig/network-devices/ifconfig.eth0/ipv4 ONBOOT=yes SERVICE=ipv4-static IP=192.168.0.232 GATEWAY=192.168.0.1 PREFIX=24 BROADCAST=192.168.0.255 So, notice that the 192.168.0.1 address is my gateway. This address is of a router that talks to another router, which handles traffic to the broadband vendor. Typical routers are delivered with the default address to be 192.16.8.0.1 or 192.168.1.1 Here is where that address you mentioned in your email could be relevant. Hopefully, this is some additional information that can point to the places to do some additional research so you can "learn more". Keep up the good work, Randy! -- Randy rmlscsi: [bogomips 1003.27] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 12:00:01 up 23 days, 4:00, 1 user, load average: 0.01, 0.02, 0.00 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
