search for: net2

Displaying 20 results from an estimated 84 matches for "net2".

Did you mean: net
2005 Mar 01
11
Simple question about zones (haven''t found in FAQ)
Hello everybody: Here is my "network layout": ISP1 ISP2 | | | | +-----eth0---------eth1------+ | | | FC 3 box | | | +-----eth2---------eth3------+ |
2002 May 27
1
Complex samba setup, requesting advise
I have a rather unusual setup within which I'd like to run samba. At this point I have: a) 3 networks (all private IP's) b) net1, net2 are interconnected by a router. net1 has a host that also acts as a WINS server and is local master, domain master, preferred master for it's group. (linux slack7.0, samba 2.0.5) router between net1, net2 has an IP in each network and samba configured on both interfaces. local master for it...
2004 Jan 13
2
Bridge + leased line + tc
Hi, I can''t get traffic shaping working. This is my situation: -------- ------ Net1 ----- |router| -------------------- | TC | ----------- Net2 -------- leased line ------ eth1 eth0 We use the leased line for normal traffic but also for synchronisation between 2 servers. The leased line is 2mbit. The synchronisation generates too much traffic and uses completely the 2mbit capacity of the leased line. This...
2002 May 13
0
Samba with split personality
...achine is just a simple workstation (the lan of our building), but in the other network (my private network) i would like it to be the PDC, have different shares, and have a different name, etc. My current setup (excerpt) is this: NET1 = 192.168.1 #External NET IP1 = 192.168.1.34 #External IP NET2 = 192.168.2 #Internal NET NET2 = 192.168.2.1 #Internal IP (is the gateway for Net2) [global] hosts allow = 192.168.1 192.168.2 interfaces = 192.168.1.0/24 192.168.2.0/24 bind interfaces only = Yes encrypt passwords = Yes in...
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...libxl_sprintf(&gc, "%s/script", nics->backend), NULL); } + libxl_free_all(&gc); return res; +err: + libxl_free_all(&gc); + return NULL; } /******************************************************************************/ int libxl_device_net2_add(libxl_ctx *ctx, uint32_t domid, libxl_device_net2 *net2) { + libxl_gc gc = LIBXL_INIT_GC(ctx); flexarray_t *front, *back; unsigned int boffset = 0, foffset = 0; libxl_device device; char *dompath, *dom, **l; unsigned int nb; + int rc; front = flexarray_mak...
2011 Jan 11
0
[PATCH, v2]: xl: move domain struct init functions to libxl
Changes since v1: - Include nic,net2,vkb,vfb init functions --- This allows libxl users to get some sane default values for this complex set of structures. This is purely code movement and there are no functional changes except for a trivial error handling change in nic device init. Signed-off-by: Gianni Tedesco <gianni.tedesco@c...
2005 Jan 30
5
simple questions about imq
Hi! I have read all informations i could find, but some things are still not clear. My setup is: ---INTERNET1(eth0)-\ /- Local net1 (eth2) GW ---INTERNET2(eth1)-/ \- Local net2 (eth3) I have NAT and a working setup using HTB,SFQ, classifying with the iptables -j CLASSIFY way. I shape only the traffic coming from the internet heading to the intranet. I would like to have a configuration like this: ---INTERNET1(eth0)-\ /- Local net1 (eth2...
1999 Sep 25
0
HELP! multiple subnets/ network neighborhood browsing
...| | | | | | --Network (A)-- ---Network (B)--- 10.1.1.1/24 10.1.2.1/24 Workgroup=NET1 Workgroup=NET2 Win9x, PC (A) Win9x, PC (B) PC (A) can browse all machines on Network A in NET1 and can see the NET2 workgroup. However it can't access the NET2 workgroup (it says the sharename can't be found). PC (B) can view all machines in the NET2 workgroup, can see NET1 workgr...
2012 Sep 10
2
Basic KVM networking question
...o IP's; one on 192.168.0.0/22 and one on 192.168.4.0/22); net.ipv4.ip_forward on the host is 1. Simplified diagram: host +---------------+ | | net1 = 192.168.0.0/22 | | net2 = 192.168.4.0/22 -----------------------+ br1 br2 +--------------------------------- | | | | | | | | Client A +---------------+ Client B...
2009 Jan 15
8
Pattern matching in case statement
...ork they are in (i.e. dmz), and the only clue is the servers IP-address. I was trying to accomplish it like this, but it doesn''t work: case $ipaddress { "10.1.1.*": { $network = "net1" } "10.2.2.*.*": { $network = "net2" } "10.3.3.*": { $network = "net3" } } When I change the IP Address to a valid one (like 10.1.1.100) the case works and the network variable is set accordingly. What''s the correct way to do this? Thanks a bunch, Sven --~...
2011 Oct 14
1
ACL with ActiveDirectory@Groups
...? users network 2 when trying to edit a file the user cannot save the file due to incorrect permissions, however a copy of the file is saved again the copy of the file is set to readonly and removing the readonly property may result in the file becoming unusable (can no longer open from net2) or no longer visible from net2. do you have an idea to solve these problems? thanks, darkyz
2009 Mar 04
1
MultiWAN & Vlans
...he other one goes up. 3. Routing based on device model (VLAN10 gateway will be ppp0 and in a case of failover it will jump to ppp1 for example) post of my config files: interfaces: #NET net0 ppp0 detect tcpflags,dhcp,routefilter,nosmurfs net1 ppp1 detect tcpflags,dhcp,routefilter,nosmurfs net2 ppp2 detect tcpflags,dhcp,routefilter,nosmurfs net3 ppp3 detect tcpflags,dhcp,routefilter,nosmurfs #WAN wan0 eth0 detect tcpflags,routefilter,nosmurfs wan1 eth1 detect tcpflags,routefilter,nosmurfs wan2 eth2 detect tcpflags,routefilter,nosmurfs wan3 eth3 detect tcpflags,routefilter,nosmurfs...
2004 Dec 29
1
2 net connections confusion
...0.1.x.x connected via eth0 go out on eth4 is the route the dmz network addresses on 10.2.1.x connected via eth3 go out on my zones file is below # loc - connection to the internal network loc eth0 detect dhcp # dmz - connection to the dmz dmz eth3 detect # net2 - dsl line 2 for dmz connections net2 eth4 detect norfc1918,nobogons,blacklist,tcpflags,nosmurfs # net - dsl line 1 for loc connections net eth2 detect norfc1918,nobogons,blacklist,tcpflags,nosmurfs I''ve got a nat setup for the computer sit...
2007 Jan 05
4
Load Balancing Problems
...==== ip rule add prio 50 table main ip route del default table main ip rule add prio $PRIO1 from $NET1 table $PRIO1 ip route add default via $IPGW1 dev $INTERFACE1 src $IP1 proto static table $PRIO1 ip route append prohibit default table $PRIO1 metric 1 proto static ip rule add prio $PRIO2 from $NET2 table $PRIO2 ip route add default via $IPGW2 dev $INTERFACE2 src $IP2 proto static table $PRIO2 ip route append prohibit default table $PRIO2 metric 1 proto static ip rule add prio 222 table 222 ip route add default table 222 proto static \ nexthop via $IPGW1 dev $INTERFACE1 weight $WE1...
2006 May 31
0
IPSec tunnels and routing: strange behaviour
...ing a IPSec tunnelling sample scenario (maybe the simplest one :), where I observed some strange behaviour that I like to describe in the list, just in the case somebody knows what can be the cause, please. The scenario involves four hosts configured in the following way: C1-(NET1)-R1-(BONE)-R2-(NET2)-C2 NET1: 10.70.1.0/24 BONE: 10.1.1.0/24 NET2: 10.70.3.0/24 Facts: - C1 (10.70.1.2) is directly connected to R1 (10.70.1.1). - C2 (10.70.3.2) is directly connected to R2 (10.70.3.1) - R1 (10.1.1.123) is directly connected to R2 (10.1.1.106). - Forwarding is enabled in R1 and R2 (I mean, '...
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
...ient 1' -nographic -vnc :2 -net none -no-reboot -mem-path /dev/hugepages -mem-prealloc -netdev type=tap,id=net1,script=no,downscript=no,ifname=port3,vhost=on -device virtio-net-pci,netdev=net1,mac=00:00:00:00:00:01,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off -netdev type=tap,id=net2,script=no,downscript=no,ifname=port4,vhost=on -device virtio-net-pci,netdev=net2,mac=00:00:00:00:00:02,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off ​ As you can see I have created tap interfaces port3 & port4 and I just want to connect the VM to these VMs. On 24 July 2014 13:3...
2004 Aug 02
1
Split Access Routing and SNAT
Hi all, i got the following configuration: * NET1: DSL Line with /28 network, let''s call it 10.1.0.0/28 * NET2: DSL Line with /28 network, let''s call it 10.2.0.0/28 * INTNET: Internal Network with productive servers and workstations, 192.168.1.0/24 Obvisiously the 10er networks are official networks but censored to protect my customer. The routerbox assigns on eth0 all IP-addresses from NET1, same...
2014 Nov 10
2
outside ssh connection from two different ISP's
I have both cable and dsl service. The router attached to the cable service is 192.168.0.1 and the router attached to the dsl service is 192.168.0.254. I determine which service my computers communicate through by setting the gateway assignment to either of those addresses and it just works. I can connect to my computers from the outside by port forwarding from my routers to the computer that I
2002 Nov 20
2
RE - servers keeps disapearing
...ion_name is NULL). [2002/11/14 00:49:37, 0] nmbd/nmbd_nameregister.c:register_name_response(57) register_name_response: malformed response (question_name is NULL). [2002/11/14 00:53:28, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(290) standard_fail_register: Failed to register/refresh name NET2<00> on subnet UNICAST_SUBNET [2002/11/14 00:53:28, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(290) standard_fail_register: Failed to register/refresh name NET2<1e> on subnet UNICAST_SUBNET [2002/11/14 00:53:28, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(290) standard_fai...
1997 Sep 16
9
browsing problem
I have managed to get it set up so that I can now use net commands to mount shares from my linux box onto my windows box. But I still don't see an icon for my linux box on the network niehborhood. I have waited and waited and tried what seems like everything but can't get that stupid icon to come up. Any ideas??? Scott