search for: netstart

Displaying 3 results from an estimated 3 matches for "netstart".

Did you mean: getstart
2006 Jan 24
2
Tunneling lock/hangs/unidirectional
...ST 2006 root@:/usr/src/sys/i386/compile/SMP i386 # cat /etc/sysctl.conf | egrep -v '(^#|^$)' net.inet.ip.fastforwarding=1 # cat ~/.ssh/config Host 169.254.254.20 Tunnel yes TunnelDevice 0:any PermitLocalCommand yes LocalCommand sh /root/scripts/netstart tun0 # cat /root/scripts/netstart #!/bin/sh ifconfig $1 inet 169.254.253.10 169.254.253.20 netmask 255.255.255.0 && \ route add host2 169.254.253.20 lab 2 config: # uname -a FreeBSD lab2 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Fri Jan 13 12:00:56 EST 2006 root@:/usr/src/sys/i386/compile...
1998 Jul 13
0
Making DOS Boot Disks for Samba
...uild lab systems. The guy who figured this stuff out last year has left the college and I don't understand what protocols, or clients he used to support a DOS-Samba connection. (I'ld be lost if I had to build a boot disk from scratch or fix something more than a change of NIC.) My "netstart.bat" looks as follows.... but source of protocol.ini and system.ini which I haven't copied - is a mystery to me. Does anybody recognize or tell me what this stuff is ..... amd if there is a simpler way to build a DOS disk to make a Dos connection? Is this Microsoft Lan Manager DOS client...
2004 Jul 20
0
samba3 as NT4 BDC or domain member
...ns = yes ; domain logons = yes # if you enable domain logons then you may want a per-machine or # per user logon script # run a specific logon batch file per workstation (machine) ; logon script = %m.bat # run a specific logon batch file per username ; logon script = %U.bat logon script = netstart.bat # Where to store roving profiles (only for Win95 and WinNT) # %L substitutes for this servers netbios name, %U is username # You must uncomment the [Profiles] share below ; logon path = \\%L\Profiles\%U logon path = \\%L\Profiles\ logon home = "\\%L\%U" logo...