9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] My own IP address
@ 2024-04-07 21:21 Bengt Kleberg
  2024-04-07 21:24 ` Steve Simon
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bengt Kleberg @ 2024-04-07 21:21 UTC (permalink / raw)
  To: 9front

Greetings,

Where can I find my own IP address?

I have started 9front-10277.amd64.qcow2 in qemu, and would like to
know which IP address I got from DHCP.
Where do I find it?

Background: I am trying to connect drawterm to 9front in qemu. Qemu started with
  -net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user
I have tested with the only reasonable 9front IP addres in /net/iproute.
That did not work.
Unreasonable addresses end with 0 or 255.

Best Wishes,
bengt
-- 
Bengt Kleberg

-- 

Product Development


--------------------------------------- enabling your networks
-------------------------------------

Travelping GmbH
Roentgenstraße 13
39108 Magdeburg
Germany

phone: +49 391 660 98560
mail: info@travelping.com
website: https://www.travelping.com/

Company registration: Amtsgericht Stendal
Managing Director: Holger Winkelmann
Reg. No.: HRB 10578
VAT ID: DE236673780

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9front] My own IP address
  2024-04-07 21:21 [9front] My own IP address Bengt Kleberg
@ 2024-04-07 21:24 ` Steve Simon
  2024-04-07 21:26 ` B. Atticus Grobe
  2024-04-07 22:20 ` Thaddeus Woskowiak
  2 siblings, 0 replies; 6+ messages in thread
From: Steve Simon @ 2024-04-07 21:24 UTC (permalink / raw)
  To: 9front

cat /net/ndb


> On 7 Apr 2024, at 10:24 pm, Bengt Kleberg <bengt.kleberg@travelping.com> wrote:
> 
> Greetings,
> 
> Where can I find my own IP address?
> 
> I have started 9front-10277.amd64.qcow2 in qemu, and would like to
> know which IP address I got from DHCP.
> Where do I find it?
> 
> Background: I am trying to connect drawterm to 9front in qemu. Qemu started with
>  -net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user
> I have tested with the only reasonable 9front IP addres in /net/iproute.
> That did not work.
> Unreasonable addresses end with 0 or 255.
> 
> Best Wishes,
> bengt
> -- 
> Bengt Kleberg
> 
> -- 
> 
> Product Development
> 
> 
> --------------------------------------- enabling your networks
> -------------------------------------
> 
> Travelping GmbH
> Roentgenstraße 13
> 39108 Magdeburg
> Germany
> 
> phone: +49 391 660 98560
> mail: info@travelping.com
> website: https://www.travelping.com/
> 
> Company registration: Amtsgericht Stendal
> Managing Director: Holger Winkelmann
> Reg. No.: HRB 10578
> VAT ID: DE236673780

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9front] My own IP address
  2024-04-07 21:21 [9front] My own IP address Bengt Kleberg
  2024-04-07 21:24 ` Steve Simon
@ 2024-04-07 21:26 ` B. Atticus Grobe
  2024-04-07 22:20 ` Thaddeus Woskowiak
  2 siblings, 0 replies; 6+ messages in thread
From: B. Atticus Grobe @ 2024-04-07 21:26 UTC (permalink / raw)
  To: 9front

cat /net/ipselftab


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9front] My own IP address
  2024-04-07 21:21 [9front] My own IP address Bengt Kleberg
  2024-04-07 21:24 ` Steve Simon
  2024-04-07 21:26 ` B. Atticus Grobe
@ 2024-04-07 22:20 ` Thaddeus Woskowiak
  2024-04-08 12:08   ` Bengt Kleberg
  2 siblings, 1 reply; 6+ messages in thread
From: Thaddeus Woskowiak @ 2024-04-07 22:20 UTC (permalink / raw)
  To: 9front

On Sun, Apr 7, 2024 at 5:23 PM Bengt Kleberg
<bengt.kleberg@travelping.com> wrote:
>
> Greetings,
>
> Where can I find my own IP address?
>
> I have started 9front-10277.amd64.qcow2 in qemu, and would like to
> know which IP address I got from DHCP.
> Where do I find it?
>
> Background: I am trying to connect drawterm to 9front in qemu. Qemu started with
>   -net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user
> I have tested with the only reasonable 9front IP addres in /net/iproute.
> That did not work.
> Unreasonable addresses end with 0 or 255.
>
> Best Wishes,
> bengt
> --
> Bengt Kleberg
>
> --
>
> Product Development
>
>
> --------------------------------------- enabling your networks
> -------------------------------------
>
> Travelping GmbH
> Roentgenstraße 13
> 39108 Magdeburg
> Germany
>
> phone: +49 391 660 98560
> mail: info@travelping.com
> website: https://www.travelping.com/
>
> Company registration: Amtsgericht Stendal
> Managing Director: Holger Winkelmann
> Reg. No.: HRB 10578
> VAT ID: DE236673780

cat /net/ndb works when DHCP is used to configure the interface.
otherwise it is empty.
cat /net/ipselftab can be used for finding the address in any situation.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9front] My own IP address
  2024-04-07 22:20 ` Thaddeus Woskowiak
