This is the content of netsetup
How should I set it up
#!/bin/sh
#
##### SERIAL LAPLINK #####
# insmod slhc
# insmod slip
# slattach -s 115200 /dev/cua0 & ### COM 1
# slattach -s 115200 /dev/cua1 & ### COM 2
# ifconfig sl0 clark pointopoint lois
# route add lois
#
##### PARALLEL LAPLINK #####
# rmmod lp
# insmod plip
# ifconfig plip1 clark pointopoint lois
# route add lois
#
##### NE2000 ETHERNET #####
# insmod 8390
# insmod ne io=0x300 ### address 0x300
# insmod ne io=0x320 ### address 0x320
# ifconfig eth0 clark
# route add basicnet
#
##### IP MASQUERADE #####
# ipfwadm -F -p deny
# ipfwadm -F -a m -S basicnet/24
How should I set it up
#!/bin/sh
#
##### SERIAL LAPLINK #####
# insmod slhc
# insmod slip
# slattach -s 115200 /dev/cua0 & ### COM 1
# slattach -s 115200 /dev/cua1 & ### COM 2
# ifconfig sl0 clark pointopoint lois
# route add lois
#
##### PARALLEL LAPLINK #####
# rmmod lp
# insmod plip
# ifconfig plip1 clark pointopoint lois
# route add lois
#
##### NE2000 ETHERNET #####
# insmod 8390
# insmod ne io=0x300 ### address 0x300
# insmod ne io=0x320 ### address 0x320
# ifconfig eth0 clark
# route add basicnet
#
##### IP MASQUERADE #####
# ipfwadm -F -p deny
# ipfwadm -F -a m -S basicnet/24



