IPX 802.2 nwfs

2004-04-08 Thread Feczak Szabolcs
I would like to access an old netware fileserver

I have follewed, the instructions on
http://people.freebsd.org/~bp/ipxen.html

4.9 GENERIC config + the followings:

optionsNCP #NetWare Core protocol
optionsNWFS#NetWare filesystem
optionsIPX #IPX/SPX communications protocols
device ef  # Multiple ethernet frames support
optionsETHER_II# enable Ethernet_II frame
optionsETHER_8023  # enable Ethernet_802.3 (Novell) frame
optionsETHER_8022  # enable Ethernet_802.2 frame
optionsETHER_SNAP  # enable Ethernet_802.2/SNAP frame

I did
ifconfig vr0f2 ipx 0

ifconfig vr0f2
vr0f2: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
ipx 0.c6ee8155b 
inet6 fe80::20c:6eff:fee8:155b%vr0f2 prefixlen 64 scopeid 0x5 
ether 00:0c:6e:e8:15:5b

netstat -rn 
IPX:
DestinationGatewayFlagsNetif Expire
default*.c6ee8155bU   vr0f2

ncplist s
Can't find any file server

Although I can reach it from a linux box :
ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 00:04:75:71:E9:C4  
  inet addr:192.168.0.217  Bcast:192.168.0.255  Mask:255.255.255.0
  IPX/Ethernet 802.2 addr:0002:00047571E9C4

slist
Known NetWare File Servers  Network   Node Address
--
SERVER1 2DB6EBF8  0001

Any ideas ?

-- 
  _(_)_
 (_. o_)F3CZ0
   (_,) http://feczo.nmi.rulez.org
  ()__
  // //

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


Re: IPX 802.2 nwfs

2004-04-08 Thread Joost Bekkers
On Thu, Apr 08, 2004 at 02:28:51PM +0200, Feczak Szabolcs wrote:
 
 I did
 ifconfig vr0f2 ipx 0
 

Here you tell FreeBSD to use network number 0.

 Although I can reach it from a linux box :
 ifconfig eth0
 eth0  Link encap:Ethernet  HWaddr 00:04:75:71:E9:C4  
   inet addr:192.168.0.217  Bcast:192.168.0.255  Mask:255.255.255.0
   IPX/Ethernet 802.2 addr:0002:00047571E9C4
 

While your linux box is using number 2

Try 'ifconfig vr0f2 ipx 2'


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


Re: IPX 802.2 nwfs

2004-04-08 Thread Feczak Szabolcs
On Thu, Apr 08, 2004 at 03:08:04PM +0200, Joost Bekkers wrote:
 While your linux box is using number 2
Linux box is a client as well, server is on 
network 2DB6EBF8 as I see it out, but maybe
Im wrong

 Try 'ifconfig vr0f2 ipx 2'

Meanwhile someone advised to get rid of multiframe types
compile only 802.2 in, so I did:

# ifconfig vr0 ipx 2
# netstat -rn | grep -A 3 IPX
IPX:
DestinationGatewayFlagsNetif Expire
2.*2.c6ee8155bU vr0

# ncplist s
Can't find any file server
# 


-- 
  _(_)_
 (_. o_)F3CZ0
   (_,) http://feczo.nmi.rulez.org
  ()__
  // //

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


Re: IPX 802.2 nwfs

2004-04-08 Thread Joost Bekkers
On Thu, Apr 08, 2004 at 03:13:29PM +0200, Feczak Szabolcs wrote:
 On Thu, Apr 08, 2004 at 03:08:04PM +0200, Joost Bekkers wrote:
  While your linux box is using number 2
 Linux box is a client as well, server is on 
 network 2DB6EBF8 as I see it out, but maybe
 Im wrong
 
  Try 'ifconfig vr0f2 ipx 2'
 
 Meanwhile someone advised to get rid of multiframe types
 compile only 802.2 in, so I did:
 
 # ifconfig vr0 ipx 2

AFAIK this sets ipx network 2 on ETHERNET_II framing, your server
is doing ETHERNET_802.2

To be sure of which network number you should use, type 'config'
on the netware console and look for the nic connected to the segment
your client is connected to.

 # netstat -rn | grep -A 3 IPX
 IPX:
 DestinationGatewayFlagsNetif Expire
 2.*2.c6ee8155bU vr0
 

FYI: you can use the -f option in netstat to filter a protocol (netstat -rnf ipx)


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


Re: IPX 802.2 nwfs - works

2004-04-08 Thread Feczak Szabolcs
On Thu, Apr 08, 2004 at 03:34:26PM +0200, Joost Bekkers wrote:
  # ifconfig vr0 ipx 2
 
 AFAIK this sets ipx network 2 on ETHERNET_II framing, your server
 is doing ETHERNET_802.2
And when I compile in 802.2 and ef not, is this the same situation ?

 To be sure of which network number you should use, type 'config'
 on the netware console and look for the nic connected to the segment
 your client is connected to.

That was a good idea, thanks. It helped.

 FYI: you can use the -f option in netstat to filter a protocol (netstat -rnf ipx)


so I have recompiled the kernel with ef again 
and did 


# ifconfig vr0f2 ipx 2
ifconfig vr0f2
IPXrouted
netstat -rnf ipx
ncplist s
# ifconfig vr0f2
vr0f2: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
ipx 2H.c6ee8155b 
inet6 fe80::20c:6eff:fee8:155b%vr0f2 prefixlen 64 tentative scopeid 0x5 ether 
00:0c:6e:e8:15:5b
# IPXrouted
# netstat -rnf ipx
Routing tables
IPX:
DestinationGatewayFlagsNetif Expire
1.*2.c08843ae UG  vr0f2
2.*2.c6ee8155bU   vr0f2
2db6ebf8.* 2.c08843ae UG  vr0f2
# ncplist s
Visible servers (from SERVER1):
NameNetworkNode   Port
---   
SERVER1 2DB6EBF8:0001:0451
ncplist v server1

Mounted volumes on server SERVER1:
Number Name
-- ---
 0 SYS
 1 SDI





so it worked 
thanks


-- 
  _(_)_
 (_. o_)F3CZ0 : the ipx and netware lama
   (_,) http://feczo.nmi.rulez.org
  ()__
  // //

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


Re2: IPX 802.2 nwfs - works

2004-04-08 Thread Feczak Szabolcs
In my last mail I have copy-pasted some trash, so here is
the good one


# ifconfig vr0f2 ipx 2
# ifconfig vr0f2
vr0f2: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
ipx 2H.c6ee8155b 
inet6 fe80::20c:6eff:fee8:155b%vr0f2 prefixlen 64 tentative scopeid 0x5 ether 
00:0c:6e:e8:15:5b
# IPXrouted
# netstat -rnf ipx
Routing tables
IPX:
DestinationGatewayFlagsNetif Expire
1.*2.c08843ae UG  vr0f2
2.*2.c6ee8155bU   vr0f2
2db6ebf8.* 2.c08843ae UG  vr0f2
# ncplist s
Visible servers (from SERVER1):
NameNetworkNode   Port
---   
SERVER1 2DB6EBF8:0001:0451

# ncplist v server1

Mounted volumes on server SERVER1:
Number Name
-- ---
 0 SYS
 1 SDI

-- 
  _(_)_
 (_. o_)F3CZ0
   (_,) http://feczo.nmi.rulez.org
  ()__
  // //

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