- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- diff class c network and routes ...
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
01-08-2005 02:51 AM
01-08-2005 02:51 AM
diff class c network and routes ...
let say the router/firewall is 192.168.10.1/24 (router to the outside world) and I have two differenct class c network . One is on 192.168.10/24 and the other is on 192.168.20/24. Do I need a router to communicate between the two network? In a nutshell do I need a router to communicate btw two class c network.
Let say, the answ. is No, I do not need a router to communicate btw the two network. Then for 192.168.20/24, what is the route for this, can I used 192.168.10.1/24 as the default route? thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2005 07:01 AM
01-08-2005 07:01 AM
Re: diff class c network and routes ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 01:49 AM
01-09-2005 01:49 AM
Re: diff class c network and routes ...
Yes you would need a router.
But since you have a router already inplace you might be able to use some creative interfacing assignments to achaive your goal. i.e. subinterfaces or vlans depending on the technology at your disposal.
The other way might be to investigate some other RFC1918 compliant addressing schemes
3. Private Address Space
The Internet Assigned Numbers Authority (IANA) has reserved the
following three blocks of the IP address space for private internets:
10.0.0.0 - 10.255.255.255 (10/8 prefix) - CLASS A
172.16.0.0 - 172.31.255.255 (172.16/12 prefix) - CLASS B
192.168.0.0 - 192.168.255.255 (192.168/16 prefix) - CLASS C
I would go for the 172.16.0.0 network. Just an option though.
There is also a good nummber of opensource ethernet routers available if re-orgnising your ip's is to daunting a task :)
HTH
Gerhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 01:52 AM
01-09-2005 01:52 AM
Re: diff class c network and routes ...
Just noticed this in under linux. Routed + 2 network cards in an always up machine would definitely be a very cheap solution :)
Gerhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 10:34 PM
01-13-2005 10:34 PM
Re: diff class c network and routes ...
If its just a few hosts, try setting all subnetmasks to 255.255.224.0. That way you won't need an extra router.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 03:34 AM
01-14-2005 03:34 AM
Re: diff class c network and routes ...
Would a default route to 192.168.10.1/24 if I set this on server with 192.168.20.0/24? Was told by a fellow sysadmin, this works.
I am at work now, so I will try it when I get home. Mean while, any thoughts?