View Single Post
Old 27th February 2012
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default

I finally found the issue!
If, after the shell, i take the output from the command
# ifconfig re0
before run
# dhclient re0
the network give that strange result while if i take it after the run of the dhclient, i obtain the correct output.
So I asked myself, why not do a new test with the livecd 5 - i used the fluxbox image - but, this time, forcing the launch of the dhclient after i already inside of fluxbox, despite, this time, everything should be automatic.
And it is work!
So, in the end, the issue seem inside the livecd, where strangely the dhclient seem don't be launched during the boot.

$ ifconfig re0
Quote:
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:1b:fc:6f:ec:69
priority: 0
media: Ethernet autoselect (10baseT half-duplex)
status: no carrier
# dhclient re0
Quote:
DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 1
...
# ifconfig re0
Quote:
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:1b:fc:6f:ec:69
priority: 0
groups: egress
media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
status: active
inet6 fe80::21b:fcff:fe6f:ec69%re0 prefixlen 64 scopeid 0x1
inet xxxx netmask 0xffffff00 broadcast xxxxxx
Note
Now i' m writing from the inside of the livecd openbsd 5.
Using the follow command from inside the livecd
# wsconsctl keyboard.encoding=it
keyboard.encoding -> it
don' t give the change so was more difficult write the things, i have made some copy and past on some letters.

Last edited by aleunix; 27th February 2012 at 04:15 PM.
Reply With Quote