[App_rpt-users] Static IP Config

Loren Tedford loren at lorentedford.com
Tue Apr 10 00:12:32 UTC 2018


Via ssh command line
nano /etc/network/interfaces

### Put the following in
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
 auto lo
 iface lo inet loopback

# The primary network interface
 auto eth0
 allow-hotplug eth0
 iface eth0 inet static
  address ipaddr
  netmask 255.255.255.255
  broadcast ipaddr
  gateway 192.168.1.1
  dns-nameservers 8.8.8.8
## Just to be sure gateway is working correctly add the below
  post-up /sbin/ip route add Gatewayip  dev eth0
  post-up /sbin/ip route add default via Gatewayip
  pre-down /sbin/ip route delete Gatewayip dev eth0
  pre-down /sbin/ip route delete default via Gatewayip

## End of /etc/network/interfaces

I hope the above helps you in setting your static ip on your system..

Good luck if you need anything just holler!





Loren Tedford (KC9ZHV) 
Phone Main: 1+ (631) 686 – 8878 Option 1
Fax: 1-618-551-2755
Email: loren at lorentedford.com
Email: KC9ZHV at KC9ZHV.com
http://www.lorentedford.com
http://www.kc9zhv.com
http://forum.kc9zhv.com
http://hub.kc9zhv.com
http://Ltcraft.net
http://voipham.com

From: CHARLES BENN
Sent: Monday, April 9, 2018 5:56 PM
To: app_rpt-users at lists.allstarlink.org
Subject: [App_rpt-users] Static IP Config

I loaded the new image and did the original set up with DHCP.
I log on to the Console using root enter the info using the  ASL-Menu and save it but the IP remains DHCP.
After hitting OK there is a quick flash of some info at the bottom of the screen but its is gone before I can read it.

Any suggestions
73 Charlie WB2SNN 27904-27908



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.keekles.org/pipermail/app_rpt-users/attachments/20180409/6c695a0b/attachment.html>


More information about the App_rpt-users mailing list