RE: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-20 Thread Hauan, David
-Original Message- From: freebsder [mailto:[EMAIL PROTECTED] Sent: Sunday, July 18, 2004 10:16 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2 Hi Mark, I put in: natd_flags=-dynamic But I could not get it up

FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-18 Thread freebsder
Hi Chuck, Thanks for the suggestions. First off - there was actually a typo in the line: firewall_script=/etc/rc/firewall I changed it to: firewall_script=/etc/rc.firewall However, it made no difference to the WinXP box ability to connect. Next I tried commenting out that line altogether but

Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-18 Thread freebsder
Hi Mark, I put in: natd_flags=-dynamic But I could not get it up and running. Btw, previously, what I've been doing to get the machine on line was typing in: # ipfw add 100 allow tcp from any to any via any 00100 allow tcp from any to any # ipfw add 100 allow ip from any to any via any 00100

FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-16 Thread freebsder
OK - I have taken everyone's advice and made some changes to my rc.conf. Things have improved ... All my computers can ping each other! BUT I can only connect to the internet from the FreeBSD server. All requests made by the WinXP machines go unanswered!! Yet when I ping from them, they can

Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-16 Thread Chuck Swiger
freebsder wrote: Any ideas why my FreeBSD machine is not routing these requests and putting up a road block? [ ... ] firewall_type=OPEN #firewall_quiet=NO firewall_script=/etc/rc/firewall natd_enable=YES There's likely to be a problem with /etc/rc/firewall, assuming

Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-16 Thread freebsder
Hi Chuck, This is what I get: # ipfw -a list 00100 49820 12066079 allow ip from any to any 00100 00 allow tcp from any to any 65535 2 96 deny ip from any to any The Second and Third lines don't seem right.. What do I need to do correct the problem here. The Firewall

Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-16 Thread Bill Moran
freebsder [EMAIL PROTECTED] wrote: All my computers can ping each other! BUT I can only connect to the internet from the FreeBSD server. All requests made by the WinXP machines go unanswered!! Yet when I ping from them, they can connect to any computer on the network BUT CANNOT ping

Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-16 Thread Warren Block
On Fri, 16 Jul 2004, freebsder wrote: Hi Chuck, This is what I get: # ipfw -a list 00100 49820 12066079 allow ip from any to any 00100 00 allow tcp from any to any 65535 2 96 deny ip from any to any The Second and Third lines don't seem right.. What do I need to do correct

Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-16 Thread freebsder
127.0.0.1 netmask 0xff00 tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492 inet 6X.7X.5X.23X -- 6X.23X.25X.12X netmask 0x Opened by PID 215 ORIGINAL MESSAGE Subject: Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2 freebsder [EMAIL PROTECTED] wrote

Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-16 Thread Mark
215 ORIGINAL MESSAGE Subject: Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2 freebsder [EMAIL PROTECTED] wrote: All my computers can ping each other! BUT I can only connect to the internet from the FreeBSD server. All requests made by the WinXP machines go

FreeBSD 5.1 - WinXP Networking Problem UPDATE

2004-07-14 Thread freebsder
Thanks to everyone for their patience and help ... you know who you are. I have gotten rid of the vr0 config line My RC.CONF file now looks like this: [...] ##initialise NIC network_interfaces=vr0 ed0 lo0 tun0 ifconfig tun0 ifconfig vr0= media 10baseT/UTP up

FreeBSD 5.1 - WinXP Networking Problem UPDATE

2004-07-14 Thread freebsder
Hi Everyone ... thanks for your help thus far. I've made some changes below. [I have Not made all the changes that you've kindly suggested but enough that I am able to ping back and forth ... if I have ignored your suggestion and you still see a gapping error, please feel free to reinterate, I

RE: FreeBSD 5.1 - WinXP Networking Problem UPDATE

2004-07-14 Thread Darren Pilgrim
From: freebsder [mailto:[EMAIL PROTECTED] Hi Everyone ... thanks for your help thus far. I've made some changes below. [I have Not made all the changes that you've kindly suggested but enough that I am able to ping back and forth ... if I have ignored your suggestion and you still see