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

Re: runing FreeBSD on WinXP using free PC virtualization software

2004-07-20 Thread andrew clarke
On Sun, Jul 18, 2004 at 10:27:11AM +0600, ashadul hoque wrote: Is there any free software to run FreeBSD on WinXP? QEMU: http://fabrice.bellard.free.fr/qemu/ http://www.h7.dion.ne.jp/~qemu-win/ ___ [EMAIL PROTECTED] mailing list http

Re: runing FreeBSD on WinXP using free PC virtualization software

2004-07-18 Thread Aaron Myles Landwehr
ashadul hoque wrote: Hello everyone, Is there any free software to run FreeBSD on WinXP? I tried google and it looks like there is no free software to run FreeBSD on WinXP. regards Ashadul ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

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: runing FreeBSD on WinXP using free PC virtualization software

2004-07-18 Thread James W. Thompson, II
hoque wrote: Hello everyone, Is there any free software to run FreeBSD on WinXP? I tried google and it looks like there is no free software to run FreeBSD on WinXP. regards Ashadul ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

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

Re: runing FreeBSD on WinXP using free PC virtualization software

2004-07-18 Thread arden
is coming along nicely. On Sun, 18 Jul 2004 01:59:59 -0400, Aaron Myles Landwehr [EMAIL PROTECTED] wrote: ashadul hoque wrote: Hello everyone, Is there any free software to run FreeBSD on WinXP? I tried google and it looks like there is no free software to run FreeBSD

runing FreeBSD on WinXP using free PC virtualization software

2004-07-17 Thread ashadul hoque
Hello everyone, Is there any free software to run FreeBSD on WinXP? I tried google and it looks like there is no free software to run FreeBSD on WinXP. regards Ashadul ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: runing FreeBSD on WinXP using free PC virtualization software

2004-07-17 Thread James W. Thompson, II
You could run it in Bochs. Check out the project at http://bochs.sourceforge.net/ I use it on my Mac and it works fine. On Sun, 18 Jul 2004 10:27:11 +0600, ashadul hoque [EMAIL PROTECTED] wrote: Hello everyone, Is there any free software to run FreeBSD on WinXP? I tried google and it looks

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
is down -at one point I was able to ping the freebsd machine from WinXP #2 but then for some reason, I made a change and cannot ping anymore... RC.CONF My rc.conf file looks like this: font8x14=NO font8x16=swiss-8x16 font8x8=swiss-8x8 inetd_enable=YES

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

Re: FreeBSD beside WinXP

2003-11-21 Thread ogautherot
Kent Stewart écrit: If you want to pass large files, you need something you can write to from FreeBSD. You can read but not write to NTFS. I have a number of multi-boot machines and I almost always have that much in one partition that is FAT32. To solve the problem, I loaded WinXP in a

Re: FreeBSD beside WinXP

2003-11-21 Thread Kent Stewart
On Friday 21 November 2003 01:30 am, [EMAIL PROTECTED] wrote: Kent Stewart écrit: If you want to pass large files, you need something you can write to from FreeBSD. You can read but not write to NTFS. I have a number of multi-boot machines and I almost always have that much in one partition

FreeBSD beside WinXP

2003-11-20 Thread chael
Hello, I read somewhere before that there were partition or boot problems after installing 5.1 beside winXP. Has anyone been able to do this successfully? Is there something not obvious that I need to set/tweak while during sysinstall? This partition has seen several versions of Mandrake and

Re: FreeBSD beside WinXP

2003-11-20 Thread Jud
On Thu, 20 Nov 2003 14:59:29 +0800, [EMAIL PROTECTED] wrote: Hello, I read somewhere before that there were partition or boot problems after installing 5.1 beside winXP. Has anyone been able to do this successfully? Is there something not obvious that I need to set/tweak while during

Re: FreeBSD beside WinXP

2003-11-20 Thread ogautherot
As far as I am concerned, I tend to have 1 partition for the system and a separate one for user data - this way, you don't wipe everything out if your system crashes. This saved my life a couple of times. What do you need the 10GB FAT32 partition for? (I suspect the same purpose but with respect

Re: FreeBSD beside WinXP

2003-11-20 Thread Kent Stewart
On Thursday 20 November 2003 05:14 am, [EMAIL PROTECTED] wrote: As far as I am concerned, I tend to have 1 partition for the system and a separate one for user data - this way, you don't wipe everything out if your system crashes. This saved my life a couple of times. What do you need the

Re: FreeBSD beside WinXP

2003-11-20 Thread Jesse Guardiani
[EMAIL PROTECTED] wrote: Hello, I read somewhere before that there were partition or boot problems after installing 5.1 beside winXP. Has anyone been able to do this successfully? Is there something not obvious that I need to set/tweak while during sysinstall? This partition has seen

