cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
384
Views
0
Helpful
2
Replies

AppleTalk routing

ppolando
Level 1
Level 1

First off, disregard the ppolando@tri-logic.com email address, it's no longer in use.

I have 2 routers connected to each other with T1 x-over cables to simulate a P-t-P T1. Router A is connected to a LAN segment where a FORE PowerHub 7000 resides that is currently the Seed router providing all AppleTalk services.

Router A's config:

interface Tunnel0

ip address 10.1.1.1 255.255.255.252

appletalk protocol aurp

tunnel source 10.100.9.200

tunnel destination 10.122.8.254

tunnel mode aurp

!

interface FastEthernet0/0

ip address 10.100.9.200 255.255.0.0

duplex auto

speed auto

appletalk cable-range 1000-1000 1000.21

Router B's config:

interface Tunnel0

description Tunnel for AppleTalk WAN

ip address 10.1.1.2 255.255.255.252

appletalk protocol aurp

tunnel source 10.122.8.254

tunnel destination 10.100.9.200

tunnel mode aurp

!

interface FastEthernet0/0

ip address 10.122.8.254 255.255.0.0

duplex auto

speed auto

appletalk cable-range 106-106 106.22

appletalk zone Kittanning

no mop enabled

Router A learned about the Appletalk zones from the PowerHub 7000 and Router B was able to see the Zones onec the tunnel was created. I have 2 Macs, one on router A's LAN segment and one on router B's. Both Mac's can see all the Zones but can not see each other's shared HDD. However they can connect to each other via IP, just not see each other in the Chooser

Please Help!!

Pete

2 Replies 2

wong34539
Level 6
Level 6

I guess you have to enable sharing in Mac PC , check whether you to enble some services

Hi

i need help,Im trying to setup appletalk to work on wan over aurp,with eigrp all works fine but when I disable eigrp and use aurp protocol i do not see neighbors here is how my configs looks like,I'm I missing something here

interface Tunnel41

description Tunnel

no ip address

appletalk cable-range 41-41 41.1

appletalk zone Wan Links

appletalk protocol aurp

tunnel mode aurp

tunnel source Loopback0

tunnel destination ip.....

any help is appreciated