View Single Post
  #6   (View Single Post)  
Old 1st June 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

When presenting output from your display, please place the output between code tags ([code] before, & [/code] afterward...) as this will preserve formating.

As an example compare the following:
  • lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33208
    groups: lo
    inet 127.0.0.1 netmask 0xff000000
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
    em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    lladdr 00:1b:21:0f:8b:43
    groups: egress
    media: Ethernet autoselect (100baseTX full-duplex)
    status: active
    inet6 fe80::21b:21ff:fe0f:8b43%em0 prefixlen 64 scopeid 0x1
    inet 192.168.0.6 netmask 0xffffff00 broadcast 192.168.0.255
    fxp0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
    lladdr 00:90:27:a7:50:80
    media: Ethernet autoselect (none)
    status: no carrier
    enc0: flags=0<> mtu 1536
  • Code:
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33208
            groups: lo
            inet 127.0.0.1 netmask 0xff000000
            inet6 ::1 prefixlen 128
            inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
    em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
            lladdr 00:1b:21:0f:8b:43
            groups: egress
            media: Ethernet autoselect (100baseTX full-duplex)
            status: active
            inet6 fe80::21b:21ff:fe0f:8b43%em0 prefixlen 64 scopeid 0x1
            inet 192.168.0.6 netmask 0xffffff00 broadcast 192.168.0.255
    fxp0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
            lladdr 00:90:27:a7:50:80
            media: Ethernet autoselect (none)
            status: no carrier
    enc0: flags=0<> mtu 1536
Reply With Quote