good to hear it's working. one other way to tackle this without the need for a dedicated static IP address is to use a free service like: https://developer.weaved.com/portal/members/betabeagle.php if it looks like this might be helpful give it a try and if you have any questions I'll try to help.
On Monday, February 2, 2015 at 4:21:33 AM UTC-8, greedman wrote: > > Yeah!! That was the problem!!! :S > > > iface eth0 inet static > address 192.168.0.89 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > gateway 192.168.0.1 > > Thanks ! > > On Thursday, 29 January 2015 23:53:53 UTC+1, greedman wrote: >> >> Hi all, >> >> I use a BBB, with Debian, to transfer files through a SSH connection, and >> I have been configuring it to have a static IP. >> >> I have configured it modifying the file “/etc/network/interfaces”, where >> I've added: >> >> # The primary network interface >> auto eth0 >> #iface eth0 inet dhcp >> iface eth0 inet static >> #name Ethernet alias LAN card >> address 192.168.0.89 >> netmask 255.255.255.0 >> network 192.168.0.1 >> broadcast 192.168.0.255 >> >> And I've also modified the file “/etc/resolv.conf”, where I've added: >> nameserver 192.168.0.1 >> nameserver 8.8.8.8 >> >> On the inTRAnet it works perfectly, but when I try to connect from the >> internet to the BBB it doesn't work (with the original configuration, >> without static ip, the connection is established). >> >> I think the trouble is due to the “interfaces” file changes, but I do not >> know why. >> >> I've used the next links: >> >> https://sheldondwill.wordpress.com/2013/12/14/beaglebone-black-ubuntu-change-to-static-ip-address/ >> https://www.howtoforge.com/debian-static-ip-address >> >> Thanks in advance >> >> >> > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
