Home | Reviews | GUIpedia | Forum | Fun500
ksr | TCP/IP and DOSI know there have been a few threads here about Internet access within DOS, but some things still seem a bit vague to me. Hopefully someone can answer these questions:
* What are the essential drivers/software required?
* Is it feasible to have Internet compatability across many different NICs, without having a specific driver for each one?
* What are the chances of finding DOS drivers for a NIC? What about onboard chips or laptops?
* How would a program communicate with the NIC? You could use something like wget, but is there a more direct way? What about uploading files?
* Does your GUI support Internet access or networking?
Cheers | 2009-03-12 | 7:11 PM |
Brandon | Re:TCP/IP and DOS1. You need a Packet Driver, and an app that can use it for example, WGET
2. Not really, I've found that the about 20 drivers I can find, work with over half of my NICs though.
3.Onboard+Laptops are not as likely, I was really lucky to get one for my thin client, you might be able to find them with digging.
4.You're gonna have to use something like WGET or find Librarys for C, and I think theres a WGET like app for uploading.
5.Yes Fun500 5 will have an online package management system, and I will be creating a system to help people get there packet drivers going. | 2009-03-12 | 7:17 PM |
ksr | Re:TCP/IP and DOSThanks Brandon, I've found a packet driver for my onboard card (I think) and I'll have a play with it later. There is a WPUT but I don't think there's a DOS port. | 2009-03-12 | 7:32 PM |
Brandon | Re:TCP/IP and DOSYeah, If you do it within the next hour to an hour and a half, I'll be on AIM, in case you need help, the WATTCP file is pretty important, especially with newer routers that don't like old DOS DHCP clients. http://www.smashco.com/wattcp.asp | 2009-03-12 | 7:44 PM |
pharoah | Re:TCP/IP and DOSOne thing to add, I think WGET does support uploading through the HTTP POST method. | 2009-03-13 | 12:10 AM |
Todd | Re:TCP/IP and DOSIf you can find a way to fsck in, then you can do GET/POST. | 2009-03-13 | 7:25 AM |
ksr | Re:TCP/IP and DOS[b]Brandon wrote:[/b]
[quote]Yeah, If you do it within the next hour to an hour and a half, I'll be on AIM, in case you need help, the WATTCP file is pretty important, especially with newer routers that don't like old DOS DHCP clients. http://www.smashco.com/wattcp.asp[/quote]
This is where I get confused. What is WATTCP and how do I use it? My packet driver is a COM file, but the readme says I also need the "Novell VLM client" - what does that do? | 2009-03-13 | 1:15 PM |
Brandon | Re:TCP/IP and DOSIn a folder, put WGET,WATTCP, and your packet driver.
-Run the driver
-Run WGET | 2009-03-13 | 1:30 PM |
ksr | Re:TCP/IP and DOSOK, I'll give that a go. At the moment I'm making a bootable FreeDOS USB stick.
Thanks Brandon | 2009-03-13 | 2:24 PM |
ksr | Re:TCP/IP and DOSOK so the packet driver loads fine, I just need to edit WATTCP.CFG. I'm not sure what some of these settings should be, though:
MY_IP = 127.0.0.127 (guessing you can set this to whatever)
HOSTNAME = foo (same)
NAMESERVER = 127.0.0.1
DOMAINSLIST = foo.bar.com
GATEWAY = 127.0.0.1, 127.0.0.255, 255.255.25.0 | 2009-03-13 | 4:42 PM |
Brandon | Re:TCP/IP and DOSmy router is 192.168.1.1 so:
NAMESERVER = 192.168.1.1
GATEWAY = 192.168.1.1
set MY_IP to x.x.x.62 using the first three numbers from the routers local IP | 2009-03-13 | 4:46 PM |
ksr | Re:TCP/IP and DOSIt works! I can boot DOS from a USB stick and access the Internet! Thanks again. | 2009-03-13 | 5:04 PM |
Brandon | Re:TCP/IP and DOSI should thank you, because I needed a test dummy...I mean test subject :P That way I know my methods are working for more than just me.
PS: I am feeling pretty sick, sore throat, my head feels op, the rest feels cold, and my ears are out of wack. I guess there won't be a Fun500 5 release tonight. | 2009-03-13 | 5:54 PM |
rCX | Re:TCP/IP and DOS[b]ksr wrote:[/b]
[quote]It works! I can boot DOS from a USB stick and access the Internet! Thanks again.[/quote]
Welcome to the club. Have you chosen a web browser? | 2009-03-13 | 8:38 PM |
ksr | Re:TCP/IP and DOSThe idea was more to provide Internet access for my GUI, so I'll be writing my own browser. | 2009-03-14 | 5:40 PM |
pharoah | Re:TCP/IP and DOSSlash QML reader? | 2009-03-14 | 5:42 PM |
Brandon | Re:TCP/IP and DOSWith a Fun500 5 port :P? | 2009-03-14 | 5:59 PM |
Other
2021 Brandon Cornell