Cisco Ip route to Linux
Last answer on May 23, 2008 12:42:41 pm BST Taffy, on May 22, 2008 9:18:28 am BSTHello Masters,
I have a problem regarding linux routing, I have a static ip address (21.23.25.21 mask 255.255.255.252) using my cisco 2800 series i was able to ip route it to (25.21.23.2 mask 255.255.255.224) it was a public ip how can i do that using linux commands.
Using Cisco
interface eth0
ip address 21.23.25.21 255.255.255.252
interface eth1
ip address 25.21.23.2 255.255.255.252
ip route 0.0.0.0 0.0.0.0 21.23.25.21
How can I translate that using linux command
Thank you and more power
Configuration: Windows XP Firefox 2.0.0.14
Best answers for « Cisco Ip route to Linux » in :
Command to detect your IP address! ShowCommand to detect your IP address!
Command for Windows 2000 / XP / Vista
Command for Windows 95/98
Command for Linux
IP address (Internet Protocol) is a numerical identification to detect your computer on a network. It is used to...
How to detect your public IP address? ShowHow to detect your public IP address?
The ipconfig for Windows also known as ifconfig under Linux display your IP address.
However behind a router that makes NAT, this will not surely correspond to your public IP address which however...
Having a static IP address under Ubuntu 8.10 ShowHaving a static IP address under Ubuntu 8.10
To have a fixed IP persistent:
Configure manually the interfaces
For a fix IP (10.0.0.1 on your eth1 interface) use:
To make use of dynamic IP (e.g eth0):
DNS
NetworkManager is a...
Download IP Traffic Monitor ShowIP Traffic Monitor monitors all network connections on the computer where it is installed. The program shows you detailed information, such as the remote IP address, host name if available, details of inbound and outbound traffic.
Advantage
It...
IP protocol ShowThe role of IP protocol
IP protocol is part of the Internet layer
of the TCP/IP protocol suite. It is one of the most important Internet protocols because it allows the development and transport of IP datagrams (data packets), without however...
Using Telnet ShowIntroduction to Telnet
Telnet is a protocol for emulating a remote terminal, which means that it can be used to run commands entered on a keyboard at a remote machine. The tool Telnet is an implementation of the Telnet protocol, which means that it...
NAT- Network address translation, port forwarding and port trigg ShowThe principle of NAT
Network address translation or NAT was developed in order to respond to the shortage of IP addresses with IPv4 protocol (in time the IPv6 protocol will respond to this problem).
In fact, in IPv4 addressing the number of...

