Re: please help: nntp and gaming with ipfw

2003-03-06 Thread Aaron Walker
I have cut & paste the entire out put from "ipfw show" and ifconfig at the bottom of this message. On Thu, 2003-03-06 at 09:07, Bill Moran wrote: > Aaron Walker wrote: > > I have FreeBSD 4.7 running on my old p100 setup as a firewall.. > > everything works except fo

Re: please help: nntp and gaming with ipfw

2003-03-06 Thread Aaron Walker
s and make the switch every time I'd like to use usenet or play a few rounds of bf... On Thu, 2003-03-06 at 07:43, Aaron Walker wrote: > I have FreeBSD 4.7 running on my old p100 setup as a firewall.. > everything works except for 2 things: nntp (it somewhat works) and > playing a game t

please help: nntp and gaming with ipfw

2003-03-06 Thread Aaron Walker
ate in recv ep0 any ideas what's wrong with these rules? any help is greatly appreciated. Thanks, Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: connecting two computer through a hub

2003-03-05 Thread Aaron Burke
> Hi: > > I have a machine set up with freebsd and it was set up to > connect to the internet. Cool. > > However, now I need to connect that computer to another > computer through a hub without any interent connection at > all. (I just want to have a VNC viewer up in the freebsd > box so that

RE: Hooking 2 Networks

2003-03-01 Thread Aaron Burke
> Each machine has static internal IPs and listed in the > /etc/hosts so finding them is easy. You dont have to worry about this. It should be fine that they are in hosts. (snip) > >{192.168.0.0}--[freebsd-gateway]--{internet conn1} > > (link) > >{10.0.0.0}--[freebsd gateway

RE: Hooking 2 Networks

2003-03-01 Thread Aaron Burke
> Subject: Hooking 2 Networks > > > I have two separate connections to the Internet with static > IPs and two separate networks. Each network has an internal > FBSD Gateway/NAT/caching DNS connected to the backbone & > each have a separate LAN subnet (192.168.0.x on one and > 10.0.0.x on another

RE: RAM

2003-03-01 Thread Aaron Burke
> To whom it may concern: > > What is the minimal amount of RAM do you need to install FreeBSD > 4.6/5.0? According to some docs at FreeBSD, you should only need 5MB to install, and 4MB to run. However more than 5MB is of course better. > > Thank you. No problem. To Unsubscribe: send mail to

disabling inetd & sendmail

2003-02-28 Thread Aaron Walker
I am trying to disable inetd and sendmail so that they do not start up when my router/firewall boots up. I have the following in /etc/rc.conf but it doesnt do any good: inetd_enable="NO" sendmail_enable="NO" how do I go about disabling these? thanks, Aaron To Unsub

FreeBSD & Threads?

2003-02-28 Thread Aaron Walker
Does FreeBSD support POSIX threads? I was reading R. Steven's UNIX Network Programming last night at work, and he stated that 4.4BSD did not support threads, so I was just wondering if FBSD did.. I hope so. Now that I have my firewall setup, I'm ready to do some coding in FBSD. Please let me kno

full/half duplex

2003-02-27 Thread Aaron Walker
I have a 3Com 3c900-Combo and ifconfig is reporting that it was in half-duplex mode, so I booted up my 3com dos utility book disk and checked and it was at half-duplex so I changed it to full. ifconfig is still reporting it being half-duplex. Do I need to reinstall the driver or something? How wo

Re: ATA/IDE Controller question

2003-02-27 Thread Aaron
Ron, I'd recommend replacing your pci modem or sound card with an isa device. That will clear you a spot. ISA devices are pretty darn cheap these days. I don't think you will be happy with an isa controller. I wouldn't even know what to recommend to you for isa controller. Aaron

problems with ipfw

2003-02-27 Thread Aaron Walker
${fwcmd} add pass udp from ${oip} to any 53 keep-state # Allow NTP queries out in the world ${fwcmd} add pass udp from ${oip} to any 123 keep-state ${fwcmd} add allow tcp from me to any setup keep-state ${fwcmd} add allow udp from me to any keep-state ${fwcmd} add allow ip from ${inet} to any out vi

RE: can't get to ATA133

2003-02-26 Thread Aaron Burke
(snip) > Subject: can't get to ATA133 > FreeBSD 4.7R > > Promise TX2000 with two ATA133 drives as ata masters using the ATA133 IDE > cables that came with the TX2000. > > dmesg shows: > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > ad6: DMA limited to UDMA33, non-ATA66 cable or device >

RE: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...)

2003-02-26 Thread Aaron Burke
(snip) > > You have searched well enough. I remember playing with this > > for about a week in the past. (when I first got it working). > > Its amazing how easy the change is to make though. There are a few good reasons I can think of. Simply running an other instance of X-Windows takes up more re

RE: ipfw troubleshooting (was ipfw rule placement)

2003-02-26 Thread Aaron Burke
(snip) > My firewall log is flooded with this message: > > [date and time]churgeon /kernel: ipfw: Deny UDP 10.142.240.1:67 > 255.255.255.255:68 in via ed1 Ports 67 and 68 are used by DHCP. If you get your IP address from a DHCP server, or you are serving or using DHCP on this interface, you will

Networking Drivers for Intel Silicon

2003-02-26 Thread Aaron Burke
Forwarded to these lists on behalf of William F Hunt. > > > Where can I find networking drivers for Intel silicon? > > There are a few available. Which card(s) do you need to > > support? > > http://developer.intel.com/design/network/drivers/index.htm To Unsubscribe: send mail to [EMAIL PROTECT

RE: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...)

2003-02-26 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of User Tysken > Sent: Tuesday, February 25, 2003 5:32 PM > To: [EMAIL PROTECTED] > Subject: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) > > > Hi, > > I have searched some on google and on xfree86.o

