Date: Fri, 3 Jul 1998 11:31:23 +0100 (BST) From: ruth moulton <ruth@muswell.demon.co.uk> To: Thomas Dean <tomdean@ix.netcom.com> Cc: ruth@muswell.demon.co.uk Subject: Re: connecting NT and FBSD via tcp/ip over ethernet Message-ID: <199807031031.LAA01969@muswell.demon.co.uk> In-Reply-To: <199807030933.CAA01958@ix.netcom.com> References: <199807030831.JAA01803@muswell.demon.co.uk> <199807030933.CAA01958@ix.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thomas , thanks, > What is the output from 'ifconfig -a'? > ed0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552 tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 inet 158.152.10.120 --> 158.152.1.222 netmask 0xffff0000 I do the ifconfig by hand at the moment, till it's working.... > What is in the > ### Network configuration sub-section ###################### > of /etc/rc.conf? no such file, but the network section of /etc/sysconf is set up for connection to the internet via my ISP (I use the freebsd to connect to the internet at present). When I'm trying the local stuff I'm not dialled up - although the eventual plan is to set it up for connection to the internet for all 3 machines, via the freebsd machine. ######################### Start Of Netconfig Section ####################### # Set to the name of your host - this is pretty important! hostname="muswell.demon.co.uk" # Set to the NIS domainname of your host, or NO if none defaultdomainname=NO # # Some broken implementations can't handle the RFC 1323 and RFC 1644 # TCP options. If TCP connections randomly hang, try disabling this, # and bug the vendor of the losing equipment. # tcp_extensions=YES # # Set to the list of network devices on this host. You must have an # ifconfig_${network_interface} line for each interface listed here. # for example: # # network_interfaces="ed0 sl0 lo0" # ifconfig_ed0="inet 10.0.0.1 netmask 0xffffff00" # ifconfig_sl0="inet 10.0.1.0 netmask 0xffffff00" # network_interfaces="cuaa1 lo0" ifconfig_cuaa1="inet 158.152.10.120 netmask 255.255.255.0" ifconfig_lo0="inet localhost" # # Set to the list of route add lines for this host. You must have a # route_${static_routes} line for each static route listed here. # static_routes="multicast loopback" route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" route_loopback="${hostname} localhost" # Set to the host you'd like set as your default router, or NO for none. defaultrouter="158.152.1.65" #defaultrouter="158.152.1.222" # These are the flags you'd like to start the routing daemon with routedflags="-q" # timed flags, or NO if you don't want to start the time daemon timedflags=NO # xntpd flags, or NO if you don't want to start the xntpd daemon xntpdflags="NO" # this is inoperative unless xntpd is enabled; NO to disable tickadjflags="-Aq" # Set to the site you'd like to syncronize your clock from (gatekeeper.dec.com, # for example) or NO for no such site. ntpdate="NO" # Set to YES if you want to run rwhod rwhod=NO # Default sendmail flags. -bd is pretty mandatory, -q<n>m sets the queue scan # time in minutes. If set to NO, don't start sendmail at all. sendmail_flags="-bd -q30m -N SUCCESS,FAILURE -R FULL" # Set to appropriate flags if you want to use AMD amdflags="NO" # Set to YES if this machine will be an NFS client nfs_client=NO # Set to YES if this machine will be an NFS server nfs_server=NO # Set to appropriate flags if you want to start NIS for a client nis_clientflags="NO" # Set to host to ypset to if you need to do that nis_ypsetflags="NO" # Set to appropriate flags if you want to start NIS for a server nis_serverflags="NO" # Set to appropriate flags for yppasswdd, if you wish to run it. # Typical flags might be "-m /var/yp/master.passwd -s -f" yppasswddflags="NO" # Set to appropriate flags for named, if you have a full-time # connection to the Internet. # For most hosts, flags should be "-b /etc/namedb/named.boot" namedflags="NO" # Set to YES if you run PC-NFSD (see /usr/ports/net/pcnfsd) for # sharing filesystems with DOS/Windows PCs. pcnfsd=NO # Set to YES if you have the Apache WEB server (see /usr/ports/net/apache) # installed and want to run it at system startup time (this is better than # running it from inetd if you're running a dedicated WWW server). apache_httpd=NO # Set to YES if you want to run the X-10 power controller daemon xtend=NO # Set to the name of the device for kernel crashdumps, or `off' to # disable any statically configured dumpdev, or NO for no change. # The device should normally be one of the swap devices specified # in /etc/fstab. dumpdev=NO # Set to YES if you want kernel crashdumps to be saved for debugging savecore=NO # Set to YES if you want to run Kerberos authentication kerberos_server=NO # If you want this host to be a gateway, set to YES. gateway=NO # Set to YES if you want to run gated gated=NO # Set to YES if you wish to check quotas. NOTE: For now this probably # doesn't work and should be left disabled. check_quotas=NO # Set to YES to turn on accounting. NOTE: For now this probably # doesn't work and should be left disabled. accounting=NO ######################### End Of Netconfig Section ####################### ruth -- ================================================ Ruth Moulton ruth@muswell.demon.co.uk Consultant 65 Tetherdown, London N.10 1NH, UK Tel:+44 181 883 5823 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807031031.LAA01969>