- Community Home
- >
- Networking
- >
- Legacy
- >
- Communications and Wireless
- >
- gateway
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
11-02-2008 08:24 AM
11-02-2008 08:24 AM
I have 4 hosts, network 192.168.75.0 .
I need to connect them to a gateway which has a different IP range (192.168.1.1).
I have no idea how to do this.
Can you please help ?
Thanks
Peter
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2008 10:30 PM
11-02-2008 10:30 PM
Re: gateway
if you want ip routing between two network
you have routing device (routing switch or router) and default gateway address must be router lan address for network
please attach file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2008 03:49 AM
11-03-2008 03:49 AM
SolutionWithout a router or adresses in the same network the hosts cannot communicate with the gateway.
to connect two networks (192.168.75.0 and 192.168.1.0), you need a router, wich is basically a device that has two network interfaces, one in each network/subnet running some software to connect the networks.
The router can be a dedicated network device, or a host running windows or linux that is configured for routing.
It may be an option is to renumber the 192.168.75.0 hosts and give them an adress in the 192.168.1.0 network (or renumber the gateway to 192.168.75.x).
For a better advice you must specify more information about your situation.
For instance if the gateway is a (soho)internet router it most likely runs a DHCP server. if so, you may simply change your hosts from fixed adresses to dhcp-adresses and it wil work.
Pieter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2008 04:15 AM
11-03-2008 04:15 AM
Re: gateway
you want same broadcast domain ,same pc connection two network
so you want use one pc same time two network
is this true ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2008 06:23 AM
11-03-2008 06:23 AM
Re: gateway
I have those hosts on VmWARE so when I'm at work they are fine because the ip range fits.
At home I have different IP range and different gateway. I want my hosts to be able to connect to my work gateway 192.168.1.1 as well as home gateway 192.168.0.1.
The system is Redhat Linux and I was plaing with commands ip route, route etc.
Regads
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2008 06:45 AM
11-03-2008 06:45 AM
Re: gateway
technically this may be attached to the same physical adapter.
But better would be adding a second physical NIC to the vmware host and create a second vm-network connected to this NIC.
At work you connect NIC1 at home NIC2.
Then vmware and the hosts can detect wich network is up or down depending on wich cable is connected.