From owner-freebsd-questions Sat Jun 23 10:23:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.com (h24-76-54-195.vf.shawcable.net [24.76.54.195]) by hub.freebsd.org (Postfix) with ESMTP id DAE3337B401 for ; Sat, 23 Jun 2001 10:23:32 -0700 (PDT) (envelope-from tspivey8@home.com) Received: from home.com (localhost [127.0.0.1]) by home.com (8.11.3/8.11.3) with ESMTP id f5NDLP800368 for ; Sat, 23 Jun 2001 09:21:26 -0400 (EDT) (envelope-from tspivey8@home.com) Message-Id: <200106231321.f5NDLP800368@home.com> To: freebsd-questions@freebsd.org Subject: problem with 4.3r and natd Date: Sat, 23 Jun 2001 09:21:25 -0400 From: tyler spivey Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG why do i get ping: sendto: permission denied? options/rc.conf attached (i commented out the firewall stuff atm, i want th enet ) config: machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident FAST maxusers 32 options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device eisa device pci device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering device aha0 at isa? device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ida # Compaq Smart RAID device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device vga0 at isa? pseudo-device splash device sc0 at isa? flags 0x100 device npx0 at nexus? port IO_NPX irq 13 device apm0 at nexus? disable flags 0x20 # Advanced Power Management device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device device miibus # MII bus support device rl # RealTek 8129/8139 device vr # VIA Rhine, Rhine II device ep pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device bpf #Berkeley packet filter device pcm device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 options IPFIREWALL options IPDIVERT options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options TCP_DROP_SYNFIN options TCP_RESTRICT_RST options ICMP_BANDLIM rc.conf: # -- sysinstall generated deltas -- # # Created: Thu Jun 21 05:34:50 2001 # Enable network daemons for user convenience. # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. hostname="home.com" ifconfig_vr0="10.0.0.1" ifconfig_rl0="DHCP" inetd_enable="YES" kern_securelevel_enable="NO" moused_enable="NO" moused_type="NO" sendmail_enable="YES" sshd_enable="YES" usbd_enable="YES" # -- sysinstall generated deltas -- # nfs_client_enable="YES" # -- sysinstall generated deltas -- # nfs_server_enable="YES" # -- sysinstall generated deltas -- # gateway_enable="YES" firewall_enable="NO" #firewall_script="/etc/rc.firewall" #firewall_quiet="NO" #firewall_type="open" #natd_enable="YES" natd_interface="rl0" natd_flags="-f /etc/natd.conf" tcp_drop_synfin="YES" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message