Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Apr 22, 2015 12:35 am 
Offline
Newbie
User avatar

Joined: Thu Aug 16, 2012 6:11 pm
Posts: 3
Hey everyone,

So decided to make the leap to 14.04 for a new server im setting up and im having issues setting up the private IP.
Not sure where im going wrong but this worked for 12.04 and no longer will work on 14.04 :(

Im using this to reconfigure the interface however it does not spit out anything useful to debug with...
Code:
sudo ifdown eth0 && sudo ifup eth0


Code:
cat /etc/network/interfaces

# The loopback interface
auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0

# Public IP
iface eth0 inet static
    address xx.xx.xx.136
    netmask 255.255.255.0
    gateway xx.xx.xx.1

# Private IP
iface eth0:0 inet static
    address 192.168.129.4/17


Top
   
PostPosted: Fri May 01, 2015 4:43 pm 
Offline
Linode Staff

Joined: Mon Aug 18, 2014 2:43 pm
Posts: 35
Website: https://levlaz.org
Location: Absecon, NJ
Can you try to remove the ":0"

So instead of

Code:
# Private IP
iface eth0:0 inet static
    address 192.168.129.4/17


Make it
Code:
# Private IP
iface eth0 inet static
    address 192.168.129.4/17

_________________
Best,
Lev
https://levlaz.org


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group