<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#3366ff">
<font size="+1">Hello Joe,<br>
<br>
You need to enter de gateway ip on your default route, the gateway is
the ip of your linux box.<br>
<br>
73'<br>
de Pascal<br>
</font><br>
Joe Landers a écrit :
<blockquote cite="mid7.0.1.0.2.20060910182617.05f5bc80@ke4eue.org"
 type="cite">Hello Everyone
  <br>
  <br>
I have a configuration problem and I cannot identify which is the
problem I may give too much information but here it goes...
  <br>
  <br>
The problem I have is on the JNOS side cannot connect to the Internet
.  I can ping up to the router but not outside the router to the
Internet.
  <br>
  <br>
On the Linux Side I can ping the Internet <a class="moz-txt-link-abbreviated" href="http://www.yahoo.com">www.yahoo.com</a> ...but not on
JNOS.
  <br>
  <br>
My host for my Internet is Comcast
  <br>
  <br>
I also have forwarding on in linux.
  <br>
  <br>
=========================================================
  <br>
Jnos ifconfig shows ...
  <br>
  <br>
vhf     IP addr 44.62.0.252  mtu 256 link excap AX25
  <br>
         Link addr KE4EUE  BBS ke4eue-8  paclen 256  irtt 1500
  <br>
         BCtext : KE4EUE RACES mobile services Chesterfield Va.
  <br>
         flags 0xcb0  trace 0x311 netmask 0x00000000 Broadcast 0.0.0.0
  <br>
  <br>
  <br>
tun0            IP addr 192.168.0.131 mtu 1500 link encap TUN
  <br>
                  flags 0x0 trace 0x0  netmask 0x00000255 broadcast
0.0.0.0
  <br>
  <br>
  <br>
loopback    IP addr 127.0.0.1 mtu 65535 link encap none
  <br>
                 flags 0x0  trace 0x0  netmask 0xffffffff  broadcast
255.255.255.255
  <br>
  <br>
encap        IP addr 0.0.0.0  mtu 65535 link encap none
  <br>
                 flags 0x0  trace 0x0  netmask 0xffffffff broadcast
255.255.255.255
  <br>
  <br>
============================================================
  <br>
  <br>
Linux ifconfig shows
  <br>
  <br>
  <br>
eth0             Link encap: Ethernet     HWaddr 00:04:5a:50:aa:e3
  <br>
                   inet addr 192.168.0.3    Bcast 192.168.0.255   mask
255.255.255.0
  <br>
                   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  <br>
                   rx packets : 319486 errors:0 dropped :0 overruns :0
frame:0
  <br>
                   tx packets : 9037 errors:0 dropped :0 overruns:0
carrier:0
  <br>
                   collisions:0 txqueuelen:100
  <br>
                   RX bytes:21172675 (20.1mb) TX bytes 1059932 (1.0mb)
  <br>
                   Interrupt :5 base address :0xb000
  <br>
  <br>
lo                 link encap :local loopback
  <br>
                   ip addr 127.0.0.1 mask 255.0.0.0
  <br>
                   UP LOOPBACK RUNNING  MTU:16436  Metric:1
  <br>
                   RX packets :663771 errors:0 dropped:0 overruns:0
frame:0
  <br>
                   TX packets: 663771 errors:0  dropped:0 overruns:0
carrier:0
  <br>
                   collisions:0 txqueuelen:0
  <br>
                   Rx bytes :45330598 (43.2mb)  TX bytes : 45330598
(43.2mb)
  <br>
  <br>
tun0            Link encap : point-to-point protocol
  <br>
                   inet addr:192.168.0.130  p-t-p:192.168.0.131 mask
255.255.255.255
  <br>
                   UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500
metric:1
  <br>
                   RX packets :1 errors:0 dropped:0 overruns:0 frame:0
  <br>
                   TX packets: 1 errors:0  dropped:0 overruns:0
carrier:0
  <br>
                   collisions:0 txqueuelen:10
  <br>
                   Rx bytes :32 (32.0b)  TX bytes : 32 (32.0b)
  <br>
==================================================================
  <br>
  <br>
Here is the routing from each
  <br>
  <br>
Jnos
  <br>
  <br>
Destination                           Len    Interface
Gateway                Metric            P        timer           use
  <br>
44.0.0.0                                  8      vhf
                        1                          man            0
  <br>
192.168.0.1                            32     tun0                    
1                          man            1
  <br>
default                                    0      tun0
                        1                          man            0
  <br>
  <br>
===========================================================================
  <br>
Linux
  <br>
  <br>
Destination                  Gateway                Genmask     
Flags          Metric           Ref              use        Iface
  <br>
192.168.0.131              * 255.255.255.255        uh               
0                0       0           tun0
  <br>
192.168.0.0                  * 255.255.255.0          
u                  0                0         0           eth0
  <br>
169.254.0.0                  *                            255.255.0.0
              u                  0                0 0           eth0
  <br>
127.0.0.0                     *                             255.0.0.0
                 u                  0                0   0           lo
  <br>
default                         192.168.0.1             0.0.0.0
               ug                0                0 0           eth0
  <br>
  <br>
=======================================================================================
  <br>
  <br>
Here is my Autoexec.nos setup
  <br>
  <br>
DNS server info
  <br>
domain addserver 192.168.0.1
  <br>
domain addserver 68.57.xxx.xxx  (my Comcast ip)
  <br>
  <br>
  <br>
Ethernet setup
  <br>
  <br>
ipaddress 44.62.0.252
  <br>
attach tun tun0 1500 0
  <br>
ifconfig tun0 ipaddress 192.168.0.131
  <br>
ifconfig tun0 netmask 255.255.255.0
  <br>
ifconfig tun0 mtu 1500
  <br>
pause 2
  <br>
shell ifconfig tun0 192.168.0.130 pointopoint 192.168.0.131 mtu 1500 up
  <br>
  <br>
also down the line
  <br>
route add 192.168.0.1/36 tun0
  <br>
route add default tun0
  <br>
route add 44/8 vhf
  <br>
===============================================================
  <br>
  <br>
I hope I provided enough It seems like JNOS and Linux are not agreeing
on the ports or jnos does not have permission but I am not sure how to
set it if this is the problem.
  <br>
  <br>
I would like some help with this as it is about the last thing I have
on the ether net side to do .
  <br>
  <br>
  <br>
Thanks to everyone
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
Joe Landers
  <br>
KE4EUE
  <br>
Assistant Emergency Radio officer for Chesterfield Co. Va.
  <br>
Owner: of the 145.390 repeater located in Chesterfield Co. Va.
  <br>
Advanced Skywarn Spotter Central Va. VCFD0022
  <br>
Director of Communications for Va. Special Olympics
  <br>
IRLP Node Owner on SySop for nodes 4407 & 4860
  <br>
Owner:Chesterfield RACES Mobile Communications Units
  <br>
  <br>
  <br>
  <br>
  <br>
</blockquote>
</body>
</html>