Displaying 5 results from an estimated 5 matches for "netc".
Did you mean:
net
2005 Dec 07
1
multicast over GRE tunnel
...10.10.10.0/24
LAN-B--------------RtrB-------------RtrC--------------LAN-C
192.168.2.0/24 192.168.1.0/24
RtrB interfaces:
eth0 192.168.2.1
eth1 10.10.10.11
RtrC interfaces:
eth0 192.168.1.1
eth1 10.10.10.201
Tunnel setup on RtrB:
ip tunnel add netC mode gre remote 10.10.10.201 local 10.10.10.11
ip link set netC up
ip addr add 10.10.10.11 dev netC
ip route add 192.168.1.0/24 dev netC
Tunnel setup on RtrC:
ip tunnel add netB mode gre remote 10.10.10.11 local 10.10.10.201
ip link set netB up
ip addr add 10.10.10.201 dev netB...
2006 Feb 23
9
Balancing multiple connections and NAT
...omething
like this:
Interface IP Gateway Table Network
--------- -- ------- ----- -------
intA ipA gwA tableA netA
intB ipB gwB tableB netB
intC ipC gwC tableC netC
[intD is the LAN interface]
intD ipD (private) no gateway global netD
This works fine most of the time, except that once in a while (every
5-10 minutes or so) packets going out on (e.g.) intB suddenly start
getting NAT''ed to source address ipA (i.e. the address of another...
2003 Dec 04
1
connection.tdb difference IP vs. NetBIOS name
Hello all,
I am having a problem with Samba 3.0.0 (I have actually tested
this with 3.0.1pre3, and seem to have the same problem). I am trying to
add a new message to smbcontrol. I have put the code into smbcontrol.c,
and I can deliver messages to the samba processes (using the command
line: ./smbcontrol smbd <mymsg>). The problem is that
messages get delivered to the Samba
2006 Mar 15
0
some upper case letters with accent don't appear in file names
...the server. But in either case I see the same
problems. Also, for all Windows servers, the default language setting is
"Western Europe and United States".
Does anyone have a solution to this problem? Is there a specific codepage I
am missing to solve this problem?
Denis Poisson
denisp@netc.net
R?seau et Syst?mes Informatiques
514.871.1844
450.346.3401
2003 Mar 06
14
policy routing at its best
hello list (and martin) ;x
i have now composed my final(?) policy routing design.
the goals i had when beginning with this, for you that have not follow
mine and martins thread, was to 1) only let 192.168.1/24 to see all routes,
2) not route between defined networks, except to and from 192.168.1/24 and 3) not
defined networks should only be able to reach 192.168.1/24.
this might sound simple.