Re: VLAN+bridge problem [was: no network between jails and host with VNET on same interface]

2019-10-09 Thread Alexander Lunev via freebsd-net
gi?id=240106#c3 To make it short here: if I add static ARP entries for IPs on host's and jail's vlan interfaces, then ICMP requests reach host's vlan interface, but replies doesn't return to jail. All tcpdump output is in my comment in PR, see link. -- Best regards, Alexand

Re: VLAN+bridge problem [was: no network between jails and host with VNET on same interface]

2019-10-04 Thread Alexander Lunev via freebsd-net
st and host can't ping jails. -- Best regards Alexander Lunev ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: no network between jails and host with VNET on same interface

2019-09-27 Thread alexander lunev via freebsd-net
lter2 == | \-[jail0(ex-epair0b) (10.14.14.2)] | | | [vlan4 (10.1.1.26)] =  jail2_noc == \-[jail0(ex-epair1b) (10.14.14.3)]     |     [vlan4 (10.1.1.201)] === -- Best regards, Alexander

Re: NFSv4 without Kerberos

2019-08-16 Thread Alexander Lunev via freebsd-net
mount won't work, because the gssd must be running for Kerberos access to work and that can't happen until booted. And thanks for this! I think you saved me a lot of time figuring how and why! -- Best regards Alexander Lunev ___ freebsd

Re: NFSv4 without Kerberos [solved]

2019-08-16 Thread Alexander Lunev via freebsd-net
0.1:/ /mnt and NOT # mount_nfs -o nfsvers=4 10.101.0.1:/ /mnt With mount_nfs -o nfsv4 share is mounted OK. -- Best regards Alexander Lunev ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, s

Re: NFSv4 without Kerberos

2019-08-16 Thread Alexander Lunev via freebsd-net
irectories you are trying to export part of the same filesystem as the client-root that is already mounted? No, diskless root is exported as /mnt/diskless10, while NFSv4 share is exported as /mnt/v4share problem is solved, should have use -o nfsv4 and not -o nfsvers=4. -- Best regards Alexa

Re: NFSv4 without Kerberos

2019-08-16 Thread Alexander Lunev via freebsd-net
re from freebsd via nfsv4 with sec=sys without any problem, but here (11.3) i can't make it work - maybe the reason is that client is diskless and root mounted by NFSv3 from the same server? -- Best regards Alexander Lunev ___ freebsd-net@free

Re: NFSv4 without Kerberos

2019-08-16 Thread Alexander Lunev via freebsd-net
for given addr/mask bad exports list line '/mnt/v4share -network 10.101.0 -mask 255.255.255.0' -- Best regards Alexander Lunev ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send

Re: NFSv4 without Kerberos

2019-08-16 Thread Alexander Lunev via freebsd-net
request denied from 10.101.0.20 for / -- Best regards Alexander Lunev ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

NFSv4 without Kerberos

2019-08-16 Thread Alexander Lunev via freebsd-net
other messages. Tried to search web - there's stories about successful mount in kerberized environment (and me myself got this done at another place, mounted share from FreeBSD on Ubuntu by NFSv4 just fine), but i don't want kerberos complexity in this system. How can I debug mo

Re: only lo0 interface inside jail, no default gw

2014-12-16 Thread Alexander Lunev
On Wed, Dec 17, 2014 at 12:47 AM, Kevin Oberman wrote: > You lack a default route, so nothing will be reachable other than > 10.1.1.206 and 127.0.0.2. > > I just learned today that the handbook has a very nice tutorial on jailing > BIND. It will probably save a lot of time if you check it out at

Re: only lo0 interface inside jail, no default gw

2014-12-16 Thread Alexander Lunev
On Wed, Dec 17, 2014 at 12:47 AM, Kevin Oberman wrote: > > On Tue, Dec 16, 2014 at 9:39 AM, Alexander Lunev wrote: > >> I have no default gateway in jail - why? What have i missed in this new >> jail implementation since 9.2-R? >> >> Crossposted to freebsd-jail@

Fwd: only lo0 interface inside jail, no default gw

2014-12-16 Thread Alexander Lunev
Hello everyone. I'm trying to build jail environment on a new server with 10.1-R. I've did that before on 9.2-R, but now i'm stuck with strange network problem: no matter how i configure jail (old way through rc.conf jail_* variables or via /etc/jail.conf), i don't see default gateway in jail's ro

Re: LAGG and CARP troubles

2012-03-19 Thread Alexander Lunev
On Fri, Mar 16, 2012 at 7:42 PM, Freddie Cash wrote: > If you're adventurous, could you upgrade a test box to 10-CURRENT and > try the new CARP code? Ok, i've set up a distributed network: 10-C1 === internet === 8.2-R === internet === 10-C2 10-C1 and 10-C2 is 10-CURRENT on vmware running on dif

Re: LAGG and CARP troubles

2012-03-18 Thread Alexander Lunev
On Fri, Mar 16, 2012 at 7:42 PM, Freddie Cash wrote: > If you're adventurous, could you upgrade a test box to 10-CURRENT and > try the new CARP code? I will try it on vmware stations. -- your sweet isn't ready yet ___ freebsd-net@freebsd.org mailing li

Re: LAGG and CARP troubles

2012-03-16 Thread Alexander Lunev
On Fri, Mar 16, 2012 at 1:51 PM, Andrea Venturoli wrote: > I'm using 7.4p6/i386 and this is (a part of) my configuration > >> cloned_interfaces="lagg0 vlan1 vlan2 vlan3 carp0 carp1 carp6 carp7 carp9 >> carp10" >> ifconfig_em0="up" >> ifconfig_em1="up" >> ifconfig_lagg0="laggproto lacp laggport em0

Re: vlan without ip address

2011-12-19 Thread Alexander Lunev
ne vlans with ip addressess they work as i expected but > i want to know if i can define vlan without ip address as the switch beacuse > i wanna configure a freebsd box as a real switch in my network. maybe it's > impossible to do that :( > > > On Sun, Dec 18, 2011 at 10:52 PM, A

Re: vlan without ip address

2011-12-18 Thread Alexander Lunev
first of all, you should name and number you vlan same, if it's clan10 on the one side, then it's vlan10 on the other side and in betweeen. then (though you have to do it first of all), you should understand how vlan's work, and after that connect ports to each other according to your scheme. --

Re: vlan without ip address

2011-12-17 Thread Alexander Lunev
What is your network topology from the system you start ping to the system which you're pinging? -- your sweet isn't ready yet On Sat, Dec 17, 2011 at 2:01 PM, saeedeh motlagh wrote: > when i do that, the vlan is defined but from a system in a vlan, i can't > ping the other one which is in the