All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Help!! Cisco --> Linux   Tunneling via NOS Encapsulation
@ 2002-01-08 18:16 Juda Barnes
  2002-01-08 19:01 ` Martin Josefsson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Juda Barnes @ 2002-01-08 18:16 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 1492 bytes --]

Hey Pepole!!

    My name is Juda and i need to set up Tunnel
    From my Home Linux machine to my ISP Cisco Router
    
    i Do know how to set up simple ip-ip tunnel
    Here is the script i have build to set it up

insmod ipip
ip tunnel add neta mode ipip remote _REMOTE_ROUTER local _MY_LOCAL_INTERFACE
ip addr add __MY_TUNNEL_IP_ADDR dev neta
ip link set neta up
ip route add _FORIEGN NETWORK dev neta


well it's work great

i have set up on My Cisco using  tunnel protocol  ipip    (Also called protocol 4)
Network 192.168.1.0   
    Cisco Interface: 192.168.1.1
    Linux Interface: 192.168.1.2


And i was able to ping from the cisco to the Linux

My problem is that my ISP use a   Cisco implemented IP over IP encapsulation called NOS (KA9Q/NOS Compatiable) , also named protocol 94

i have made some debugs and with the tunnel i have set up below  my computer (192.168.1.2) able to ping to the Cisco Machine
But when the cisco send reply , my   machine send to the router     protocol unreachable

that means my linux box dont recognize the NOS protocol   , i have pass allmost the whole linux how to documents

grep "NOS" *    / grep "nos"   *   / grep "tunnel" *    
and i havent find any HowTo that talk about NOS   the only one was  AX25-HOWTO  

and i have tried to use there example    but i am getting error
Destation on reachable
when i am tring to set up the route


Help will be apprechated
Sincer Juda(Love Linux) Barnes




[-- Attachment #2: Type: text/html, Size: 3950 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-01-12 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-08 18:16 [LARTC] Help!! Cisco --> Linux Tunneling via NOS Encapsulation Juda Barnes
2002-01-08 19:01 ` Martin Josefsson
2002-01-09 10:34 ` [LARTC] Help!! Cisco --> Linux Tunneling via NOS Encapsula Jerome Petazzoni
2002-01-12 23:10 ` Juda Barnes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.