Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2000 10:45:15 -0700
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Kirill Ponomarew <ponomare@uni-duesseldorf.de>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Routing Table in FreeBSD 4.0
Message-ID:  <20000520104515.C28097@fw.wintelcom.net>
In-Reply-To: <00052018392100.00771@ponomare.krion>; from ponomare@uni-duesseldorf.de on Sat, May 20, 2000 at 06:24:16PM %2B0200
References:  <00052018392100.00771@ponomare.krion>

next in thread | previous in thread | raw e-mail | index | archive | help
* Kirill Ponomarew <ponomare@uni-duesseldorf.de> [000520 10:13] wrote:
> -----BEGIN PGP SIGNED MESSAGE-----

There's no need to PGP sign a support question.

> Hallo
> I have the following problem with my network configuration:
> my normal routing tables is:
> Destination	Gateway		Genmask		IFace
> 134.99.26.17	0.0.0.0		255.255.255.255	eth0
> 134.99.26.0	0.0.0.0		255.255.255.0	eth0
> 127.0.0.0		0.0.0.0		255.0.0.0.	etho
> 0.0.0.0		134.99.26.1
> 
> (sorry that i'm using here route table from Linux, I can't mail from FreeBSD
> because of network troubles)
> 
> IP is 134.99.26.17
> Gateway is 134.99.26.1
> 
> the problem is that gateway 134.99.26.1 is behind firewall at the university
> I can't use such things like ftp <-- for ports downloading, icq, real audio etc.
> On purpose to make our student life better, our UniAdmin has made the second
> gateway, we have to log in the second gateway with ssh and then we can use all
> services like ftp etc.
> The question is - how to add in FreeBSD the second gateway from the other
> subnetwork ???
> 
> IP of second gateway is 134.99.162.254
> I tried the following things:
> route add -net 134.99.162.0  -mask 255.255.255.0  0.0.0.0

wrong.

> route add default 134.99.162.254

right, but you must: 'route delete default' before applying this command.

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000520104515.C28097>