1INTUITIVELY.CONF(5)                                        INTUITIVELY.CONF(5)
2
3
4

NAME

6       intuitively.conf - Configuration file for intuitively
7

SYNOPSIS

9       intuitively.conf controls how intuitively behaves.
10
11   EXAMPLE INTUITIVELY.CONF
12       [work]
13       myip = 192.168.1.253
14       netmask = 255.255.255.0
15       other_ip = 192.168.1.1 #router
16       other_ip = 192.168.1.2 = aa:bb:cc:dd:ee:ff #general server w/ethernet address
17       default_gw = 192.168.1.1
18       description = Work
19       #script = /usr/share/intuitively/work.sh
20       [home]
21       myip = 192.168.199.6
22       netmask = 255.255.255.0
23       other_ip = 192.168.199.2
24       other_ip = 192.168.199.3
25       other_ip = 192.168.199.4
26       other_mac = bb:cc:dd:ee:00:aa # sets which mac 192.168.199.4 must have
27                            # in order to match this location
28       default_gw = 192.168.199.4
29       description = Home
30       #script = /usr/share/intuitively/home.sh
31
32
33
34       myip   The  ip  address you want for this interface, either on the form
35              a.b.c.d, or with netmask, like a.b.c.d/e, where e represents how
36              many  bits  you  want masked off or on the form fff.ggg.hhh.iii,
37              which allows for strange stuff like having 255.255.243.0 as your
38              netmask (not recommended).
39
40       netmask
41              if  the  netmask isn't set in myip, it must be set here. Allowed
42              forms are single digit, specifying  how  many  bits  are  to  be
43              masked off, or a full ip address whose bits will be masked off.
44
45       other_ip
46              The  ip  address  of  one of the peers you are looking for. Good
47              choices include  such  things  as  file  servers,  NIS  servers,
48              routers  and  other  equipment which you are sure that is always
49              up. Note that it needs to be on the same LAN, since ARP requests
50              are  normally not routed. It may also include the MAC address of
51              the machine, quite useful if you  have  multiple  networks  with
52              overlapping IP addresses
53
54       othermac
55              The  mac  address of the previous other_ip. See otherip for more
56              information.
57
58       defaultlocation
59              If this flag is set, this location is used as default  location.
60              That  means  if  none  of  the descriped location is found, this
61              location is used. other location matches, this is used. If  sev‐
62              eral  locations  are  marked  with the flag defaultlocation, the
63              first one defined in the configuration is chosen.
64
65       dontsetip
66              If this flag is set, and this location is detected, no interface
67              configuration  is  done.  You still have to provide myip, but it
68              may be any ip in the subnet, even an ip already in use.
69

FILES

71       /etc/intuitively/intuitively.conf
72
73
74
75                                  2002-06-23               INTUITIVELY.CONF(5)
Impressum