[Simh] vax under freebsd and ethernet.

Mark Pizzolato mark at infocomm.com
Sat Feb 28 12:19:03 EST 2004


Your physical setup seems OK.

However, there were "issues" with network support while running under
FreeBSD in simh v3.1-0.  Networking didn't work.

The issues have been addressed and useful functionality should be
available soon when v3.2 is released.  Note, the fix is NOT available
in any of the v3.2 preview releases that Bob has put together so far.

Before you get the release you can do a couple of the following
required external steps to get it working on your host:

1) Get the latest libpcap from www.tcpdump.org.
2) Unpack it, and patch the file pcap_bpf.c file by changing the
O_RDONLY to O_RDWR.
3) Build and install it with:
    # ./configure
    # make
    # make install

Once simh v3.2-0 is available, you should be good.

- Mark Pizzolato

--- trasz at buziaczek.pl wrote:
> i'm trying to connect vms running under vax simh v3.1-0 with the
> host
> operating system, freebsd 4.9 i386.  i have two network cards:
> 
> rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         inet 192.168.1.42 netmask 0xffffff00 broadcast
> 192.168.1.255
>         ether 00:00:1c:d6:13:f9
>         media: Ethernet autoselect (10baseT/UTP)
>         status: active
> ed0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu
> 1500
>         ether 00:40:f6:14:07:af
> 
> ... connected together via crossover UTP cable.  in simh config
> file
> there is:
> 
> attach xq ed0
> 
> vms multinet configuration:
> 
> NET-CONFIG>show
> Interface                                Adapter     CSR Address   
> Flags/Vector
> ---------                                -------     -----------   
> ------------
> se0      (Shared VMS Ethernet/FDDI)       -NONE-        -NONE-     
>  -NONE-
>           [TCP/IP: 192.168.1.13, IP-SubNet: 255.255.255.0]
>           [VMS Device: XQA0, Link Level: Ethernet]
> 
> 
> Official Host Name:             victim
> Default IP Route:               192.168.1.42
> Timezone:                       MET
> Timezone Rules:                 EUROPE/MIDDLE
> Load UCX $QIO driver:           TRUE
> Load PWIP (Pathworks) driver:   TRUE
> 
> the problem is, there is no connectivity between the two.
> 
> sim> sh xq stat
> Ethernet statistics:
>   Recv:          0
>   Filtered:      0
>   Xmit:          46
>   Xmit Fail:     46
>   Runts:         0
>   Oversize:      0
>   Setup:         9
>   Loopback:      0
>   ReadQ high:    1
> 
> the 'xmit fail' count is somewhat high.  how can i fix this?
> 
> _______________________________________________
> Simh mailing list
> Simh at trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh




More information about the Simh mailing list