Hi Jakub, Thank you for your prompt reply. I used the following inet commands to configure networking in HelenOS.
/ # inet create 192.168.1.4/24 net/eth1 myaddr / # inet add-sr 0.0.0.0/0 192.168.1.1 default I used my IP address and the respective gateway in place of those given here. I tried to ping a popular website using the ping command, but it did not work. I want to connect HelenOS to the host network so that I can use the Browser in the host system. Regards, Amruta On Sun, Mar 24, 2013 at 10:33 PM, Jakub Jermar <[email protected]> wrote: > > Hi Amruta, > > On 03/23/2013 02:37 PM, Amruta Purohit wrote: > > I am trying to connect HelenOS to the Host network. At present, HelenOS > > is installed in KVM and my host system is Ubuntu 12.04. I created a > > bridge in Ubuntu and passed that bridge as the Virtual Network Interface > > of KVM. Then I configured HelenOS for networking as mentioned on the > > site. But I am unable to ping any website from HelenOS. > > 1) In view of this, can you guide me on how to connect HelenOS to the > > local network. 2) Also, I read about nicconf utility ( which is > > functionally similar to ifconfig) in a paper, but i was unable to find > > this utility in the source I have, HelenOS 0.5.0. I need to find the MAC > > address for HelenOS which is running in KVM. > > Can you post the steps you made in order to configure your IP network in > HelenOS? Ie. what inet commands did you use? > > AFAICT, nicconf was a utility in the nicf branch. I am not sure what was > its purpose. This utility has never been merged into HelenOS mainline. > > In the mainline HelenOS, there is the inet utility which you need to use > in order to be able to use HelenOS networking. There is no > autoconfiguration as of now nor even DNS resolver, sorry. > > HTH, > Jakub > > > _______________________________________________ > HelenOS-devel mailing list > [email protected] > http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
