- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- two ethernet cards on Alpha DS20E
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
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
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
тАО06-12-2004 09:28 PM
тАО06-12-2004 09:28 PM
two ethernet cards on Alpha DS20E
i had a DS20E server and i want to configure two ethernet cards one for intranet and the other for internet. Iam facing a problem with gateway's. Can i have more than one gateway in a 2 ethernet card machine..
Thanks in anticipation...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2004 04:40 AM
тАО06-13-2004 04:40 AM
Re: two ethernet cards on Alpha DS20E
I have a similar situation; two eth cards on my workstation. Eth0 goes to my LAN. My LAN is running Apache with proxy for LAN to the internet.
My workstation eth1 is connected to a cable modem to the internet. When the cable modem connects, its DHCP sets itself up as a gateway complete with DNS IP addresses.
If we knew your setup; we could probably get you going with what you want to do.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2004 05:36 PM
тАО06-13-2004 05:36 PM
Re: two ethernet cards on Alpha DS20E
Here there is no DHCP configured and its basically a C Class network with star topology in a span of >700 km connecting with OFC. Now i want to configure this DS20E as a gateway to Internet so that all networks in my intranet can access the internet from one place. Now i had given the IP for internet and gateway, the problem iam facing is iam able to ping the IP address of Yahoo.com but not able to Yahoo.com.
Thanks and regards,
Ramaraju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2004 09:31 PM
тАО06-13-2004 09:31 PM
Re: two ethernet cards on Alpha DS20E
If you can ping yahoo though, yet cannot connect I would assume that it is an issue with your resolv.conf.
HTH
regards
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2004 11:13 PM
тАО06-13-2004 11:13 PM
Re: two ethernet cards on Alpha DS20E
Using the 'route add' statement you can define as many gateways as you like. You may define the internet gateway as a default gateway, and you may need a few route statements to route intranet traffic to the other (intranet) gateway.
Depending on the destination IP address your Linux server will check for the correct route. If no corresponding route-entry is found, the default route will be taken.
First thing to try is to be able to surf the internet from the DS20E (what is a DS20E?). This involves gateway settings and DNS settings (resolv.conf).
If you can surf the internet from the DS20E, the next step is to enable router functionality on your DS20E and tell other systems they can use your DS20E as router (using route statements).
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 07:38 PM
тАО06-15-2004 07:38 PM
Re: two ethernet cards on Alpha DS20E
The /etc/resolv.conf is having the following
domin "my domain name"
nameserver 202.9.145.94
nameserver 202.9.145.38
nameserver 202.9.145.4
These DNS servers ip's are given by ISP DISHNET DSL. Is any other changes req. in this.
Thanks and regards,
Ramaraju.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 07:51 PM
тАО06-15-2004 07:51 PM
Re: two ethernet cards on Alpha DS20E
it sounds like what you are trying to do is route traffic from one interface to the other. Is this correct?
ie:
tu0 = intranet
tu1 = internet
do you want traffic from tu0 to be able to route out and back in from tu1??
If so then the issue might not be your resolv.conf, but more of a routing problem. It might be that you need to use ip forwarding or something similar to pass traffic from one interface to another.
Can you confirm this is the issue??
regards
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 11:44 PM
тАО06-15-2004 11:44 PM
Re: two ethernet cards on Alpha DS20E
iptables -A POSTROUTING -o eth1 -j MASQUERADE
Replace eth1 with the device name of your internet connection.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2004 06:08 PM
тАО06-16-2004 06:08 PM
Re: two ethernet cards on Alpha DS20E
It is exactly same. Now iam able to connect to internet and intranet but the only problem iam facing is that iam not able to ping to internet sites by there name i.e., www.yahoo.com instead of this i have to ping to the ipaddress of the yahoo.com. May be it is name resolving problem. Is there any thing to be checked for this...
Thanks and regards,
Ramaraju.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2004 06:30 PM
тАО06-16-2004 06:30 PM
Re: two ethernet cards on Alpha DS20E
check 'nameserver' entries in '/etc/resolv.conf'
If there is an entry that says 'nameserver 127.0.0.1' or one of the IP addresses of your ethernet interfaces, ensure that 'named' is runnnig (ps -elf | grep nam), and make sure it's listening on that ip address (netstat -nulp | grep nam).
If not, then make sure you can talk to the nameservers listed there using the command:
nslookup -
Put in a host-name.
If this works, then your nameservers should be working fine.
If this doesn't, then you possibly have a firewalling issue. Temporarily disable your firewall (service iptables stop), try it again.
If it does work after you've disabled the firewall, then show us your rules, and we'll give some advice.