Hi I managed to get a half hour with the family off of the Internet to download Fossadog for a try-out. I've got it installed using the installer on USB thumbdrive. I've got a change file in Casper. Apt updated. Computer is the laptop in signature.
Right now it's only got one new app added: Xrdp. Troubleshooting why I can't connect to it.
The basic problem I'm getting is I can't ping to it from a Puppy Bionic64 on the same LAN. The FossaDog is at 192.168.1.7 and the Bionicpup is at 192.168.1.11. DNS is 192.168.1.1. Neither box is running a firewall at the moment
I CAN ping 192.168.1.11 from 192.168.1.7 (Bionicpup from FossaDog) but I can't go the other way.
Any help appreciated!
FossaDog:
Code: Select all
root@live:~# ip r
default via 192.168.1.1 dev wlan0 metric 303
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.7 metric 303
BionicPup64:
Code: Select all
root# ip r
default via 192.168.1.1 dev wlan0
127.0.0.0/8 dev lo scope link
192.168.1.0/24 dev wlan0 scope link src 192.168.1.11