Re: can't access public nic
jhansen <[email protected]> Sun, 29 Mar 2009 18:49:42 -0700 (PDT)
| Newsgroups | gmane.linux.cluster.ssic.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, So I went to my /etc/network/interfaces file and switched the eth0 to eth1 and eth1 to eth0 and rebooted. Still no luck getting to my public nic. I ran ip link list and came up with the following: 1: lo <LOOPBACK, UP> .... etc... 2: sit0: <NOARP> ...etc...... link / sit 0.0.0.0 brd 0.0..0 3: eth0: <BROADCAST, MULTICAST, UP> etc.... "route" command brings back the 10.0.0.0 network on eth0 I attempted to bring up eth1 explicitely by using "ifup eth1" which resulted in: SIOCSIIFADDR: no such device eth1: Error wil getting interface flags: no such device Bind socket to interface: no such device failed to bind eth1 Any other thoughs? Thanks in advance. jhansen wrote: > > Hi, > I am attempting to install open ssi on lenny. I have 2 nics on #1 node. I > can't seem to access the public internet from my root node... > > From my base Linux install I did the following: > I have configured my "public" nic to use dchp and it resolves to a typical > class "C" config on eth0. ip address is 192.168.0.70, with 192.168.0.1 as > the gateway. > > I configured a static class "A" address on my "private" eth1 nic. > 10.0.0.2. mask 255.0.0.0 gateway 10.0.0.2. > I verified connectivity to public nic with google, and private nic with > ping. > > I installed openssi per the instructions for Lenny and selected the > "private" eth1 nic as the interconnect. The installation seemed to work > but access to public intenet is broken and network config seems strange. > Typing "route" I see only 1 entry for the 10.0.0.0 network and that is on > eth0 (shouldnt that be eth1?). > > Any suggestions? > > Thank in advance. > -- View this message in context: http://www.nabble.com/can%27t-access-public-nic-tp22751847p22775098.html Sent from the ssic-linux-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------