Thread: set up static connection
so i've configured /etc/network/interfaces file:
iface eth0 inet static
address x.x.x.x
netmask x.x.x.x
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x
set default domain well, configured /etc/resolv.conf this:
domain dal.design.ti.com
search dal.design.ti.com
nameserver x.x.x.x
restarted networking /etc/init.d/networking restart , eth0 not being configured on start up, doing wrong? there file i'm forgetting update somewhere?
i use static , /etc/network/interfaces file looks this:
auto eth0
iface eth0 inet static
address x.x.x.x
netmask x.x.x.x
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x
make sure have "auto eth0" in front of settings.
hope helps.
george
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [SOLVED] set up static connection
Ubuntu
Comments
Post a Comment