Skip to main content

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.

Required fields*

3
  • Please don't post images of text. I typed out the contents, but you may want to check that I made no mistakes in transcription Commented Apr 30, 2017 at 4:28
  • @Fox Man, I'm so sorry about that. In fact, I prefer post the text code, but in this particular case, I installed the minimal CentOs in VirtualBox, and I couldn't copy the terminal output. I was afraid to type word by word, and because of this, make mistakes in typing Commented Apr 30, 2017 at 5:37
  • 2
    The usual way to connect two interfaces "transparently" to the same network is to create a bridge interface that owns a single IP on the network, and attach the other interfaces to that bridge (see a Debian page on the matter for an example). The exact commands shown on the Debian page won't necessarily transfer, but it gives a general overview. Is there a reason you aren't doing this? Commented Apr 30, 2017 at 5:50