HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: network info reg
Operating System - Linux
1832304
Members
1873
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-26-2003 11:24 PM
08-26-2003 11:24 PM
network info reg
Hi, i have two networks with 2 linux servers in each, ex:
10.51.6.x and 10.51.16.x
i can ping and telnet everything works fine, now to access 10.51.6.141(linux server) from 10.51.16.141 i want to use a different ip like 10.232.114.141(dont ask me why). when i use this (10.232.114.141) it should map to 10.51.6.141 and send the packets, and get the response back. Is there any way this can be done. i heard that ip chains can be used.
Please suggest
i dont to create any more networks.
regards
chakri
10.51.6.x and 10.51.16.x
i can ping and telnet everything works fine, now to access 10.51.6.141(linux server) from 10.51.16.141 i want to use a different ip like 10.232.114.141(dont ask me why). when i use this (10.232.114.141) it should map to 10.51.6.141 and send the packets, and get the response back. Is there any way this can be done. i heard that ip chains can be used.
Please suggest
i dont to create any more networks.
regards
chakri
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 11:56 PM
08-26-2003 11:56 PM
Re: network info reg
If you are going to do this with a firewall use iptables. ipchains is on the way out.
This can be done with ifconfig
ifconfig eth0:1 10.231.114.141 mask 255.255.255.0 up
If thats creating a network I can't help that. This assumes that eth0 is 10.51.6.141
To make it permanent, /etc/sysconfig/network-scripts
You also might want to take into account if sendmail.mc/sendmail.cf has any ip references it might become confused and fail. Just have to make sure any network changes are thoroughly tested. sendmail won't bite you until you cycle the daemon.
SEP
This can be done with ifconfig
ifconfig eth0:1 10.231.114.141 mask 255.255.255.0 up
If thats creating a network I can't help that. This assumes that eth0 is 10.51.6.141
To make it permanent, /etc/sysconfig/network-scripts
You also might want to take into account if sendmail.mc/sendmail.cf has any ip references it might become confused and fail. Just have to make sure any network changes are thoroughly tested. sendmail won't bite you until you cycle the daemon.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 04:41 PM
08-27-2003 04:41 PM
Re: network info reg
SEP came up with one solution, the other is to use NAT (Network Address Translation).
Whilst IPChains can do limited NAT, I'd suggest using IPTables, as it is far more controllable.
We will however require more descriptive details of what you are trying to do (i.e. trying to set up a gateway to another network, or something else etc.) so we can give you more accurate details.
Things like the distribution and it's version you are using will help us also.
Whilst IPChains can do limited NAT, I'd suggest using IPTables, as it is far more controllable.
We will however require more descriptive details of what you are trying to do (i.e. trying to set up a gateway to another network, or something else etc.) so we can give you more accurate details.
Things like the distribution and it's version you are using will help us also.
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP