忍者ブログ

晴時々曇一時雨

高気密高断熱住宅に関する話題。 時事ネタなど。

[PR]
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

IPアドレスの変更
私がDHCP嫌いなんで、固定IPにするべく設定してみました。

えっと、ここが一番わかりやすくて詳しいので
これに沿ってやりました。

http://derekmolloy.ie/set-ip-address-to-be-static-on-the-beaglebone-black/

1.設定の確認

コンソールで ifconfig する。

2.イーサネットEthernetの番号?MACアドレスやろうか?を確認

 /var/lib/connman を確認

あ、ログインしたてはちょっと下の階層にいるので

cd ../../
してrootに上ってから降りましょう。

3.設定の変更
/usr/lib/connman/test
に入る。

root@beaglebone:/usr/lib/connman/test# ls -al

total 140

drwxr-xr-x 2 root root 4096 Mar 18  2013 .

drwxr-xr-x 3 root root 4096 Mar 18  2013 ..

-rwxr-xr-x 1 root root 1118 Jul  3  2013 backtrace

-rwxr-xr-x 1 root root 2144 Jul  3  2013 connect-vpn

-rwxr-xr-x 1 root root  889 Jul  3  2013 disable-tethering

-rwxr-xr-x 1 root root  348 Jul  3  2013 disconnect-vpn

-rwxr-xr-x 1 root root 1334 Jul  3  2013 enable-tethering

-rwxr-xr-x 1 root root  233 Jul  3  2013 get-global-timeservers

-rwxr-xr-x 1 root root  621 Jul  3  2013 get-proxy-autoconfig

-rwxr-xr-x 1 root root 1277 Jul  3  2013 get-services

-rwxr-xr-x 1 root root  229 Jul  3  2013 get-state

-rwxr-xr-x 1 root root 1512 Jul  3  2013 list-services

-rwxr-xr-x 1 root root 2120 Jul  3  2013 monitor-connman

-rwxr-xr-x 1 root root 2799 Jul  3  2013 monitor-services

-rwxr-xr-x 1 root root  571 Jul  3  2013 service-move-before

-rwxr-xr-x 1 root root  485 Jul  3  2013 set-domains

-rwxr-xr-x 1 root root  386 Jul  3  2013 set-global-timeservers

-rwxr-xr-x 1 root root  982 Jul  3  2013 set-ipv4-method

-rwxr-xr-x 1 root root 1115 Jul  3  2013 set-ipv6-method

-rwxr-xr-x 1 root root  496 Jul  3  2013 set-nameservers

-rwxr-xr-x 1 root root 1274 Jul  3  2013 set-proxy

-rwxr-xr-x 1 root root  491 Jul  3  2013 show-introspection

-rwxr-xr-x 1 root root 5796 Jul  3  2013 simple-agent

-rwxr-xr-x 1 root root  390 Jul  3  2013 test-clock

-rwxr-xr-x 1 root root  351 Jul  3  2013 test-compat

-rwxr-xr-x 1 root root 4702 Jul  3  2013 test-connman

-rwxr-xr-x 1 root root 1610 Jul  3  2013 test-counter

-rwxr-xr-x 1 root root 2079 Jul  3  2013 test-manager

-rwxr-xr-x 1 root root  285 Jul  3  2013 test-new-supplicant

-rwxr-xr-x 1 root root 8951 Jul  3  2013 test-session

-rwxr-xr-x 1 root root 1333 Jul  3  2013 test-supplicant

root@beaglebone:/usr/lib/connman/test#




root@beaglebone:/usr/lib/connman/test# ./set-nameservers ethernet_c8a030ab323a_cable 192.168.1.1 8.8.8.8

とする。このとき、ネットワークケーブルがささってないと設定できない。

同様にIPV4の設定をする

root@beaglebone:/usr/lib/connman/test# ./set-ipv4-method
Usage: ./set-ipv4-method <service> [off|dhcp|manual <address> [netmask] [gateway]]
./set-ipv4-method ethernet_c8a030ab323a_cable manual 192.168.1.80 255.255.255.0 192.168.1.1


無事設定できました。
インターネットにもつながります。

・・・ただし、イーサネットで接続しているときだけだけど。
PR

コメント

コメントを書く