Hi,
to me it seems that "genconfig hosts" produces a wrong /etc/hosts:
whereas ifconfig tells me, that the ip of kusu1 is 192.168.0.166:Code:[root@kusu1 ~]# genconfig hosts # # Dynamically generated by: genconfig (Do not edit!) # 127.0.0.1 localhost.localdomain localhost 10.0.0.1 kusu1.kusu kusu1-eth0.kusu kusu1-eth0 10.0.0.2 compute-00-00.kusu compute-00-00-eth0.kusu compute-00-00-eth0 compute-00-00 10.0.0.3 compute-00-01.kusu compute-00-01-eth0.kusu compute-00-01-eth0 compute-00-01 10.0.0.4 compute-00-02.kusu compute-00-02-eth0.kusu compute-00-02-eth0 compute-00-02 10.0.0.5 compute-00-03.kusu compute-00-03-eth0.kusu compute-00-03-eth0 compute-00-03 192.168.0.100 kusu1.mydomain.de kusu1-eth1.kusu kusu1-eth1 kusu1
I came across that, because I run some test, and the very first one tests ssh connectivity.Code:[root@kusu1 ~]# ifconfig eth0 Link encap:Ethernet HWaddr 00:1A:92:54:44:67 inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::21a:92ff:fe54:4467/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:10337 errors:0 dropped:0 overruns:0 frame:0 TX packets:12193 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2030259 (1.9 MiB) TX bytes:6685259 (6.3 MiB) Memory:c8200000-c8220000 eth1 Link encap:Ethernet HWaddr 00:1A:92:54:44:66 inet addr:192.168.0.166 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::21a:92ff:fe54:4466/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1776 errors:0 dropped:0 overruns:0 frame:0 TX packets:1241 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:191558 (187.0 KiB) TX bytes:175424 (171.3 KiB) Memory:c8220000-c8240000
And ssh kusu1 only works if I manually edit /etc/hosts (allthough it tells me I shouldn't)
Maybe I miss something?
I run kusu 1.0 on centos 5.2.
regards


LinkBack URL
About LinkBacks
)
Reply With Quote
