• Static IP

    From IB Joe@1:342/201 to All on Friday, January 10, 2025 11:32:56
    I need a little help. I am mot proficient in OS2... a hack at best... I have a VM setup with ArcaOS and I want to set it up with a static IP.

    Is there a video one could send me a link to or something. Everything I have tried so far has not worked.

    IB Joe, Pronouns (FJB/LGB)
    AKA Joe Schweier
    SysOp of 4A 6F 65 73 42 42 53
    -=JoesBBS.com=-

    ... Some people have no idea what they're doing, and are really good at it!

    --- Mystic BBS v1.12 A49 2023/04/30 (Windows/64)
    * Origin: JoesBBS.Com, Telnet:23 SSH:22 HTTP:80 (1:342/201)
  • From Daniel Path@2:371/52 to IB Joe on Monday, January 13, 2025 11:05:06
    Hello IB,

    10 Jan 25 11:32, you wrote to All:

    I need a little help. I am mot proficient in OS2... a hack at best...
    I have a VM setup with ArcaOS and I want to set it up with a static
    IP.

    Is there a video one could send me a link to or something. Everything
    I have tried so far has not worked.

    i've only os2, not arcaos so i don't know, maybe try to ask in the OS2 echo.

    ByEbYe
    --
    Daniel

    telnet://bbs.roonsbbs.hu:1212 <<=-

    ... Uptime: 38d 21h 8m 14s
    --- GoldED/2 1.1.4.7+EMX
    * Origin: Roon's BBS - Budapest, HUNGARY (2:371/52)
  • From IB Joe@1:342/202 to Daniel Path on Monday, January 13, 2025 08:29:51
    On 13 Jan 2025, Daniel Path said the following...

    10 Jan 25 11:32, you wrote to All:

    I need a little help. I am mot proficient in OS2... a hack at best.. I have a VM setup with ArcaOS and I want to set it up with a static IP.

    Is there a video one could send me a link to or something. Everythin I have tried so far has not worked.

    i've only os2, not arcaos so i don't know, maybe try to ask in the OS2 echo.


    I thought this is where we are.

    IB Joe, Pronouns (FJB/LGB)
    AKA Joe Schweier
    SysOp of 4A 6F 65 73 42 42 53
    -=JoesBBS.com=-

    ... When all else fails, read the instructions

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: JoesBBS.com, Telnet:23 SSH:22 HTTP:80 (1:342/202)
  • From Alexander Grotewohl@1:120/616 to IB Joe on Monday, January 13, 2025 10:57:52
    On 10 Jan 2025, IB Joe said the following...

    I need a little help. I am mot proficient in OS2... a hack at best... I have a VM setup with ArcaOS and I want to set it up with a static IP.

    network config is in C:\MPTN\BIN\setup.cmd

    you will need to comment out the line

    dhcpstrt -i lan0

    and uncomment/change the lan0 line:

    ifconfig lan0 192.168.1.123 netmask 255.255.255.0 metric 0 mtu 1500
    ^--- your static ip

    this will get you on the local network

    and for your router, add at the bottom of the file:

    route add default 192.168.1.1 -hopcount 1
    ^--- your router

    reboot to test it works every time

    --- Mystic BBS v1.12 A47 2021/12/25 (Windows/32)
    * Origin: cold fusion - cfbbs.net - grand rapids, mi (1:120/616)
  • From IB Joe@1:342/202 to Alexander Grotewohl on Monday, January 13, 2025 09:18:26
    On 13 Jan 2025, Alexander Grotewohl said the following...

    network config is in C:\MPTN\BIN\setup.cmd

    you will need to comment out the line

    dhcpstrt -i lan0

    and uncomment/change the lan0 line:

    ifconfig lan0 192.168.1.123 netmask 255.255.255.0 metric 0 mtu 1500
    ^--- your static ip

    this will get you on the local network

    and for your router, add at the bottom of the file:

    route add default 192.168.1.1 -hopcount 1
    ^--- your router

    reboot to test it works every time


    Thank you kind Sr.

    IB Joe, Pronouns (FJB/LGB)
    AKA Joe Schweier
    SysOp of 4A 6F 65 73 42 42 53
    -=JoesBBS.com=-

    ... The person who snores the loudest will fall asleep first

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: JoesBBS.com, Telnet:23 SSH:22 HTTP:80 (1:342/202)
  • From IB Joe@1:342/202 to Alexander Grotewohl on Monday, January 13, 2025 09:32:25
    On 13 Jan 2025, Alexander Grotewohl said the following...

    network config is in C:\MPTN\BIN\setup.cmd

    you will need to comment out the line

    dhcpstrt -i lan0

    and uncomment/change the lan0 line:

    ifconfig lan0 192.168.1.123 netmask 255.255.255.0 metric 0 mtu 1500
    ^--- your static ip

    this will get you on the local network

    and for your router, add at the bottom of the file:

    route add default 192.168.1.1 -hopcount 1
    ^--- your router

    reboot to test it works every time


    And that worked perfect!!!

    IB Joe, Pronouns (FJB/LGB)
    AKA Joe Schweier
    SysOp of 4A 6F 65 73 42 42 53
    -=JoesBBS.com=-

    ... Light year: 1/3 less calories than your regular year

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: JoesBBS.com, Telnet:23 SSH:22 HTTP:80 (1:342/202)
  • From Mike Powell@1:2320/105 to IB JOE on Tuesday, January 14, 2025 09:08:00
    i've only os2, not arcaos so i don't know, maybe try to ask in the OS2 echo.

    I thought this is where we are.


    That is what I have it listed as - OS/2, eCS, ARCA.

    Mike

    * SLMR 2.1a * Ethernet: A device to catch the Ether Bunny.
    --- SBBSecho 3.20-Linux
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (1:2320/105)
  • From Daniel Path@2:371/52 to IB Joe on Thursday, January 16, 2025 17:16:15
    Hello IB,

    13 Jan 25 08:29, you wrote to me:

    On 13 Jan 2025, Daniel Path said the following...

    10 Jan 25 11:32, you wrote to All:

    I need a little help. I am mot proficient in OS2... a hack
    at best.. I have a VM setup with ArcaOS and I want to set it
    up with a static IP.

    Is there a video one could send me a link to or something.
    Everythin I have tried so far has not worked.

    i've only os2, not arcaos so i don't know, maybe try to ask in
    the OS2 echo.

    I thought this is where we are.

    lol, ofc. sorry :D

    ByEbYe
    --
    Daniel

    telnet://bbs.roonsbbs.hu:1212 <<=-

    ... Uptime: 42d 3h 18m 10s
    --- GoldED/2 1.1.4.7+EMX
    * Origin: Roon's BBS - Budapest, HUNGARY (2:371/52)