- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Why the second linux router can not through the ma...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 05:40 PM
03-29-2004 05:40 PM
(internet)gw(inside interface=192.168.6.4)<->(6.254)firewall with masqurade(192.168.0.254)<->(192.168.0.249)linuxrouter1(192.168.1.254)<->(192.168.1.21)linuxroute2(192.168.10.254)<->client(192.168.10.21)
all setting in the linuxrouter1, linuxroute2 are depend on the static route, and client can ping router1(192.168.1.254) via router2, meanwhile the linuxroute2 can ping the gw inside interface(192.168.6.4) via the router1 and the firewall with masqurade.
Now the problem is that the client can not ping the internet gw as it done by the route1, what could be the reason? whether the masqurade can not happen to between the routers?
enclosed is the route table in two routers.
route1:
[root@fw1 root]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.10.0 192.168.1.21 255.255.255.0 UG 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.254 0.0.0.0 UG 0 0 0 eth0
the route2:
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 06:43 PM
03-29-2004 06:43 PM
SolutionWhat's the routing table on 192.168.6.254 look like? Either that, or your firewall-with-masquerade is not masquerading other subnets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:30 PM
03-29-2004 07:30 PM
Re: Why the second linux router can not through the masqurade via the other router?
It is said that I should add one route entry in the 192.168.6.4, or get the firewall masquerade on the both side?
Thanks,
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:37 PM
03-29-2004 07:37 PM
Re: Why the second linux router can not through the masqurade via the other router?
I may got confused that once you are right, how the 192.168.6.4 can reply the ping from 192.168.0.0/24? it is simliar but only have the secondary router??
thanks
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:44 PM
03-29-2004 07:44 PM
Re: Why the second linux router can not through the masqurade via the other router?
thanks gentlman.
Fredeick