if anybody does read this post

i'm trying to narrow down why i'm getting rows of ??????????????

when i cut and paste information from the console to my mail client

i use thunderbird to compose my mail


#test VM
vm "base-vm" {
        boot "/bsd"
        enable
        owner alarm
        memory 256M
        disk $img_home vmm_base6.3.img
        interface { switch "local"
        lladdr fe:e1:bb:d1:a8:9d }
        }


switch "local" {
    interface bridge0
}

ifconfig

bridge0: flags=41<UP,RUNNING>
        description: switch1-local
        index 4 llprio 3
        groups: bridge
        priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp
        vether0 flags=3<LEARNING,DISCOVER>
                port 5 ifpriority 0 ifcost 0
        tap0 flags=3<LEARNING,DISCOVER>
                port 7 ifpriority 0 ifcost 0
vether0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        lladdr fe:e1:ba:d0:35:c9
        index 5 priority 0 llprio 3
        groups: vether
        media: Ethernet autoselect
        status: active
        inet 10.13.37.1 netmask 0xffffff00 broadcast 10.13.37.255
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136
        index 6 priority 0 llprio 3
        groups: pflog
tap0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        lladdr fe:e1:ba:d1:41:23
        description: vm1-if0-base-vm
        index 7 priority 0 llprio 3
        groups: tap
        status: active

 cat /etc/dhcpd.conf
option  domain-name "vmm.tissisat.co.uk";
option  domain-name-servers 10.2.1.6, 10.2.1.8;

subnet 10.13.37.0 netmask 255.255.255.0 {
        option routers 10.13.37.1;

        range 10.13.37.32 10.13.37.127;

host base {
                hardware ethernet   fe:e1:bb:d1:a8:9d;
                fixed-address 10.13.37.203;
                }
}


Reply via email to