mirror of
https://github.com/PDP-10/klh10.git
synced 2026-04-05 05:13:35 +00:00
Add some NI20 usage hints in config file.
This commit is contained in:
@@ -17,7 +17,11 @@ devdef mta0 rh1.0 tm03 type=tu45
|
||||
; tap device dynamically and bridges it to the default interface.
|
||||
; If you want it differently (for instance routed instead of bridged),
|
||||
; you can create the tap yourself and it will be used as it is.
|
||||
devdef ni0 564 ni20 ipaddr=10.0.0.51 ifc=tap0 dedic=true
|
||||
devdef ni0 564 ni20 ipaddr=10.0.0.51 ifmeth=tap+bridge ifc=tap0 dedic=true
|
||||
; Use ifmeth=tap if you handle the bridging or routing yourself.
|
||||
|
||||
; Use this version if you want to use libpcap for ethernet access.
|
||||
devdef ni0 564 ni20 ipaddr=10.0.0.51 ifmeth=pcap ifc=re0 dedic=false
|
||||
|
||||
; Load disk bootstrap directly
|
||||
load boot.sav
|
||||
|
||||
Reference in New Issue
Block a user