Re: ppp problems : Modem connection issues on FreeBSD 5.2.1

2004-04-14 Thread Niraj Kumar
Niraj Kumar wrote:

JJB wrote:

First of all you are using an development version of Freebsd which
snip


I did a bit of tweaking to compile this program (which was for openbsd) .
snip

I will post ppp.conf in next mail .(I  am  currently away from that 
machine) .
For me ,the problem appears to be in ppp  program and not in eciadsl .
Here is ppp.conf :

#
# PPP  Sample Configuration File to use with the Speedtouch USB
# Written by Francois Rogler [EMAIL PROTECTED]
#
# You will have to fill in :
# - login
# - password
# - VPI.VCI as defined by your provider.
#   Check the file vpivci for some commom values.
# `adsl' profile is for the default PPPoA mode
# `pppoe' profile is for the bridged PPPoE mode
#
#   $Id: ppp.conf.sample,v 1.5 2003/07/23 03:36:41 rogler Exp $
#
default:
ident user-ppp VERSION (built COMPILATIONDATE)
set log Phase Chat IPCP CCP tun command
set ifaddr 10.0.0.1/0 10.0.0.2/0
disable pred1 deflate lqr# compression features
denypred1 deflate lqr# line quality reporting
disable ipv6 # turn off ipv6 challenge
adsl:
set authname **
set authkey **
set openmode active 3
set device !/root/eciadsl/eciadsl-usermode-bsd-0.10/pppoeci -v 1 -f 
/var/log/pppoeci.log -alt 4 -mode LLC_RFC2364
accept chap
set speed sync
set timeout 0
set redial 15 1
set dial 
add default HISADDR
enable dns

pppoe:
set authname [EMAIL PROTECTED]
set authkey motihari123
set device PPPoE:tap0
set speed sync
set timeout 0
set redial 15 1
set dial
set login
add default HISADDR
enable dns



Try adding this to your ppp.conf
disable pred1 deflate lqr# compression features
denypred1 deflate lqr# line quality reporting
disable ipv6 # turn off ipv6 challenge
Will try this and let you know the results. 
I am getting the same error even after adding these options .

I am posting eciadsl.conf below :

VID1=0f70
PID1=0001
VID2=0915
PID2=0002
MODE=LLC_RFC2364
VCI=32
VPI=1
FIRMWARE=/etc/eciadsl/firmware00.bin
SYNCH=/etc/eciadsl/synch07.bin
PPPD_USER=*
PPPD_PASSWD=***
USE_DHCP=no
USE_STATICIP=no
STATICIP=
GATEWAY=
MODEM=Other
PROVIDER=Other
DNS1=202.56.250.5
DNS2=


As an guide, I would plug an ms/windows box into your DSL modem and
see what it says to verify you really need PPPoA.
I know this for sure because as I said in my first mail , I am using 
the same
program on Linux  (on the same box with same modem ) to successfully 
connect
to the provider.

FreeBSD 'user ppp' also has pppoa and pppoe options. Most DSL modems
work with pppoe. Read man ppp and the official handbook at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoa.html


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Niraj Kumar
Sent: Tuesday, April 13, 2004 2:57 AM
To: [EMAIL PROTECTED]
Subject: ppp problems : Modem connection issues on FreeBSD 5.2.1
 Hi,

I have a DSL modem with Globespan chipset.
I am trying to use eciadsl usemode program
 ( http://eciadsl.flashtux.org/download.php?lang=en )
on FreeBSD 5.2.1 (AMD Athlon 2600 , A7N8X-VM  motherboard).
However , I am getting the following error and
ppp connect failed . See the copy/paste from the terminal below :
# ppp -background adsl
Working in background mode
Using interface: tun0
Child failed (errdead)
After  some more digging , I was able to enable logging . (See log
below)
From whatever I see in the log , I guess the culprit is the line
which
says :
Too many LCP NAKs sent - abandoning negotiation .  But I don't
know
how to address this problem .
Could anybody please help me on this .
NOTE  that I am able to connect to my provider using the 0.8 version
of
usermode eciadsl program on Linux , on the same machine .
Also , is there any other program which can be used on FreeBSD for
this
purpose ? FYI , I have to use *ppp over ATM ( PPPoA* == RFC2364 )
for this connection .
If you need any more info , please let me know.
thanks
Niraj
-ppp.log ---

Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: Connected!
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: opening - dial
Apr  8 20:00:53  ppp[638]: tun0: Chat: deflink: Dial attempt 1 of
1
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: dial - carrier
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: carrier - login
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: login - lcp
Apr  8 20:00:58  ppp[638]: tun0: Phase: deflink: Too many LCP NAKs
sent
- abandoning negotiation
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: Disconnected!
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: lcp - logout
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: logout - hangup
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: Disconnected!
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: Connect time: 6
secs:
1106 octets in, 558 octets out
Apr  8 20:00:59  ppp[638]: tun0

ppp problems : Modem connection issues on FreeBSD 5.2.1

2004-04-13 Thread Niraj Kumar
 Hi,

I have a DSL modem with Globespan chipset.
I am trying to use eciadsl usemode program
 ( http://eciadsl.flashtux.org/download.php?lang=en )
on FreeBSD 5.2.1 (AMD Athlon 2600 , A7N8X-VM  motherboard).
However , I am getting the following error and
ppp connect failed . See the copy/paste from the terminal below :
# ppp -background adsl
Working in background mode
Using interface: tun0
Child failed (errdead)
After  some more digging , I was able to enable logging . (See log below)
From whatever I see in the log , I guess the culprit is the line which 
says :
Too many LCP NAKs sent - abandoning negotiation .  But I don't know
how to address this problem .
Could anybody please help me on this .

NOTE  that I am able to connect to my provider using the 0.8 version of 
usermode eciadsl program on Linux , on the same machine .

Also , is there any other program which can be used on FreeBSD for this
purpose ? FYI , I have to use *ppp over ATM ( PPPoA* == RFC2364 ) for this connection .
If you need any more info , please let me know.
thanks
Niraj
-ppp.log ---

Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: Connected!
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: opening - dial
Apr  8 20:00:53  ppp[638]: tun0: Chat: deflink: Dial attempt 1 of 1
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: dial - carrier
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: carrier - login
Apr  8 20:00:53  ppp[638]: tun0: Phase: deflink: login - lcp
Apr  8 20:00:58  ppp[638]: tun0: Phase: deflink: Too many LCP NAKs sent 
- abandoning negotiation
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: Disconnected!
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: lcp - logout
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: logout - hangup
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: Disconnected!
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: Connect time: 6 secs: 
1106 octets in, 558 octets out
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: 56 packets in, 32 
packets out
Apr  8 20:00:59  ppp[638]: tun0: Phase:  total 277 bytes/sec, peak 35 
bytes/sec on Thu Apr  8 20:00:58 2004
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: HUPing 640
Apr  8 20:00:59  ppp[638]: tun0: Phase: deflink: hangup - closed
Apr  8 20:00:59  ppp[638]: tun0: Phase: bundle: Dead
Apr  8 20:00:59  ppp[638]: tun0: Phase: PPP Terminated (normal).
Apr  8 20:00:59  ppp[637]: tun0: Phase: Parent: Child failed (errdead)
Apr  8 20:00:59  ppp[638]: tun0: Chat: Parent notified of failure
-- 





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: UFS mounted on linux

2004-03-31 Thread Niraj Kumar
Rahul Sawarkar wrote:

Hello
I have a freebsd ufs partition, that I access from linux using the 
following command:

mount /dev/hda2 /mnt -t ufs -o ufstype=44bsd
This is fine for 4.x series .
However , FreeBSD 5.x uses ufs2 by default . For mounting ufs2 , look at 
these patches :

http://ufs-linux.sourceforge.net

Funnie: All the files and directories created by the /stand/sysinstall 
or the freeBSD
install CD are visible. But the recent files I downloaded from the 
net, or any file
created while booted in FreeBSD using touch filename for instance 
are not to be seen in
Linux.

Moving or copying files has no effect.Changing attributes using 
chflags noopaque has no effect.

Any tips ?
Correct me if I am wrong , but linux's ufs implementation is not very 
robust . Besides , there are no
good tools for ufs fs on linux.  That is why I have started this work 
(link above).

Regards
Niraj
Rgrds
freebsd-questions users: Please cc to: [EMAIL PROTECTED] as I'm not 
subscribed.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help with acpi on nforce

2004-03-31 Thread Niraj Kumar


jason wrote:

I have been to the how-to site giving on the list before, but I have a 
problem I could not find answers to.  Here is a copy of what I get:

snip
]
Table header is invalid!
Couldn't get table from the file
barton#
Does anyone have a acpidump from a nforce2 product that has good 
headers I could try?  I'll post my asl file if anyone would like to 
take a look at it.
I am not sure , but if it helps , sometimes back I had put up the output of

# acpidump -t -d  niraj.asl
acpidump: RSDT entry 2 is corrupt
at
http://www.niraj.4t.com/freebsd/
Look at file niraj.asl.txt .

I have an asus a7nx8-vm  (nForce2 ). dmesg output is also there.

Niraj

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hi I am interested in getting freebsd and i have a fewquestions about this good operating system!

2004-03-29 Thread Niraj Kumar
Joe Falcone wrote:

Dear Freebsd Owners and Developers,

I am interested in getting freebsd for server functions and it is confusing me on how to use it and how to install it! Is there a possible way to download a .iso cd image of freebsd? It sounds very interesting and i would think it would be a great operating system enviornment to use. If you could help me with the web and pop3 server functions that would help me with my expirence with your operating system. And please send a list of features and how it is used in everyday life i would be most interested in getting freebsd (x86-compatable) os.

Please have a look at FreeBSD Handbook .
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
This would answer most of your questions.

Sincerily,
Joseph Nicholas Falcone
Niraj

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux patch for reading ufs2

2004-02-16 Thread Niraj Kumar
Hi ,

Okay ,I was able to reproduce the problem at my machine.

I have a feeling that the this error can be avoided if you use 
CONFIG_LBD in your kernel configuration.
( Device Drivers - Block Devices -  Support for large block devices )
Please use this option and see whether the problem is still there or not .

Meanwhile , I am trying to figure out a better/complete solution.

Niraj

Vladimir Kushnir wrote:

Hi,
This is /usr/ports/distfiles/emovix-0.8.0.tar.gz - regular file, ls -li:
1842130 -rw-r--r--  1 vkushnir  wheel  8636010 Jan  5 
23:43 /usr/ports/distfiles/emovix-0.8.0.tar.gz

I don't know precisely what's relevant but after (lengthy indeed) debugging 
information Linux gives:
..
Feb 15 18:33:58 localhost kernel: (fs/ufs/inode.c, 543), ufs_read_inode: 
ENTER, ino 1842130
Feb 15 18:33:58 localhost kernel: (fs/ufs/inode.c, 636), ufs_read_inode: 
Reading ufs2 inode, ino 184213
Feb 15 18:33:58 localhost kernel: (fs/ufs/inode.c, 704), ufs_read_inode: EXIT
Feb 15 18:34:06 localhost kernel: attempt to access beyond end of device
Feb 15 18:34:06 localhost kernel: hde10: rw=0, want=2147483880, limit=42732580
Feb 15 18:34:06 localhost kernel: Buffer I/O error on device hde10, logical 
block 536870969
Feb 15 18:34:06 localhost kernel: attempt to access beyond end of device
Feb 15 18:34:06 localhost kernel: hde10: rw=0, want=2147483884, limit=42732580
Feb 15 18:34:06 localhost kernel: Buffer I/O error on device hde10, logical 
block 536870970
Feb 15 18:34:06 localhost kernel: attempt to access beyond end of device
Feb 15 18:34:06 localhost kernel: hde10: rw=0, want=2147483888, limit=42732580
Feb 15 18:34:06 localhost kernel: Buffer I/O error on device hde10, logical 
block 536870971
Feb 15 18:34:06 localhost kernel: attempt to access beyond end of device
Feb 15 18:34:06 localhost kernel: hde10: rw=0, want=2147483892, limit=42732580
Feb 15 18:34:06 localhost kernel: Buffer I/O error on device hde10, logical 
block 536870972
and so on - several blocks in this region (here hd10 == ad0s2e, /usr, mounted 
under Linux with -r -t ufs -o ufstype=ufs2). And finally it refuses to copy 
or untar this file. This is the only information I cn see there. 
At the same time when I boot into FreeBSD - no problems whatsoever.

On Monday 16 February 2004 06:22, Niraj Kumar wrote:
 

Hi,

Thanks for testing this stuff.

Vladimir Kushnir wrote:
   

First off - thanks a bunch, now I don't need to reboot every time I
forgot to copy some files to Linux.
Tested and works here: ad0: 57241MB WDC WD600JB-00CRA1;
ad0s2 - current -CURRENT (everything in UFS2);
ad0s5 - Mandrake 9.2 + kernel 2.6.2 + p{1,2}.txt
There is a file though (emovix distro in ports/distfiles) which Linux
gives an input/output error on. More precisely, it gives me
attempt to access beyond end of device
Buffer I/O error on device hde10, logical block ... (several blocks).
Under FreeBSD - no errors on this file so it doesn't seem like HD
problem.
   

Well , what kind of file is this ? Is it a normal file or some device
file , or symobolic link etc ...?
Can you send me the 'dmesg' output for this error (if there is any) ?
FYI , I have enabled some debugging messages in this patch , so you
should be getting a lot
of debugging messages in 'dmesg' .
Any other input on this problem is welcome.

Niraj

   

Regards,
Vladimir
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux patch for reading ufs2

2004-02-15 Thread Niraj Kumar
Hi,

Thanks for testing this stuff.

Vladimir Kushnir wrote:

First off - thanks a bunch, now I don't need to reboot every time I forgot to 
copy some files to Linux. 
Tested and works here: ad0: 57241MB WDC WD600JB-00CRA1;
ad0s2 - current -CURRENT (everything in UFS2);
ad0s5 - Mandrake 9.2 + kernel 2.6.2 + p{1,2}.txt

There is a file though (emovix distro in ports/distfiles) which Linux gives an 
input/output error on. More precisely, it gives me 
attempt to access beyond end of device
Buffer I/O error on device hde10, logical block ... (several blocks).
Under FreeBSD - no errors on this file so it doesn't seem like HD problem.

Well , what kind of file is this ? Is it a normal file or some device 
file , or symobolic link etc ...?
Can you send me the 'dmesg' output for this error (if there is any) ?
FYI , I have enabled some debugging messages in this patch , so you 
should be getting a lot
of debugging messages in 'dmesg' .

Any other input on this problem is welcome.

Niraj

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linux patch for reading ufs2

2004-02-12 Thread Niraj Kumar
Hi,

I am trying to create some Linux patches to be able to read ufs2.
Interested (those who are having both Linux and FreeBSD on same box) may 
try them .

The work-in-progress patches are available from

http://ufs-linux.sourceforge.net/ufs2/p1.txt
http://ufs-linux.sourceforge.net/ufs2/p2.txt
Currently , these provides the bare minimum  ufs2
support and that also for Read-Only .
It would be good if somebody tests them  and see the problems.

Niraj

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with netgraph

2004-02-04 Thread niraj kumar

1. when i use printf statement to print my own string with the message in  nge_rcvdata 
function in ng_echo.c i face the problem thatobject code has not changed. and when i 
use ngctl write command with the -f filename option it just print the file contents . 
what is the proper procedure to add your own message which is written in the ng_echo.c 
file when i use ngctl write command and where the data is stored. 2. where i can find 
more about the netgraph  the man page help is not enough for the beginner  
 niraj


Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with ng_echo

2004-02-03 Thread niraj kumar
1. when i use printf statement to print my own string with the message 
in  nge_rcvdata function in ng_echo.c i face the problem that
object code has not changed. and when i use ngctl write command with 
the -f filename option it just print the file contents . what is the 
proper procedure to add your own message which is written in the ng_echo.c 
file when i use ngctl write command and where the data is stored.
 
2. where i can find more about the netgraph  the man page help is not 
enough for the beginner 
  niraj



Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem in netgraph

2004-02-03 Thread niraj kumar

1. when i use printf statement to print my own string with the message in  nge_rcvdata 
function in ng_echo.c i face the problem thatobject code has not changed. and when i 
use ngctl write command with the -f filename option it just print the file contents . 
what is the proper procedure to add your own message which is written in the ng_echo.c 
file when i use ngctl write command and where the data is stored. 2. where i can find 
more about the netgraph  the man page help is not enough for the beginner
thanks for ur help   

   niraj


Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem in kernel compiling with netgraph option

2004-02-02 Thread niraj kumar
when i add these line in  my  kernel file
options NETGRAPH
options NETGRAPH_ETHER
options NETGRAPH_SOCKET
 
after using ngctl show i see ed0 as ethernet node but when i attempt to insert a tee 
node between lower and upper hook y using 
 ngctl mkpeer ed0: tee lower right
i am facing this problem 
   module-register : module netgraph already exist
linker_file_sysinit  netgraph.ko  failed to register

Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with netgraph

2004-02-01 Thread niraj kumar
1. when in compile the kernel with options NETGRAPH and after that when i see the 
nodes withngctl  list  it doesn't show the ethernet interface in the node list . i 
am the beginner in this field  
 
2. i want to insert a module between the ng_ether lower node and the upper node . 
where i can more on this .

Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem in ng_ether

2004-02-01 Thread niraj kumar

  i want to insert a tee node between upper and the
lower 
node of the ng_ether. i am using freebsd 4.7 . i
am the beginner . please help



Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


compiling kernel with netgraph option

2004-01-30 Thread niraj kumar
1. how can we compile kernel in freebsd 4.7 with netgraph option.
 
2 what is the procedure to add ur own module between the lower and the higher node of 
the ng_ether.
 
3 where i can find more about this
   
 niraj

Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


maximum ip address

2004-01-16 Thread niraj kumar
how many ip address can i assign to my single machine( maximum limit ).how can i check 
this in freebsd
   thanks in advance   
niraj






Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ip addressing in freebsd

2004-01-16 Thread niraj kumar

how many ip address can i assign to my single machine( maximum limit ).how can i check 
this in freebsd   thanks in advance   niraj







Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


shared objects(.so files)

2004-01-02 Thread niraj kumar
i want to create shared objects (.so files) in freebsd what is the command and the 
parameters for that.
 
  niraj

Yahoo! India Matrimony: Find your partner online.Post your profile.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ip addressing in freebsd

2003-12-28 Thread niraj kumar
1. in freebsd we can have two ip address for a single host like 2.0.0.1  17.0.0.1 by 
using ifconfig but why can't we assign two ip like 2.0.0.1  2.0.0.2 (i  know that 
both r in same network)
2 so where is the problem in resolving the ip addressing of the host 
3 where i can find more about this (links)
 
4. where is the code of the ip resolution in thekernel 
  niraj  
   

Yahoo! India Matrimony: Find your partner online.Post your profile.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


implementation of bpf

2003-12-24 Thread niraj kumar
i want to know how to implement a simple bpf filter on the freebsd i am using bsd4.7 
version and i know the instruction set of the bfp virutal  machine but i dont know how 
to implement that and to check whether that particular bpf is working or not so u 
could explain the functioning of bpf with example then i would be thankful to u 
 
   thank in advance
  
  Niraj

Yahoo! India Matrimony: Find your partner online.Post your profile.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Use of the BOOT.FLP floppy disk.

2003-12-18 Thread Niraj Kumar
I guess you have to use kern.flp and mfsroot.flp for installing FreeBSD 5.x.

It is clearly mentioned in the readme.txt file .

Niraj

Arne Engø wrote:

Hello, 

I have been using FreeBSD earlier, but am new to the 5.0-Release.
The boot.flp image seems to be twice the size of an ordinary floppy, while the other 
four images in the floppies-directory fits on exactly one disk each. What are the 
BOOT.FLP disk for ? How is it to be used, and how do I use it on a 1.44 - floppy disk 
drive system ??? I would appreciate a speedy reply, as I'm trying to set up a new 
system with Freebsd 5.0-release.
Sincerely 
Arne S. Engø ; [EMAIL PROTECTED]

Ny versjon av Yahoo! Messenger 
Nye ikoner og bakgrunner, webkamera med superkvalitet og dobbelt så morsom
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]