RE: question

2003-02-26 Thread Aaron Burke
> I had installed the ports with sysinstall > but how do I can start them loll > thank you for your answer If you installed the ports collection via sysinstall you should have a folder under /usr/ports . For example to install (lets say) "screen" you would type the following as root or super-user:

RE: Minimize downtime(kernel loading)

2003-02-25 Thread Aaron Burke
> Is there any way to load a new kernel without having to reboot? Not in freebsd at this time. A reboot is necessary. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: isp connection woes

2003-02-25 Thread Aaron Burke
(snip) You asked if you can ping your DHCP server > > Don't see why not, assuming: > > 1) The DHCP server returns icmp echo requests > > 2) You know the IP of the DHCP server > > > > > manual configuration > > > > > > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" >

RE: isp connection woes

2003-02-25 Thread Aaron Burke
(snip) > I have ATTBI for an isp, someone told me that the IP TTL is > expiring on the way to the server. Their network design > supports no more than 16 hops on the way to a DHCP server, > but increasing the (hard-coded) TTL (at line 159 in > /usr/src/contrib/isc-dhcp/common/packet.c) can help fi

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
(snip) > I am resetting ports 113 and 27374 from my firewall, but not port 80. > >From my work system, port 80 is shown as filtered by nmap. Other than > that, everything above looks exactly right. Is it possible that port > 80 is being reset elsewhere? What command line did you use? "nmap -P0 6

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
> > On 02/22/03 07:03 PM, Cliff Sarginson sat at the `puter and typed: > > > Hi, > > > Well I can telnet to port 80 on your domain, but it times out in a > > > browser. > > > I don't get any greeting on the telnet, so...it's open, but > nothing is > > > responding to it .. (no web server I mean). n

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
> On 02/22/03 09:26 AM, Aaron Burke sat at the `puter and typed: > > (snip) > > They dont block 80 on my box, allthough that might be a config setting > > not set in my area. > > Ok, mind if I ask you what your network setup looks like? rl0: flags=8843 mtu 1500

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
(snip) > > > I also don't user Verizon for an ISP because they don't permit local > > > servers. Not true at all. > > > > > > > i'm guessing you're talking about the inconvenient way some Cable/DSL > > ISPs block incoming connections on common server ports (25, 80)? > > Verizon DSL does not b

RE: gif tunnels?

2003-02-21 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Krassimir Slavchev > Sent: Friday, February 21, 2003 12:21 AM > To: [EMAIL PROTECTED] > Subject: gif tunnels? > > > Hello All, > > I have: > > Private Net 1 Firewall 1Firewall 2 Priv