@ 2024-04-08 12:08   ` Bengt Kleberg
  2024-04-08 12:19     ` Bengt Kleberg
  0 siblings, 1 reply; 6+ messages in thread
From: Bengt Kleberg @ 2024-04-08 12:08 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 2260 bytes --]

Thank you all for the suggestions.

Those two files are empty(*). So, I do not use DHCP (where to I get IP
address then?).

I tested connetivity with ndb/dnsquery. It worked yesterday, but not today.
That could mean that I have no network.
Any alternative way to test if there is a network?

Best WIshes,
bengt

(*)
term% cat /net/ndb
term% cat /net/ipselftab
term%

On Mon, 8 Apr 2024 at 00:24, Thaddeus Woskowiak <tswoskowiak@gmail.com>
wrote:

> On Sun, Apr 7, 2024 at 5:23 PM Bengt Kleberg
> <bengt.kleberg@travelping.com> wrote:
> >
> > Greetings,
> >
> > Where can I find my own IP address?
> >
> > I have started 9front-10277.amd64.qcow2 in qemu, and would like to
> > know which IP address I got from DHCP.
> > Where do I find it?
> >
> > Background: I am trying to connect drawterm to 9front in qemu. Qemu
> started with
> >   -net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user
> > I have tested with the only reasonable 9front IP addres in /net/iproute.
> > That did not work.
> > Unreasonable addresses end with 0 or 255.
> >
> > Best Wishes,
> > bengt
> > --
> > Bengt Kleberg
> >
> > --
> >
> > Product Development
> >
> >
> > --------------------------------------- enabling your networks
> > -------------------------------------
> >
> > Travelping GmbH
> > Roentgenstraße 13
> > 39108 Magdeburg
> > Germany
> >
> > phone: +49 391 660 98560
> > mail: info@travelping.com
> > website: https://www.travelping.com/
> >
> > Company registration: Amtsgericht Stendal
> > Managing Director: Holger Winkelmann
> > Reg. No.: HRB 10578
> > VAT ID: DE236673780
>
> cat /net/ndb works when DHCP is used to configure the interface.
> otherwise it is empty.
> cat /net/ipselftab can be used for finding the address in any situation.
>


-- 

Bengt Kleberg

-- 

Product Development


--------------------------------------- enabling your networks
-------------------------------------

Travelping GmbH
Roentgenstraße 13
39108 Magdeburg
Germany

phone: +49 391 660 98560
mail: info@travelping.com
website: https://www.travelping.com/
Company registration: Amtsgericht Stendal
Managing Director: Holger Winkelmann
Reg. No.: HRB 10578
VAT ID: DE236673780

[-- Attachment #2: Type: text/html, Size: 5697 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9front] My own IP address
  2024-04-08 12:08   ` Bengt Kleberg
@ 2024-04-08 12:19     ` Bengt Kleberg
  0 siblings, 0 replies; 6+ messages in thread
From: Bengt Kleberg @ 2024-04-08 12:19 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 3160 bytes --]

