On Fri, Apr 18, 2014 at 4:16 PM, Lubo Diakov <[email protected]> wrote:
> Tomas,
>
> I included many of the outputs you mention. Since we're talking about
> a networking configuration, obviously doing something like ssh to copy
> the relevant information is not yet possible, so I looked at the
> screen of the OpenBSD system, and typed (in abbreviated form) the most
> relevant parts like ifconfig, resolv.conf and so on into this message
> (see my first post). I didn't copy the actual IP addresses, but unless
> I typed it in wrong on OpenBSD (possible, but unlikely given how many
> times I entered it), the addresses in question work on another system
> (the one this message is sent from). Nevertheless, I will run the
> commands you mention on OpenBSD and copy it by some other means, like
> a USB flash drive.
>
>
Well I can't see stuff like this in your email.
$ ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33136
priority: 0
groups: lo
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr MAC
priority: 0
groups: egress
media: Ethernet autoselect (1000baseT full-duplex,master)
status: active
inet6 IPv6%em0 prefixlen 64 scopeid 0x1
inet IPv4 netmask 0xffffff00 broadcast IPv4
enc0: flags=0<>
priority: 0
groups: enc
status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136
priority: 0
groups: pflog
$
$ ifconfig em0 media
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr MAC
priority: 0
groups: egress
media: Ethernet autoselect (1000baseT full-duplex,master)
status: active
supported media:
media 10baseT
media 10baseT mediaopt full-duplex
media 100baseTX
media 100baseTX mediaopt full-duplex
media 1000baseT mediaopt full-duplex
media 1000baseT
media autoselect
inet IPv4 netmask 0xffffff00 broadcast IPv4
$
You pasted just partial parts of those outputs. Which may not be enough
some times. You may have eg. some weir characters left in /etc/resolv.conf
or whatever.