Hello.
I've been using FreeBSD for years, but have a problem now.
Yes, I've been playing Quake 3 with my Voodoo 3 on gcu-squad thousand years ago
I usually use a laptop and have a second computer running Mint or FreeBSD, so it's very useful for me to use x2x. The network works of course, the DHCP server also.
For those who don't know x2x, it's a wonderful toy to share mouse/keyboard.
x11-servers/x2x or
There's also x11-servers/x2vnc, useful for Windows, but it's a pain and really slow
Unless you enjoy 100% Cpu for just a display ..
When I boot on Linux, I can use x2x.
Just modified /etc/X11/xinit/xserverrc and remove the -nolisten tcp option.
nmap on the Linux gives :
When boot on FreeBSD :
So 6000 is open.
I know this may look insecure, but for a private network, who really cares
Of course I created a /usr/local/etc/X11/xinit/xserverrc.
So it's not a pf(4) problem on this box ...
Any idea ?
Thanks.
Log from /var/log/Xorg.0.log says it uses /etc/xorg/xorg.conf.
I use slim as
So I have no idea how to open the port.
Any help would be useful, of course.
I've been using FreeBSD for years, but have a problem now.
Yes, I've been playing Quake 3 with my Voodoo 3 on gcu-squad thousand years ago

I usually use a laptop and have a second computer running Mint or FreeBSD, so it's very useful for me to use x2x. The network works of course, the DHCP server also.
For those who don't know x2x, it's a wonderful toy to share mouse/keyboard.
x2x -west -to $IP
x11-servers/x2x or
pkg install
.There's also x11-servers/x2vnc, useful for Windows, but it's a pain and really slow

Unless you enjoy 100% Cpu for just a display ..
When I boot on Linux, I can use x2x.
Just modified /etc/X11/xinit/xserverrc and remove the -nolisten tcp option.
nmap on the Linux gives :
Code:
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
139/tcp open netbios-ssn
445/tcp open microsoft-ds
6000/tcp open X11
When boot on FreeBSD :
Code:
PORT STATE SERVICE
22/tcp open ssh
So 6000 is open.
I know this may look insecure, but for a private network, who really cares

Of course I created a /usr/local/etc/X11/xinit/xserverrc.
Code:
#!/bin/sh
exec /usr/local/bin/X "$@" <-- notice I removed the [FILE]-nolisten tcp[/FILE].
Code:
[phil@athlon ~]$ nmap localhost
Starting Nmap 7.12 ( https://nmap.org ) at 2016-07-30 22:49 EDT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000024s latency).
Other addresses for localhost (not scanned): ::1
Not shown: 998 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
So it's not a pf(4) problem on this box ...
Any idea ?
Thanks.
Log from /var/log/Xorg.0.log says it uses /etc/xorg/xorg.conf.
Code:
#Using config file: "/etc/X11/xorg.conf"
So I have no idea how to open the port.
Any help would be useful, of course.
Last edited by a moderator: