Thursday, August 28, 2008
Port Forwarding for the Cisco
#
# Telnet to Router and enter provided username and password
# Then follow these steps to setup port forwards
#
#
# To enter Admin Mode ( will require root password )
#
Type enable at the prompt
#
# To show currently configured Interfaces ( there could be several )
#
Type show ip interface at the prompt.
#
# To show Current Port Forwards on Router
Type show ip nat translations at the prompt.
#
# To Enter Configuation Mode
#
Type configure at the prompt.
#
# To add Port Forwarding rules modify then type the following commands at the prompt.
# Note: "BVI1" was the found interface name from running command "show ip interface"
#
ip nat inside source static (TCPorUDP) (YourCompsIP) (PortToForward) interface BVI1 (PortToForward)
#
# To forward port 3389 TCP to the computer that had the 172.16.2.60 ip address you would do the following.
#
ip nat inside source static tcp 172.16.2.60 3389 interface BVI1 3389
#
# End Configure Session
#
Press CTRL-Z
#
# Once you have entered the config, test it out and if it works,
# issue this command to make it persistent:
#
# Telnet to Router and enter provided username and password
# Then follow these steps to setup port forwards
#
#
# To enter Admin Mode ( will require root password )
#
Type enable at the prompt
#
# To show currently configured Interfaces ( there could be several )
#
Type show ip interface at the prompt.
#
# To show Current Port Forwards on Router
Type show ip nat translations at the prompt.
#
# To Enter Configuation Mode
#
Type configure at the prompt.
#
# To add Port Forwarding rules modify then type the following commands at the prompt.
# Note: "BVI1" was the found interface name from running command "show ip interface"
#
ip nat inside source static (TCPorUDP) (YourCompsIP) (PortToForward) interface BVI1 (PortToForward)
#
# To forward port 3389 TCP to the computer that had the 172.16.2.60 ip address you would do the following.
#
ip nat inside source static tcp 172.16.2.60 3389 interface BVI1 3389
#
# End Configure Session
#
Press CTRL-Z
#
# Once you have entered the config, test it out and if it works,
# issue this command to make it persistent:
#
Sunday, August 3, 2008
NfSen

NfSen is a graphical web based front end for the nfdump netflow tools.
NfSen allows you to:
Display your netflow data: Flows, Packets and Bytes using RRD (Round Robin Database).
Easily navigate through the netflow data.
Process the netflow data within the specified time span.
Create history as well as continuous profiles.
Set alerts, based on various conditions.
Write your own plugins to process netflow data on a regular interval.
Different tasks need different interfaces to your netflow data. NfSen allows you to keep all the convenient advantages of the command line using nfdump directly and gives you also a graphical overview over your netflow data.
NfSen is available at sourceforge and distributed under the BSD license.
Subscribe to:
Posts (Atom)