Date: Sat, 21 Jun 1997 09:02:35 -0500 (CDT) From: Wayne Baety <mrfoine@enteract.com> To: questions@freebsd.org, current@freebsd.org Subject: DCC protocol doesnt work in irc Message-ID: <Pine.BSI.3.95.970621084731.4542A-300000@enteract.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] whenever i try to dcc a file...even to myself (in a new client window su'ed to another user) sending a file via DCC doesnt work but rather floods my consoles with : /kernel: ipx_ctlinput: cmd 15. what's going on?? Im using ipfw and pppd on ppp0 to make the inet connection. I attached some possibly relevant files. alaska /root % ipfw -a list 01200 3359 365608 divert 6136 ip from any to any via ppp0 01300 3428 378764 allow ip from any to any 65535 11 1557 deny ip from any to any now 6136 is natd attached to a divert socket... but this doesnt matter the same problem happens when I dont have rule 1200 and natd running. [-- Attachment #2 --] # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # <URL:http://www.FreeBSD.ORG/> # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD$ machine "i386" #cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" #cpu "I686_CPU" ident ALASKA-ISDN maxusers 60 options INET #InterNETworking ### File Systems options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOTDELAY=20" #ISO 9660 delay time in seconds options PROCFS #Process filesystem options DEVFS #devices filesystem options QUOTA #### options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options USER_LDT options SYSVSHM options SYSVSEM options SYSVMSG options "MD5" options PERFMON options IPX options IPXIP options IPTUNNEL options IPXPRINTFS=0 options IPX_ERRPRINTFS=0 options NETATALK options KTRACE #kernel tracing options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM options XSERVER # include code for XFree86 options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=50 options IPACCT options MROUTING options TCPDEBUG options IPDIVERT options DEBUG_IPFIREWALL options IPFORWARDING=1 #options IPFILTER_LKM #module version #options IPFILTER_LOG #support logging (in-kernel) config kernel root on wd0 controller isa0 #controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 device wcd0 #IDE CD-ROM # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options MAXCONS=16 # Mandatory, don't remove device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # # Laptop support (see LINT for more options) # device apm0 at isa? # Advanced Power Management options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty device ed0 at isa? disable port 0x280 net irq 5 iomem 0xd8000 vector edintr device ed1 at isa? port 0x300 net irq 11 iomem 0xd8000 vector edintr pseudo-device snp 3 pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 2 pseudo-device fddi pseudo-device sppp pseudo-device bpfilter 4 pseudo-device disc # ijppp uses tun instead of ppp device pseudo-device ppp 2 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device vn #--------------------------------------------------------------------------- # # BISDN - parts of an example config file for bisdn # ------------------------------------------------- # # last edit-date: [Mon Jun 3 13:26:51 1996] # #--------------------------------------------------------------------------- options IPI_VJ # Van Jacobsen header compression support options "IPI_DIPA=3" # send ip accounting packets every 3 seconds options TELES_HAS_MEMCPYB # support of isdn # Teles S0/8 ###################################################### IRQ 9 ## #controller tel0 at isa? iomem 0xdc000 net irq 9 vector telintr # Teles S0/16 ###################################################### IRQ 9 ## #controller tel0 at isa? port 0xd80 iomem 0xdc000 net irq 9 vector telintr # Teles S0/16.3 ###################################################### IRQ 9 ## controller tel0 at isa? port 0xd80 net irq 5 vector telintr pseudo-device disdn pseudo-device isdn pseudo-device ipi 2 pseudo-device ipp 2 pseudo-device itel 1 pseudo-device ispy 1 [-- Attachment #3 --] #!/bin/sh # # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. # # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.18 1997/06/18 16:01:19 pst Exp $ ############################################################## ### Important initial Boot-time options ##################### ############################################################## swapfile="NO" # Set to name of swapfile if aux swapfile desired. apm_enable="YES" # Set to YES if you want APM enabled. pccard_enable="NO" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. ############################################################## ### Network configuration sub-section ###################### ############################################################## ### Basic network options: ### hostname="alaska.originalstores.com" # Set this! nisdomainname="nis.lan-eth1" # Set to NIS domain if using NIS (or NO). firewall="open" # firewall type (see /etc/rc.firewall) or NO. tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO). network_interfaces="lo0 ed2 ppp0" # List of network interfaces (lo0 is loopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_ed2="inet 192.168.1.1 netmask 255.255.255.0 arp phase 2" ifconfig_ppp0="inet 10.0.0.1 194.64.4.7 netmask 255.255.255.0" #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. ### Network daemon (miscellaneous) & NFS options: ### syslogd_enable="YES" # Run syslog daemon (or NO). syslogd_flags="" # Flags to syslogd (if enabled). inetd_enable="YES" # Run the network daemon displatcher (or NO). inetd_flags="" # Optional flags to inetd named_enable="YES" # Run named, the DNS server (or NO). named_flags="-b /etc/namedb/named.boot" # Flags to named (if enabled). kerberos_server_enable="YES" # Run a kerberos master server (or NO). rwhod_enable="YES" # Run the rwho daemon (or NO). amd_enable="NO" # Run amd service with $amd_flags (or NO). amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_client_flags="-n 4" # Flags to nfsiod (if enabled). nfs_server_enable="NO" # This host is an NFS server (or NO). nfs_server_flags="-u -t 4" # Flags to nfsd (if enabled). weak_mountd_authentication="NO" # Running PCNFSD / other non-root nfsd (or NO). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO). portmap_enable="YES" # Run the portmapper service (or NO). portmap_flags="" # Flags to portmap (if enabled). xtend_enable="NO" # Run the X-10 power controller daemon. xtend_flags="" # Flags to xtend (if enabled). ### Network Time Services options: ### timed_enable="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO). xntpd_flags="" # Flags to xntpd (if enabled). tickadj_enable="NO" # Run tickadj (or NO). tickadj_flags="-Aq" # Flags to tickadj (if enabled). # Network Information Services (NIS) options: ### nis_client_enable="NO" # We're an NIS client (or NO) nis_client_flags="" # Flags to ypbind (if enabled). nis_ypset_enable="NO" # Run ypset at boot time (or NO). nis_ypset_flags="" # Flags to ypset (if enabled). nis_server_enable="NO" # We're an NIS server (or NO) nis_server_flags="" # Flags to ypserv (if enabled). nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO). nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled). nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO). nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled). ### Network routing options: ### defaultrouter="194.64.4.7" # Set to default gateway (or NO). static_routes="loopback" # Set to static route list (or leave empty). route_loopback="${hostname} localhost" gateway_enable="YES" # Set to YES if this host will be a gateway. router_enable="NO" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf) ipxgateway_enable="NO" # Set to YES to enable IPX routing. ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. arpproxy_all="" # replaces obsolete kernel option ARP_PROXY_ALL ############################################################## ### System console options ################################# ############################################################## keymap="german.cp850" # keymap in /usr/share/syscons/keymaps/* (or NO). keyrate="fast" # keyboard rate to: slow, normal, fast (or NO). keybell="normal" # bell to duration.pitch or normal or visual (or NO). keychange="NO" # function keys default values (or NO). cursor="normal" # cursor type {normal|blink|destructive} (or NO). scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). font8x16="iso-8x16" # font 8x16 from /usr/share/syscons/fonts/* (or NO). font8x14="iso-8x14" # font 8x14 from /usr/share/syscons/fonts/* (or NO). font8x8="iso-8x8" # font 8x8 from /usr/share/syscons/fonts/* (or NO). blanktime="300" # blank time (in seconds) or "NO" to turn it off. saver="green" # screen saver: blank/daemon/green/snake/star/NO. moused_type="microsoft" # See man page for rc.conf(8) for available settings. moused_port="/dev/cuaa0" # Set to your mouse port (required if mousetype set) moused_flags="" # Any additional flags to moused. ############################################################## ### Miscellaneous administrative options ################### ############################################################## cron_enable="YES" # Run the periodic job daemon lpd_enable="YES" # Run the line printer daemon lpd_flags="" # Flags to lpd (if enabled). sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q30m" # -bd is pretty mandatory savecore_enable="NO" # Save kernel crashdumps for debugging (or NO). dumpdev="NO" # Device name to crashdump to (if enabled). check_quotas="YES" # Check quotas (or NO). accounting_enable="YES" # Turn on process accounting (or NO). ibcs2_enable="YES" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="YES" # Linux emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (like -s5 -s11 or NO). ############################################################## ### Allow local configuration override at the very end here ## ############################################################## if [ -f /etc/rc.conf.local ]; then . /etc/rc.conf.local fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.970621084731.4542A-300000>
