View previous topic :: View next topic |
Author |
Message |
Qrak n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 24 Dec 2006 Posts: 7
|
Posted: Tue Jun 23, 2009 11:10 am Post subject: two network connections |
|
|
Hello !
I've got a question about combining two network connections. I'm building a embedded Gentoo system with USB GPRS modem connecting to internet via ppp, but also I want to have a chance to connect to this system via ethernet card from second box via cable. I setup static local IP e.g 192.168.0.1 with gateway and mask on eth. I'm able to connet to it but there is resolving internet connections problem on emebbed box. How to make it work ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
judepereira Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/18822557744dbf690f6c72c.jpg)
Joined: 19 Jan 2008 Posts: 179 Location: Portage, yes, somewhere out there
|
Posted: Tue Jun 23, 2009 2:14 pm Post subject: |
|
|
Have you added your opendns nameservers to /etc/resolv.conf?
If not, add the following to that file:
Code: |
nameserver 208.67.220.220
nameserver 208.67.222.222
|
_________________ Jude Pereira
(http://judepereira.com) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|