From: "Juda Barnes" <juda@pent900.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Help!! Cisco --> Linux Tunneling via NOS Encapsulation
Date: Tue, 08 Jan 2002 18:16:18 +0000 [thread overview]
Message-ID: <marc-lartc-101051384924316@msgid-missing> (raw)
[-- 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 --]
next reply other threads:[~2002-01-08 18:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-08 18:16 Juda Barnes [this message]
2002-01-08 19:01 ` [LARTC] Help!! Cisco --> Linux Tunneling via NOS Encapsulation Martin Josefsson
2002-01-09 10:34 ` [LARTC] Help!! Cisco --> Linux Tunneling via NOS Encapsula Jerome Petazzoni
2002-01-12 23:10 ` Juda Barnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-101051384924316@msgid-missing \
--to=juda@pent900.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox