|
|
>>> [root@mopar scripts]# route -n >>> Kernel IP routing table >>> Destination Gateway Genmask Flags Metric Ref Use >>> Iface >>> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 >>> br0 >>> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 >>> eth0 >>> 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 >>> eth0 >>> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 >>> lo >>> 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 >>> br0 >>> 0.0.0.0 192.168.1.101 0.0.0.0 UG 0 0 0 >>> br0 >>> >> >> It would be really nice to figure out where that 169.254.0.0 comes from. > > Well, believe or not: i have the same route in a routing table here, > pointing to my outside interface. > I remember some time ago to had searched for this and found something > related to the DNS service (top-level domain search). > It doesn't surprise me if this ip range is handled by ICANN, Internic or > other TLD. I have DNS running in this host. I do not see this ip range in > the adsl modem. I'll search further, and give some feedback. 169.254.0.0/16 is the network address for LinkLocal autoconfigure IP addresses. On Windows you are assigned an IP address out of this network if you have set your adapter to DHCP but there´s no DHCP server available. I havn´t seen this behavior on a Linux system, but perhaps it´s implemented in some dhcp clients. So, check that you´re not running a dhcp client. /Mathias ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&opÌk _______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |