LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-16-2005, 06:36 AM   #1
chaitanya
LQ Newbie
 
Registered: Apr 2005
Posts: 8

Rep: Reputation: 0
problem with neworking using ip over 1394


Hello friends,

I've encountered a problem while establishing firewire based n/w connection between my target board and my host pc [ linux 2.4.20-8 ].

My target machine is an Intel IOP321 board with 2 firewire interfaces. It has got
montavista's 2.4.19-rmk7-ds1 as it's kernel.

The host machine is redhat 9.0 with 2.4.20-8 kernel.

Host:
I've inserted the module eth1394.o which resulted in this output:

ether1394: $Rev: 601 $ Ben Collins <bcollins@debian.org>
divert: allocating divert_blk for eth1
ether1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (ohci1394)

Later I've done
# ifconfig eth1 192.168.100.1 up
# ifconfig
eth1 Link encap:Ethernet HWaddr FF:C0:00:00:00:00
inet addr:192.168.100.1 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MTU:4088 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

Target:
Here the eth1394 driver is inherent in the kernel. So I've directly used ifconfig
to up the device.

# ifconfig eth0 192.168.100.2 up
# ifconfig

Link encap:UNSPEC HWaddr DF-13-00-00-00-00-00-00-00-00-00-00-00-00-0
inet addr:192.168.100.2 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

Note: You can find the differences in their Link encap fields. The former has "Ethernet" and the latter has "UNSPEC" .

Now while pinging I get this problem from the target machine:

# ping -c 2 192.168.100.1 &

PING 192.168.100.1 (192.168.100.1) from 192.168.100.2 : 56(84) bytes of data.
From 192.168.100.2 icmp_seq=1 Destination Host Unreachable
From 192.168.100.2 icmp_seq=2 Destination Host Unreachable
WARNING: failed to install socket filter
: Protocol not available

From Host:
# ping 192.168.100.1

PING 192.168.100.2 (192.168.100.2) 56(84) bytes of data.
From 192.168.100.1 icmp_seq=1 Destination Host Unreachable
From 192.168.100.1 icmp_seq=2 Destination Host Unreachable

Can you please determine where the problem is:

Thank You

regards
chaitanya
 
Old 02-16-2007, 01:42 PM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Same thing here.
And tcpdump on target host shows stuff when pinged:

20:47:00.641057 truncated-arp
0x0000: 0018 0800 1004 0002 8888 8888 8888 900c ................
0x0010: 0a02 ffff f020 0000 0b00 0002 0b00 0001 ................
20:47:01.630764 arp who-has 11.0.0.2 (88:88:88:88:88:88:90:0c) tell 11.0.0.1 hardware #24
20:47:01.630788 truncated-arp
0x0000: 0018 0800 1004 0002 8888 8888 8888 900c ................
0x0010: 0a02 ffff f020 0000 0b00 0002 0b00 0001 ................
20:47:02.624494 arp who-has 11.0.0.2 (88:88:88:88:88:88:90:0c) tell 11.0.0.1 hardware #24
20:47:02.624498 truncated-arp
0x0000: 0018 0800 1004 0002 8888 8888 8888 900c ................
0x0010: 0a02 ffff f020 0000 0b00 0002 0b00 0001 ................
20:47:03.643237 arp who-has 11.0.0.2 (88:88:88:88:88:88:90:0c) tell 11.0.0.1 hardware #24



Dmesg give me that:

ieee1394: ether1394 rx: sender nodeid lookup failure: 0-00:1023
ieee1394: ether1394 rx: sender nodeid lookup failure: 0-00:1023
ieee1394: ether1394 rx: sender nodeid lookup failure: 0-00:1023

Last edited by Linux.tar.gz; 02-16-2007 at 01:47 PM.
 
Old 02-21-2007, 10:02 AM   #3
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
It seems to be a 2.6.X kernel problem as firewire network works with two 2.4.33.3 computers.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Networking Usign 1394 (IP over 1394) sapna Programming 2 04-06-2005 06:54 AM
SuSE 9.0 wireless neworking iamstinke Linux - Wireless Networking 43 12-22-2004 07:18 PM
SB 1394 connector problem vexer Linux - Hardware 0 10-11-2003 11:58 PM
IEEE 1394 DVD Burner Detection Problem (RH9) jasp0002 Linux - Hardware 0 08-26-2003 08:48 AM
Neworking share ? ozzy983 Linux - Networking 3 10-15-2001 02:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration