Hi
A brief questions. I'm a newbie to both linux and E-Smith, and I'm stuck on a configuration problem.
I have dynamic IP from my ISP and my E-Smith server config is:
'Server and Gateway - dedicated'
'swapped mode - eth1 is local, eth0 is external'
'DHCP with ethernet address as client identifier' (I've tried with 'account name' aswell)
'No dynamic DNS service used'
However after the server boots, the external network doesn't work, but I can login over ssh on the internal. Using 'ifconfig eth0' I can see that eth0 has no IP's assigned to it. If I then call 'dhcpcd' I get an error-message but after that everything works. Printout of the commands are here:
Last login: Sun Jan 5 04:21:19 2003 from 192.168.190.65
Welcome to the Mitel Networks SME Server.
[root@Fenris root]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:10:5A:38:05:79
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0x1000
[root@Fenris root]# dhcpcd
[root@Fenris root]# Can't ignore signal CHLD, forcing to default.
ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:10:5A:38:05:79
inet addr:62.107.46.91 Bcast:62.107.47.255 Mask:255.255.254.0
UP BROADCAST NOTRAILERS RUNNING MTU:1500 Metric:1
RX packets:9 errors:0 dropped:0 overruns:0 frame:0
TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1804 (1.7 Kb) TX bytes:4796 (4.6 Kb)
Interrupt:11 Base address:0x1000
Anybody know what's going on and to fix it ?
Thanks
-Ture