Greetings,

Please ignore my last email. I had forgotten ip/ipconfig, today.
I am using DHCP, content:
ip=10.0.2.15 xxx

DNS query works.

With knowledge of my IP address I will continue with drawterm.


Best Wishes,
bengt

On Mon, 8 Apr 2024 at 14:08, Bengt Kleberg <bengt.kleberg@travelping.com>
wrote:

> Thank you all for the suggestions.
>
> Those two files are empty(*). So, I do not use DHCP (where to I get IP
> address then?).
>
> I tested connetivity with ndb/dnsquery. It worked yesterday, but not
> today. That could mean that I have no network.
> Any alternative way to test if there is a network?
>
> Best WIshes,
> bengt
>
> (*)
> term% cat /net/ndb
> term% cat /net/ipselftab
> term%
>
> On Mon, 8 Apr 2024 at 00:24, Thaddeus Woskowiak <tswoskowiak@gmail.com>
> wrote:
>
>> On Sun, Apr 7, 2024 at 5:23 PM Bengt Kleberg
>> <bengt.kleberg@travelping.com> wrote:
>> >
>> > Greetings,
>> >
>> > Where can I find my own IP address?
>> >
>> > I have started 9front-10277.amd64.qcow2 in qemu, and would like to
>> > know which IP address I got from DHCP.
>> > Where do I find it?
>> >
>> > Background: I am trying to connect drawterm to 9front in qemu. Qemu
>> started with
>> >   -net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user
>> > I have tested with the only reasonable 9front IP addres in /net/iproute.
>> > That did not work.
>> > Unreasonable addresses end with 0 or 255.
>> >
>> > Best Wishes,
>> > bengt
>> > --
>> > Bengt Kleberg
>> >
>> > --
>> >
>> > Product Development
>> >
>> >
>> > --------------------------------------- enabling your networks
>> > -------------------------------------
>> >
>> > Travelping GmbH
>> > Roentgenstraße 13
>> > 39108 Magdeburg
>> > Germany
>> >
>> > phone: +49 391 660 98560
>> > mail: info@travelping.com
>> > website: https://www.travelping.com/
>> >
>> > Company registration: Amtsgericht Stendal
>> > Managing Director: Holger Winkelmann
>> > Reg. No.: HRB 10578
>> > VAT ID: DE236673780
>>
>> cat /net/ndb works when DHCP is used to configure the interface.
>> otherwise it is empty.
>> cat /net/ipselftab can be used for finding the address in any situation.
>>
>
>
> --
>
> Bengt Kleberg
>
> --
>
> Product Development
>
>
> --------------------------------------- enabling your networks
> -------------------------------------
>
> Travelping GmbH
> Roentgenstraße 13
> 39108 Magdeburg
> Germany
>
> phone: +49 391 660 98560
> mail: info@travelping.com
> website: https://www.travelping.com/
> Company registration: Amtsgericht Stendal
> Managing Director: Holger Winkelmann
> Reg. No.: HRB 10578
> VAT ID: DE236673780
>
>
>


-- 

Bengt Kleberg

-- 

Product Development


--------------------------------------- enabling your networks
-------------------------------------

Travelping GmbH
Roentgenstraße 13
39108 Magdeburg
Germany

phone: +49 391 660 98560
mail: info@travelping.com
website: https://www.travelping.com/
Company registration: Amtsgericht Stendal
Managing Director: Holger Winkelmann
Reg. No.: HRB 10578
VAT ID: DE236673780

[-- Attachment #2: Type: text/html, Size: 9499 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-08 12:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-07 21:21 [9front] My own IP address Bengt Kleberg
2024-04-07 21:24 ` Steve Simon
2024-04-07 21:26 ` B. Atticus Grobe
2024-04-07 22:20 ` Thaddeus Woskowiak
2024-04-08 12:08   ` Bengt Kleberg
2024-04-08 12:19     ` Bengt Kleberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).