On 16.05.22Sun 00:31, Mihai Popescu wrote:
> > ifconfig: OK
> > route -n show: OK
> > ping internet: not ok
> > ping gateway: not ok
> > ping other PC: not ok
> > But i got IP from DHCP!
> 
> 
> Thank you for letting list know about your experience with OpenBSD install.
> 
> screwed your instalation: YES
> not posting commands full output: YES
> making assumptions: YES
> getting help from list: NO
> But someone answered you, at least!
> 


You are right.
But your answer is a progress, too.
You pointed, what i missed from my original mail.
Thanks.

# dhclient dc0
DHCPREQUEST on dc0 to 255.255.255.255
DHCPACK from 192.168.1.1 
bound to 192.168.1.34 -- renewal in 43200 seconds.

# ifconfig dc0
dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladr 00:10:a4:b9:bc:43
        groups egress
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet 192.168.1.34 netmask 0xffffff00 broadcast 192.168.1.255

# route -n show
Routing tables

Internet:
Destination     Gateway          Flags Refs Use    Mtu Prio Iface
default         192.168.1.1      UGS      0   2      -    8 dc0
127.0.0.1       127.0.0.1        UHPl     0   0  32768    1 lo0 
192.168.1./24   192.168.1.34     UCP      1   0      -    4 dc0
192.168.1.1     link#4           UHLcP    1   1      -    4 dc0
192.168.1.34    00:10:a4:b9:bc:43UHLPl    0   0      -    1 dc0
192.168.1.255   192.168.1.34     UHPb     0   0      -    1 dc0

Internet6:
Destination     Gateway          Flags Refs Use    Mtu Prio Iface
::1             ::1              UHPl     0   0  32768    1 lo0
fe80::1%lo0     fe80::1%lo0      UHPl     0   0  32768    1 lo0
ff01::%lo0/32   ::1              UC       0   1  32768    4 lo0
ff02::%lo0/32   ::1              UC       0   1  32768    4 lo0

# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
ping: sendto: Host is down
ping: wrote 192.168.1.1 64 chars, ret=-1

Reply via email to