On 02/13/15 22:39, Canek Peláez Valdés wrote:
On Fri, Feb 13, 2015 at 11:18 PM, Adam Carter
<[1]adamcart...@gmail.com> wrote:
>
> It looks like /etc/systemd/system/network@.service requires a
gateway= line, however, for a second interface I wont set another
default. Is there a standard way to so this, or do i have to copy
network@.service to a new name and remove the 'ip route add' line?
Where this service unit file came from? Did you write it yourself?
If it's a static network (meaning, the computer does not usually moves
physically), why don't you use a .network unit file (man 5
systemd.network)?
Regards.
--
Canek Peláez Valdés
Profesor de asignatura, Facultad de Ciencias
Universidad Nacional Autónoma de México
References
1. mailto:adamcart...@gmail.com
I did mange to make it to work but, when I printed a pdf file or an OpenOffice document the job is being transmitted from client to server and being held,
when I release it; it didn't get printed. The job just disappeared.
-------configuration---------
My setting on server:
/etc/cups/cupsd.conf
...
Port 631
Listen /run/cups/cups.sock
# Restrict access to the server...
<Location />
Order allow,deny
Allow localhost
Allow 192.168.151.*
On a eeepc client:
/etc/openvpn/eeepc.conf
...
push "route 192.168.151.0 255.255.255.0"
/etc/cups/client.conf
ServerName 192.168.151.1:631
-------end configuration----------
With the above setting when I open Fedora - Printer Setting (eeepc is running
Fedora) I was able to see all the printers that I have installed on a server.
But the result was strange, jobs disappearing, slow etc. Text file printed OK
In addition my connection to the client was VERY, VERY slow when I ssh to it. I don't know if the cups had something to do with it. I disable the configuration
and the response is much faster.
--
Joseph