„rs232-nullmodem-ppp-internetconnection.md“ ändern
This commit is contained in:
parent
18dac700a5
commit
b3c9d3667e
1 changed files with 17 additions and 1 deletions
|
@ -50,3 +50,19 @@ done
|
|||
You may need root permissions for all the above commands.
|
||||
|
||||
Configuring Windows 95 is as simple as opening Direct Cable Connection, choosing the Guest mode and a COM port. Click Next and connection should be established immediately. You can even browse Samba shares right away. The solution should work in Windows 98 as well but I havent tested it. Happy browsing!
|
||||
|
||||
|
||||
|
||||
--------------------
|
||||
|
||||
https://unix.stackexchange.com/questions/474687/ppp-between-two-machines-over-serial-without-a-modem
|
||||
|
||||
After messing around for sometime I managed to get it working. Here is the command for Fedora machine
|
||||
|
||||
```sudo pppd -detach local debug noauth passive lock 192.168.10.100:192.168.10.1 /dev/ttyUSB0 9600```
|
||||
|
||||
And here is the command for a Linux 4.14.0-xilinx-v2018.2 machine
|
||||
|
||||
```pppd -detach persist debug local noauth passive lock 192.168.10.1:192.168.10.100 /dev/ttyS0 9600```
|
||||
|
||||
I've been struggling with the problem for the past 2 months. Not sure why this question was initially downgraded. I imagine there are other people who had the same issue.
|
||||
|
|
Loading…
Reference in a new issue