Re: FreeBSD beside WinXP

2003-11-20 Thread chael
Thanks for all the replies. And yes, that's what my FAT32 is for... sort of a mediator for the different OSes which also contains important files but no directories for working applications. Ok, let me get this in short. You basically recommend me to follow this

Re: FreeBSD beside WinXP

2003-11-20 Thread Kent Stewart
On Thursday 20 November 2003 04:49 pm, [EMAIL PROTECTED] wrote: Thanks for all the replies. And yes, that's what my FAT32 is for... sort of a mediator for the different OSes which also contains important files but no directories for working applications. Ok, let me get this in short. You

Re: FreeBSD beside WinXP

2003-11-20 Thread Jud
On Fri, 21 Nov 2003 08:49:49 +0800, [EMAIL PROTECTED] wrote: Thanks for all the replies. And yes, that's what my FAT32 is for... sort of a mediator for the different OSes which also contains important files but no directories for working applications. Ok, let me get this in short. You

FreeBSD or WinXP????

2003-09-17 Thread Denis
Hi All!!! How do you think what more comfortable and better WinXP or FreeBSD for writting web-scripts??? Do you use KDE or GNOME or others? In GNOME i have very fast keyboard. I put (for example) key 'A' and in 1 secong i get: Very fast it's

Re: FreeBSD or WinXP????

2003-09-17 Thread Lucas Holt
All!!! How do you think what more comfortable and better WinXP or FreeBSD for writting web-scripts??? Do you use KDE or GNOME or others? In GNOME i have very fast keyboard. I put (for example) key 'A' and in 1 secong i get: Very fast it's

Re: FreeBSD or WinXP????

2003-09-17 Thread Mike Maltese
In GNOME i have very fast keyboard. I put (for example) key 'A' and in 1 secong i get: Very fast it's cool! But KDE can't to do it. In KDE I have very slow keyboard... it's very bad:((( How I can to do more keyboard-speed??? I'd like use KDE!

Re: FreeBSD or WinXP????

2003-09-17 Thread Luke Kearney
I suggest you stick to WinXP for your script writing and (Bdefinately use Server 2003 for your hosting. (B (B- Original Message - (BFrom: "Denis" [EMAIL PROTECTED] (BTo: [EMAIL PROTECTED] (BSent: Wednesday, September 17, 2003 11:35 PM (BSubject: FreeBSD or WinXP (B

Re: FreeBSD or WinXP????

2003-09-17 Thread Tadimeti Keshav
You are probably refering to keyboard refresh rate. It is a setting. In KDE I think it is in COntrol Centre. Check the keyboard tab. Do you use KDE or GNOME or others? In GNOME i have very fast keyboard. I put (for example) key 'A' and in 1 secong i get:

I can't see hard disk with FreeBSD under WinXP....

2003-09-15 Thread Denis
Hi All!!! I can't see hard disk with FreeBSD under WinXP -- Best regards, Denis [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: I can't see hard disk with FreeBSD under WinXP....

2003-09-15 Thread Lowell Gilbert
Denis [EMAIL PROTECTED] writes: I can't see hard disk with FreeBSD under WinXP WindowsXP cannot read FreeBSD's filesystems. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

FreeBSD 4.7 + WinXP + GRUB problem

2002-12-16 Thread Aron Silverton
I attempted to set up a notebook with a single drive to dual-boot and now I am having a problem booting into XP. Here's the story: I split a notebook's hard drive in half (10GB each half) and installed XP (NTFS) on the first parition. I installed FreeBSD 4.7-Release on the second half. I

Re: FreeBSD 4.7 + WinXP + GRUB problem

2002-12-16 Thread Scott Robbins
On Tue, Dec 17, 2002 at 12:35:53AM -0600, Aron Silverton wrote: title FreeBSD root (hd0,1,a) kernel /boot/loader title WinXP root (hd0,0) Change that to rootnoverify and see if it helps 6. I rebooted using the GRUB boot floppy, and repeated step 4. This time, I

IPsec VPN between FreeBSD and WinXP

2002-12-03 Thread RJ45
Hello. I could set up succesfully a IPSec transport mode VPN between WinXP and FreeBSD 4.7 The problem is that it works only if I Start the first connection from WinXP to FreeBSD box, and the vice versa does not work. If The very first IPSec connection starts from FreeBSD I have this kind

Re: IPsec VPN between FreeBSD and WinXP

2002-12-03 Thread Kevin Stevens
On Tuesday, Dec 3, 2002, at 03:31 US/Pacific, RJ45 wrote: I could set up succesfully a IPSec transport mode VPN between WinXP and FreeBSD 4.7 The problem is that it works only if I Start the first connection from WinXP to FreeBSD box, and the vice versa does not work. If The very first IPSec