RE: IPFW: rc.firewall script doesn't load when loading rules from a file

2003-02-18 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Williams > Sent: Tuesday, February 18, 2003 3:50 PM > To: [EMAIL PROTECTED] > Subject: IPFW: rc.firewall script doesn't load when loading rules from a > file > > > I'm using FBSD 4.7 and have c

RE: Need help formatting HDD

2003-02-16 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of . Saevio . > Sent: Sunday, February 16, 2003 11:21 PM > To: [EMAIL PROTECTED] > Subject: Need help formatting HDD > > > > Hi All, Hi ". Saevio ." > > Sorry to write a F-BSD list with this, but i fig

x config question for PLE133 chipset

2003-02-05 Thread Aaron
w FIC mini ITX boards with the Via C3 cpu. Thanks, Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

dhcp lease timing Quest

2003-01-31 Thread Aaron
t I'm more curious what this admin is thinking. Thanks, Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

help understanding hostname cofig

2003-01-29 Thread Aaron
n related to my problem. I know this can't be that hard. We would appreciate any guidance. Thank you, Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

mini ITX via and C3 processor

2003-01-29 Thread Aaron
Has anyone tried one of the via Mini-ITX Form Factor boards with freebsd??? http://www.idot.com/TheStore/Desktop/718Spec.asp?Product.id=718&Cate.id=5&Pr oduct.status=green Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: login.conf tc=default

2003-01-20 Thread Aaron Burke
0:0:Dustin D Brand:/home/dustman:/usr/lo cal/bin/bash test2:$1$hcveRAF2$oIEp0sKgLzEB1WYsafGry.:1012:1012:dustman:0:0:Test Account for Login Class:/home/test2:/usr/local/bin/bash > > -Hanspeter > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message Aaron Burke [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: How to get detailed information on the RAM in the system?

2003-01-08 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Pranav A. Desai > Sent: Tuesday, January 07, 2003 11:47 AM > To: FreeBSD Questions > Subject: How to get detailed information on the RAM in the system? It shows you if you type dmesg. Its just below the

RE: dual-boot question

2003-01-06 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jud > Sent: Monday, January 06, 2003 02:56 AM > To: chip wiegand; [EMAIL PROTECTED] > Subject: Re: dual-boot question > > > On Sun, 5 Jan 2003 22:44:06 -0800, chip wiegand <[EMAIL PROTECTED]> wrote: >

RE: FreeBSD Stability

2003-01-04 Thread Aaron Burke
> > Don't think (pretty darn sure actually) that FreeBSD can do > this ... howver > > - there is a project for Linux that has this capability. Check > out the Two > > Kernel Monte at > http://www.scyld.com/products/beowulf/software/monte.html > > > > quoeted from http://www.scyld.com/produc

RE: Hangs on boot.

2002-12-31 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of bryan cassidy > Sent: Tuesday, December 31, 2002 09:04 AM > To: [EMAIL PROTECTED] > Subject: Hangs on boot. > > > Hello. I am using FreeBSD 4.7 right now and was > wondering something. In my /etc/rc.co

RE: Error when trying to mount cd

2002-12-31 Thread Aaron Burke
(snip) (and fix of earlier top-post) > > --- Stacey Roberts <[EMAIL PROTECTED]> wrote: > > Hi Kevin, > > > > On Tue, 2002-12-31 at 10:37, Kevin Greenidge wrote: > > > I get the following error message when trying to > > mount > > > a cd: > > > > > > sentinel# mount /dev/acd0c > > > > > > cd966

RE: mac os x 10.2.3 jaguar and port forwarding?

2002-12-31 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ralph > Freibeuter > Sent: Monday, December 30, 2002 04:27 PM > To: [EMAIL PROTECTED] > Subject: mac os x 10.2.3 jaguar and port forwarding? > > > Ho can I exactly define a rule (and where?) that forward

RE: Problems with a C application that changes users and run 'screen -x'

2002-12-20 Thread Aaron Burke
> You're not running the executable as `root'. Since you are not the > superuser, you do not have permissions to operate on the pseudo-tty > that login attempts to work with, and this is why you get the > following error message: This is as I expected. And I dont know of a way to get around it.

Problems with a C application that changes users and run 'screen -x'

2002-12-19 Thread Aaron Burke
result; } And here is the output: bash-2.05$ ./a.out To see the output from when your computer started, run dmesg(8). If it has been replaced with other messages, look at /var/run/dmesg.boot. -- Francisco Reyes <[EMAIL PROTECTED]> Cannot open your terminal '/dev/ttyp

