- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- lvs problem
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-14-2005 02:35 AM
03-14-2005 02:35 AM
lvs problem
I've a question about linux virtual server.
my virtual server is on the DMZ and has only one NIC with public IP (say DIP 195.120.100.1; VIP 195.120.209.102);
My Real Servers are on another LAN say 192.168.1.0
The DMZ and the LAN are not directly connected, but are both connected to a linux firewall (with 3 interfaces);
Do you think is possible that LVS (any kind of lvs: nat or dr) works with this configuration??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 03:04 AM
03-14-2005 03:04 AM
Re: lvs problem
A lot of it depends on the firewall configuration though.
SEP
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
03-14-2005 03:14 AM
03-14-2005 03:14 AM
Re: lvs problem
iptables -A INPUT -j ACCEPT
iptables -A OUTPUT -j ACCEPT
iptables -A FORWARD -j ACCEPT;
It doesn't work!!
The DMZ and the LAN can communicate trought the firewall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 02:38 PM
03-14-2005 02:38 PM
Re: lvs problem
I suggest you to test LVS without firewall or in the same subnet is preferred.
If it is works ok and it is not works via firewall, it must be firewall problem.
For now , test it in the sam subnet.
NiCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 03:45 PM
03-14-2005 03:45 PM
Re: lvs problem
As SEP told you, there should be a routing between your DMZ & LAN to be able to connect.make appropriate rules in iptables and sysctl.conf file for routing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 07:30 PM
03-14-2005 07:30 PM
Re: lvs problem
the firewall has 3 NIC's:
one on the DMZ
one on the LAN
one on the Internet.
The LAN and the DMZ can communicate by every protocol and port, and they do it.
I know that if i change, and i put the Virtual Servers directly connected on the same Network of Real Servers it works.
But my question is exactly this, can i configure lvs having Virtual servers and Real servers not directly connected on the same network??
Thanks