RE: [leaf-user] How to add Static Route on Bering RC3

2002-12-02 Thread Darren Hammond

Shouldn't it be

up ip route add 192.168.11.0 via 192.168.11.1 dev eth1
  



This works for me.

Darren




On 12/2/2002, Andrew Braund [EMAIL PROTECTED] wrote:

Once you had edited the file in Network Configuration, did
you then backup the etc package?
b:3

HTH
Andrew Braund

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Thitiporn
 Pornpirunrak
 Sent: Monday, 2 December 2002 13:41
 To: LeafUser
 Subject: [leaf-user] How to add Static Route on Bering RC3


 Hi all,
  I would like to add static route on my bering box. I try to add
 them on Network Configuration menu and interfaces like this

  eth1 .
  
  up ip route add 192.168.11.0 via 192.168.11.1 eth1

  But after i restart my firewall i didn't see that route please
 tell me why...

 thanx.N1y5i
 X22
 u)gYig=i6Z~XHzG{f:G(
 x
 Ky'1j
 K2
 qg.zX6~X6K:7~
 zw~X6O
 Kzf:GIB'y'.rZzowswrfj}Z  ]wX



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] How to add Static Route on Bering RC3

2002-12-01 Thread Thitiporn Pornpirunrak
Hi all,
 I would like to add static route on my bering box. I try to add them on Network 
Configuration menu and interfaces like this

eth1 .

up ip route add 192.168.11.0 via 192.168.11.1 eth1

 But after i restart my firewall i didn't see that route please tell me why...

thanx.†+,~w­zf¢–+,¦‰ì¢·o$áŠyyézW(™ëhç¤…æ¯zxm¶Ÿÿ¶§’ž‘ÊþÇåy§î±êæj)bž  
b²Ù^iû¬z¹b²Û,¢êÜyú+éÞ¶m¦Ïÿ–+-²Ê.­ÇŸ¢¸ë–+-³ùb²Ø§~åy§î±êÒDP†Ûiÿù^iúk¢7œ¶Šàþ››ýÚýÚ™©Úêÿv‡w_=Öf


RE: [leaf-user] How to add Static Route on Bering RC3

2002-12-01 Thread Andrew Braund
Once you had edited the file in Network Configuration, did
you then backup the etc package?
b:3

HTH
Andrew Braund

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Thitiporn
 Pornpirunrak
 Sent: Monday, 2 December 2002 13:41
 To: LeafUser
 Subject: [leaf-user] How to add Static Route on Bering RC3


 Hi all,
  I would like to add static route on my bering box. I try to add
 them on Network Configuration menu and interfaces like this

   eth1 .
   
   up ip route add 192.168.11.0 via 192.168.11.1 eth1

  But after i restart my firewall i didn't see that route please
 tell me why...

 thanx.N1y5i
 X22
 u)gYig=i6Z~XHzG{f:G(
 x
 Ky'1j
 K2
 qg.zX6~X6K:7~
 zw~X6O
 Kzf:GIB'y'.rZzowswrfj}Z   ]wX



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] How to add Static Route on Bering RC3

2002-12-01 Thread Brad Fritz

Thitiporn,

It would be nice if you posted in plain text to ask your questions
rather than base64 encoding them.  Plain text is easier for many of
us to read and reply to.  Anyway, on to your route question...

Thitiporn wrote:

   I would like to add static route on my bering box. I try to add
  them on Network Configuration menu and interfaces like this
  [..]
  up ip route add 192.168.11.0 via 192.168.11.1 eth1

On Mon, 02 Dec 2002 14:18:38 +1030 Andrew Braund wrote:

 Once you had edited the file in Network Configuration, did
 you then backup the etc package?
 b:3

You should also check the syntax of the command by running it
manually:

  homefw: -root-
  # ip route add 192.168.11.0 via 192.168.11.1 eth1
  Error: either to is duplicate, or eth1 is a garbage.

You might want:

  ip route add 192.168.11.0/24 via 192.168.11.1 dev eth1
   ^^^  ^^^
assuming you are trying to add a network route for a /24 network.
If you don't already have an interface defined in the 192.168.11.0
network, you will probably need:

  ip route add 192.168.11.1 dev eth1

or similar first.  There should be several posts in the leaf-user
archive[1] on static routes under Bering if you need more or more
complete examples.

--Brad

[1] http://www.mail-archive.com/leaf-user%40lists.sourceforge.net/



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html