HELP: vinum and newfs on 5.0-RC1

2002-12-09 Thread Aaron D. Gifford
call showed that all my changes had been silently discarded and the above showd up anew. The "vinum label" command also appears useless, happily executing but changing nothing. Now for the questions: How does one create a new filesystem (UFS2 in particular) on a vinum volume in 5.0? Is s

Re: wi0: wi_cmd: busy bit won't clear.

2002-12-05 Thread Aaron D. Gifford
if the console is also unresponsive, but I wouldn't be surprised. It seems these "outages" occur more often during heavier traffic. They also have increased in frequency since WEP was enabled on the network. Any ideas, anyone? Aaron out. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Memory segmentation Error

2002-11-28 Thread Aaron J Siegel
of course something like this only occurs near a deadline.) Happy Thanksgiving Thank You Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: X Remotely on a Win2k Box

2002-11-12 Thread Aaron J Siegel
Hello I do not believe you can run kde remotely, you can run kde applications, from the ssh shell $ xhost (remote system) (this is not secure xauth is more secure) $ kmail -display system:0& will display kmail on your system. If you want the entire kde environment you will want to use VNC this is

Re: bout my FreeBSD

2002-11-08 Thread Aaron J Siegel
I can answer your second question 2. yes you can upgrade one line, you can use the sysinstall (I have never done this) or cvsup the src and compile it yourself. file:/usr/share/doc/handbook/cutting-edge.html file:/usr/share/doc/handbook/cvsup.html I have never had trouble upgrading using the so

Re: Window/File Manager

2002-11-04 Thread Aaron J Siegel
For file managers xterm with your favorite shell and midnight commander (misc/mc). Simple fast, powerful and never have to take your hands off the keyboard. On Sunday 03 November 2002 20:55, Ryan Sommers wrote: > I recently decided to bring my old Presario 1220 our of retirement and > make a sm

xcircuit runtime problem

2002-10-30 Thread Aaron J Siegel
the last time the port was updated. I would usually try to debug this on my own but I do not have the time. Any hints? I am running Stable (4.6) python 2.2 Thank You Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the b

Re: Help! WordPerfect can't find /compat/linux/lib/ld-linux.so.1 !

2002-10-27 Thread Aaron Siegel
If you can not install via rpm you can do it manually this is a safer method. I use Midnight Commander (misc/mc) and select the rpm and copy to the location. (I do not remember if I used rpm or the manual method) sorry for the confusion On Sun, 2002-10-27 at 11:22, Aaron Siegel wrote: > He

Re: Help! WordPerfect can't find /compat/linux/lib/ld-linux.so.1 !

2002-10-27 Thread Aaron Siegel
Hello I was able to get older linux binaries to work by install the following rpms from the Red Hat 6.1 distribution: ld.so-1.9.5-13.i386.rpm libc-5.3.12-31.i386.rpm I did this by: # /usr/compat/linux/bin/bash # rpm -ivh ld.so-1.9.5-13.i386.rpm # rpm -ivh libc-5.3.12-31.i386.rpm Then you will n

RE: WINS service over a Point to Point link. (Problem Solved)

2002-10-09 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Burke > Sent: Sunday, September 29, 2002 04:27 PM > To: [EMAIL PROTECTED] > Subject: WINS service over a Point to Point link. > > > Hello List, > I have

Root mount failed: 5

2002-10-02 Thread Aaron K. Namba
e boot process in general, or even tell me exactly what's wrong, I'd be very grateful. Let me know what information would be helpful. I'm using release 4.6.2 for the system on the cd. I realized recently that the custom kernel I'm building is from 4-STABLE, but I don't think

WINS service over a Point to Point link.

2002-09-29 Thread Aaron Burke
it becomes the WINS server on that interface. Is there any way to add a reference to "bravo (192.168.2.2)" to the WINS tables? If I have forgotten to mention anything, please let me know. Aaron Burke [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with &q

<    1   2   3   4   5