You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
The switches are on different subnets. The CentOS computer doesn't have access to the DHCP server through switch 1. All of the RHEL machines through switch 1 are connected to the same DHCP server and we don't have administrative access to it.Veridian– Veridian2014-04-16 22:58:12 +00:00Commented Apr 16, 2014 at 22:58
-
Well, you could manually assign an IP to the CentOS nic on switch 1 in the same subnet as the RHEL machines and then it could talk to them. Then on the nic on switch 2 you could either manually assign or use DHCP to get an IP for Internet access.MERM– MERM2014-04-17 04:25:37 +00:00Commented Apr 17, 2014 at 4:25
-
Yes, well IT doesn't want the CentOS machine on the same subnet as the RHEL machines because the RHEL machines are department managed and the CentOS machine is managed by my group. IT fears that having the CentOS machine managed by us and on the same subnet could introduce a security hole in their system because my group would be responsible for insuring the CentOS machine is secure (IT can't trust us to fully ensure this). Given that knowledge is that anything you can see that would work?Veridian– Veridian2014-04-17 14:15:12 +00:00Commented Apr 17, 2014 at 14:15
-
If the CentOS machine is not on the same subnet as the RHEL machines then you will have to go thru a router for them to talk. Switch 1 may have this functionality but from what you said IT prob. wont do this for you. You could connect from the RHEL machines (presumably on the Internet) to the public IP of the CentOS machine. This is kind of silly, going out to the Internet and back in, but it probably would satisfy your IT guys as the traffic would have to go through their firewalls.MERM– MERM2014-04-17 15:12:05 +00:00Commented Apr 17, 2014 at 15:12
-
MERM, I'm thinking what you mentioned already takes place, but not sure. The RHEL machines and CentOS machines can talk to each other, but through some higher level interface (of which I am not sure what exists). I want their to be a faster method of data transfer between the CentOS machine and the RHEL machines by connecting the second NIC of the CentOS machine to the same switch as the RHEL machines. Right now the connection when transferring files is relatively slow (much slower than transferring data between RHEL machines).Veridian– Veridian2014-04-17 15:17:48 +00:00Commented Apr 17, 2014 at 15:17
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. apache-2.2), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you