|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by Paul on February 6, 2010, 7:45 pm
Please log in for more thread options
I am using a Cisco 871 router. The internal interface is configured with a primary IP address of 192.168.1.1 and a secondary IP address of 10.0.0.1. I also have an Internet facing interface that gets it's IP address from the ISP's DHCP lease. 72.x.x.x.x represents the DHCP address on my external interface. 192.168.0.x represents the internal network or LAN. 10.0.0.0 represents a PAT forward to a firewall from the External interface. I want to replicate behavior that a person would experience coming from the Internet so I want to route packets between the 2 IP's. Can this be done? | |||||||||||||
|
Posted by Martin Gallagher on February 6, 2010, 9:38 pm
Please log in for more thread options Paul wrote: It's the automatic default behaviour so it should "just work"(tm) unless you've doen something to stop it. -- Rgds, Martin | |||||||||||||
|
Posted by JF Mezei on February 7, 2010, 2:55 am
Please log in for more thread options
Paul wrote: >
primary IP address of 192.168.1.1 and a
> I am using a Cisco 871 router. The internal interface is configured with a > secondary IP address of 10.0.0.1. I also have an Internet facing interface
that gets it's IP address from the ISP's DHCP
> lease.
> > 72.x.x.x.x represents the DHCP address on my external interface. > > 192.168.0.x represents the internal network or LAN. > 10.0.0.0 represents a PAT forward to a firewall from the External interface. What interfaces contain the 192.168 and 10.* IP addresses ? Some BVI interface ? I am not sure you want to "route" between the two. You may have to replicate your IP NAT commands to have the last argument the 10.* interface instead of the Dialer interface and add the apprpriate IP NAT inside/outside commands to the interface definitions to "link" the two subnets. I haven't done this so not sure it will work. To route beween two subnets in my case: I have BVI 10 with 10.0.0.1/16 and Fast/Internet 4 with 10.1.0.1/16 I added "ip route 10.1.0.0 255.255.0.0 fa 4 permanent" to the config. It appears to work, but have not tested all possible convolutions. | |||||||||||||
| Similar Threads | Posted |
| Routing between Primary and Seconday IP addresses | February 6, 2010, 7:45 pm |
| Routing Individual addresses | April 27, 2006, 1:30 am |
| PIX Primary/Standby | December 19, 2005, 12:03 am |
| Primary & Secondary bgp routes one isp | May 4, 2007, 6:44 pm |
| Enabling Failover on Primary PIX goes standby. | November 9, 2005, 8:21 am |
| Cisco Spares With Different Prices From Primary Part? | November 1, 2006, 10:19 pm |
| Want to configure primary and secondary routes for up/down stream traffic | December 6, 2005, 1:55 pm |
| Failover from primary router to secondary router with HSRP | October 14, 2005, 3:56 pm |
| VPN and IP addresses | November 15, 2005, 5:23 am |
| VPN IP Addresses and NAT..... | February 4, 2009, 8:19 am |
| 3750 max MAC addresses ? | August 14, 2005, 3:57 am |
| Pix: 2 addresses for 1 interface | August 26, 2005, 8:00 pm |
| Pix: 2 addresses for 1 interface | August 29, 2005, 8:43 pm |
| PIX VPN using external addresses | September 6, 2005, 8:33 pm |
| PIX VPN using all public addresses | April 27, 2006, 5:48 am |

Routing between Primary and Seconday IP addresses
Yahoo!
Windows Live
del.icio.us
digg
Netscape 




> done?