Sponsored Content
Special Forums Cybersecurity Replace Sonicwall with linux box using iptables Post 302517369 by DGPickett on Tuesday 26th of April 2011 03:14:57 PM
Old 04-26-2011
First, the term Class C is a bit obsolete, as any IP range can be subnetted to any mod 2 size with modern devices and software.

Second, it is often fine to use free, unroutable IP's like 10.x.x.x inside the outer router, so do not chop up your bought nets unnecessarily.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to configure a linux box as a firewall using iptables

I have already compiled the kernel and configured it to run as a firewall. My computer has 2 NICs and is on two seperate networks. I can ping both networks from my computer, but workstations on one network can not ping workstations on the other. What Scripts or commands do I need to install ? (2 Replies)
Discussion started by: Deuce
2 Replies

2. UNIX for Advanced & Expert Users

Xconfigurator on Linux box.

Folks, I am loosing X configurations once I restart the linux box. Same is true with ftp and telnet services. Any clues ? I am trying RedHat 7.2, it sucks btw !! (3 Replies)
Discussion started by: amol
3 Replies

3. Shell Programming and Scripting

Script to Reboot a linux box from a windows box

HI All, I need a script to reboot a linux box from a windows box. The script needs to run automatically whenever a sitescope alerts with an error message. Have searched for this in the forums, but could not get something relative. Pls. let me know the various alternatives we have to do... (2 Replies)
Discussion started by: Crazy_murli
2 Replies

4. Linux

ipv6 on a linux box

how to enable an ipv6 address on a linux pc? thanks in advance (3 Replies)
Discussion started by: sunittaneja
3 Replies

5. Shell Programming and Scripting

FFMPEG in linux box

Hi all, I have successfully used ffmpeg.exe in windows. But i dont know how to use it in linux:confused:. When i tried running a java program in linux using ffmpeg, I am getting, the following error even after having that ffmpeg.exe in my classpath: "java.io.IOException: java.io.IOException:... (3 Replies)
Discussion started by: ananthi_ku
3 Replies

6. Linux

How to find remote Linux box login account without login in to that box?

Hi, How to find remote Linux box login account without login in to that box? I don't have login account at my remote Linux box. But I need who are all having login account. How do I findout? Thanks, --Muthu. (3 Replies)
Discussion started by: Muthuselvan
3 Replies

7. Shell Programming and Scripting

Need a Script , we are having Linux box

HI I need help on developing 2 scripts as mentioned below. One way process -> We can get files of 01, 02, 07 record types (Here we need to keep a filter to read the first 2 characters in the file and if they are equal to 01 or 02 we need to do the below process and if its 07 we need to... (2 Replies)
Discussion started by: nanduedi
2 Replies

8. UNIX for Dummies Questions & Answers

Mounting Linux box to Linux box

Hi, I've been able to mount my linux box to a windows machine, but I can't seem to mount my linux box to another linux box I have. (I know I could scp, but for other reasons I need to do it this way) Samba is installed. Here is an example where I mount to a Win machine.--> works fine mount... (12 Replies)
Discussion started by: jdilts
12 Replies

9. Red Hat

How to access redhat Linux box graphically from windows box?

Hi I have a linux box and need to access from windows graphically # uname -a Linux pc-l416116 2.6.18-155.el5 #1 SMP Fri Jun 19 17:06:47 EDT 2009 i686 i686 i386 GNU/Linux What components do I need to install on Linux and windows to do that? TIA (6 Replies)
Discussion started by: magnus29
6 Replies

10. How to Post in the The UNIX and Linux Forums

Copying , renaming the file from windox box and ftp to Linux box

Hello my dear friends, Two file are auto generated from mon - fri at different directories on same windows box.Every day i have to copy the file, rename it (specific name)and ftp it to linux box specified directory. is it possible to automate this process,If yes this has to be done from windows... (1 Reply)
Discussion started by: umesh yadav
1 Replies
NERO(1) 						   Alliance - nero User's Manual						   NERO(1)

NAME
       nero - Negotiating Router

SYNOPSIS
       nero [ -h ]  [ -v ]  [ -V ]  [ -c ]  [ -2 ]  [ -3 ]  [ -4 ]  [ -5 ]  [ -6 ]  [ -L ]  [ -G ]
	[ --help ]  [ --verbose ]  [ --very-verbose ]  [ --core-dump ]	[ --local ]  [ --global ]
	[ -p placement ]  netlist layout

DESCRIPTION
       nero is a simple router suited for small academic designs. Currently it can process designs of size up to 4K gates.

   GLOBAL ROUTING
       A design is considered as big if it contains nets which half perimeter is greater than 800 lambdas.  Global routing is used on big designs.

       In  nero,  "global routing" means that the longuests nets are completly routed in a first step with only routing layers numbers 3 & 4. Then
       the smaller nets are routed with all avalaibles layers. This implies that when global routing is used, the  number  of  routing	layers	is
       forced to at least 4.  In each step, the nets are routed from the shortest to the longuest with the same routing algorithm.

INVOCATION
       nero mandatory arguments :

       o netlist :  the  name  of the design, whithout any extention. Please note that unless a -p placement option is given, the file holding the
	 placement is expected to have the same name as the netlist file (short of the extention).

       o layout : the name of the resulting routed layout. Be careful of not giving the same name as the netlist, in this case the initial  place-
	 ment will be silently overwritten.

       nero optionnals arguments :

       o -h, --help : print help.

       o -v, --verbose : be verbose.

       o -V, --very-verbose : be unbearably verbose.

       o -c, --core-dump : do not prevent the generation of core dumps in case of a crash.  Mostly used during the development stage.

       o -2, -3, -4, -5, -6 : set the numbers of layers used for routing. The default for small designs is 2 and 4 for big ones. When global rout-
	 ing took place, the router will uses at least 4 routing layers.

       o -L, --local : turn off the global routing stage, whatever the size of the design.  Be warned that this  will  enormously  slow  down  the
	 routing process.

       o -G, --global : turn on the global routing regardless of the size of the design.

       o -p placement, --place placement : specify a name for the placement file different from the netlist name.

EXAMPLE
       Route the netlist amd2901_core.vst, using the placement file amd2901_core_p.ap and store the result in amd2901_core_r.

       $ export MBK_IN_LO=vst
       $ export MBK_IN_PH=ap
       $ export MBK_OUT_PH=ap
       $ nero -V --place amd2901_core_p amd2901_core amd2901_core_r

SEE ALSO
       MBK_IN_LO(1), MBK_OUT_LO(1), MBK_IN_PH(1), MBK_OUT_PH(1), ocp(1), ocr(1), druc(1), cougar(1)

ASIM/LIP6							  13 October 2002							   NERO(1)
All times are GMT -4. The time now is 05:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy