Displaying 20 results from an estimated 89 matches for "enp1s0".
2016 Mar 21
3
hosted VMs, VLANs, and firewalld
...On the DMZ side, the physical interface is eno1 on which is layered
bridge br0. br0 is assigned a static IP used by the physical node
(host OS). VMs that should be on the DMZ get assigned br0 as their
underlying network device.
On the other network side, the physical interface is enp1s0, on
which is layered bridge br2, on which is layered VLAN devices
enp1s0.2 and enp1s0.3. None of these have IPs assigned in the host
OS; The host is not supposed to have direct access to vlan2 or
vlan3. VMs that are supposed to be on vlan2 and vlan3 are assigned
either enp1s0.2 or...
2018 Apr 03
1
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
...A and C can ping each other. If
> I use tcpdump -nni tun0 icmpI can see the echo packets leave the
> server, and on a remote client see the request received and the reply
> sent. However the server never gets the reply. It seems that on each
> server there is no internal routing between enp1s0 and tun0 for IPs
> that are not server IPs. I guess I can live with such a limitation,
> but would still like to know why!!
Tinc itself doesn't take of that routing outside of the VPN itself, so
it is up to you to configure it correctly.
> TINC-UP
> ip link set $INTERFACE up
>...
2018 Apr 04
0
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
...A and C can ping each other. If
> I use tcpdump -nni tun0 icmpI can see the echo packets leave the
> server, and on a remote client see the request received and the reply
> sent. However the server never gets the reply. It seems that on each
> server there is no internal routing between enp1s0 and tun0 for IPs
> that are not server IPs. I guess I can live with such a limitation,
> but would still like to know why!!
Tinc itself doesn't take of that routing outside of the VPN itself, so
it is up to you to configure it correctly.
> TINC-UP
> ip link set $INTERFACE up
>...
2020 Feb 18
3
From network-scripts to NetworkManager on a router : questions
...ed on
NetworkManager.
Scenarios (1) and (2) caused no problems, but (3) is giving me some
headache. Let me take an example.
The router in my office is a PC Engines routerboard running CentOS 7. It
has three NICs, and I use two of these.
WAN-facing NIC :
# /etc/sysconfig/network-scripts/ifcfg-enp1s0
DEVICE=enp1s0
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.1
NETMASK=255.255.255.0
LAN-facing NIC :
DEVICE=enp2s0
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.2.1
NETMASK=255.255.255.0
Third NIC is disabled :
# /etc/sysconfig/network-scripts/ifcfg-enp3s0
DEVICE=enp3s0...
2016 Mar 21
0
hosted VMs, VLANs, and firewalld
...on vlan3. Default routes for each of those
> networks are essentially different gateways.
What do you mean by "essentially"?
> On the DMZ side, the physical interface is eno1 on which is layered
> bridge br0.
...
> On the other network side, the physical interface is enp1s0, on
> which is layered bridge br2, on which is layered VLAN devices
> enp1s0.2 and enp1s0.3.
That doesn't make any sense at all. In what way are enp1s0.2 and
enp1s0.3 layered on top of the bridge device?
Look at the output of "brctl show". Are those two devices slaves o...
2018 Sep 13
2
Routing(?) issue
...CK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel
state UP group default qlen 1000
link/ether bc:ae:c5:02:c7:dc brd ff:ff:ff:ff:ff:ff
inet 10.0.0.200/24 brd 10.0.0.255 scope global noprefixroute enp1s0
valid_lft forever preferred_lft forever
inet6 fe80::beae:c5ff:f...
2019 Sep 17
4
CentOS7 sometimes don't detect NIC after reboot
...nd new PC with this components:
CPU Intel? Pentium G5400, LGA1151
motherboard ASUS PRIME B360M-C
16 GB RAM
HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1)
NIC Intel X550-T1 Ethernet Converged Network Adapter
I installed CentOS 7 and two NICs were detected:
eno1 (on motherboard)
enp1s0 (Intel X550-T1)
When I restart the machine sometimes enp1s0 is missing. It is not
detected during boot. It looks like NIC card is not installed / not
present. After next reboot everything is fine and I do not see any
problems with NIC card.
How can I avoid this problem with missing NIC? Can yo...
2018 Aug 24
3
Mail has quit working
On 08/23/2018 04:10 PM, TE Dukes wrote:
> Here's the link:
> https://paste.fedoraproject.org/paste/MMNEJmqIrEzK-A4N3MR0ZA
ip route show:
default via 192.168.1.1 dev eno1 proto static metric 101
192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.111
metric 100
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.110 metric
101
You have two physical devices using the same IPv4 subnet.? Disable the
one you aren't using.? Set ONBOOT=no in
/etc/sysconfig/network-scripts/ifcfg-enp1s0 or re...
2016 Apr 21
2
FirewallD issue
...>From other host in home network:
[moonwolf at kazad ~]$ nmap 10.0.32.7
Starting Nmap 7.12 ( https://nmap.org ) at 2016-04-21 22:12 CEST
Note: Host seems down. If it is really up, but blocking our ping probes,
try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 0.03 seconds
When i move enp1s0 (external interface) to "home" zone, everything works
fine.
My observations:
* When enp1s0 and tun0 (VPN interface) are both in "external" zone i'm
able to scan ports of work's network from home.
But not the opposite:
[root at palpatine ~]# nmap 10.0.49.16
Starting...
2018 Mar 31
5
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
...clients.
Of course, A and C can ping each other.
If I use tcpdump -nni tun0 icmpI can see the echo packets leave the server, and on a remote client see the request received and the reply sent.
However the server never gets the reply.It seems that on each server there is no internal routing between enp1s0 and tun0 for IPs that are not server IPs
I guess I can live with such a limitation, but would still like to know why!!
Here's Server A config. Of course it's symmetrical so the other two will be similar.
B is a DigitalOcean Droplet
TINC.CONFName = AAddressFamily = ipv4ConnectTo = BDevice =...
2016 Mar 22
1
hosted VMs, VLANs, and firewalld
...rewalls is the reason that I'm primarily concerned with
vectors coming from the non-DMZ VMs onto the DMZ via the hosts.
>> On the DMZ side, the physical interface is eno1 on which is layered
>> bridge br0.
> ...
>> On the other network side, the physical interface is enp1s0, on
>> which is layered bridge br2, on which is layered VLAN devices
>> enp1s0.2 and enp1s0.3.
>
> That doesn't make any sense at all. In what way are enp1s0.2 and
> enp1s0.3 layered on top of the bridge device?
No, it doesn't. Brain fart on my part, too tired,...
2016 Apr 21
2
FirewallD issue
...r0
sources:
services: dhcp dhcpv6-client dns http https imaps ipp-client mdns nfs
samba samba-client vnc-server
ports: 143/tcp 26666/tcp
masquerade: no
forward-ports:
icmp-blocks:
rich rules:
[root at chamber ~]# firewall-cmd --list-all --zone=external
external (active)
interfaces: enp1s0
sources:
services:
ports: 26666/tcp
masquerade: yes
forward-ports:
icmp-blocks:
rich rules:
[root at chamber ~]# nmap 10.0.49.14
Starting Nmap 6.40 ( http://nmap.org ) at 2016-04-21 11:57 CEST
Nmap scan report for 10.0.49.14
Host is up (0.00045s latency).
Not shown: 997 closed ports...
2020 Sep 06
2
debian 10, vm cant connect to the host bridge
...CK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 52:54:00:fc:ea:e6 brd ff:ff:ff:ff:ff:ff
inet 195.37.235.121/26 brd 195.37.235.127 scope global enp1s0
valid_lft forever preferred_lft forever
inet6 fe80::5054:ff:fefc:ea...
2019 Sep 17
1
CentOS7 sometimes don't detect NIC after reboot
...B RAM
>>>> HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1)
>>>> NIC Intel X550-T1 Ethernet Converged Network Adapter
>>>>
>>>> I installed CentOS 7 and two NICs were detected:
>>>> eno1 (on motherboard)
>>>> enp1s0 (Intel X550-T1)
>>>>
>>>> When I restart the machine sometimes enp1s0 is missing. It is not
>>>> detected during boot. It looks like NIC card is not installed / not
>>>> present. After next reboot everything is fine and I do not see any
>>>&g...
2024 Dec 20
1
Access Denied to share
...rm,
version 4.17.12.
I have the member server sharing shares to many users, and it's all working
except one folder. Here is the member smb.conf (name sanitized):
[global]
bind interfaces only = Yes
client signing = required
disable netbios = Yes
interfaces = lo enp1s0
log file = /var/log/samba/%m.log
realm = SITE.AD.EXAMPLE.CA
security = ADS
server role = member server
server signing = required
template homedir = /home/SITE/%U
winbind enum groups = Yes
winbind enum users = Yes
winbind separa...
2019 Sep 17
3
CentOS7 sometimes don't detect NIC after reboot
...gt; motherboard ASUS PRIME B360M-C
>> 16 GB RAM
>> HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1)
>> NIC Intel X550-T1 Ethernet Converged Network Adapter
>>
>> I installed CentOS 7 and two NICs were detected:
>> eno1 (on motherboard)
>> enp1s0 (Intel X550-T1)
>>
>> When I restart the machine sometimes enp1s0 is missing. It is not
>> detected during boot. It looks like NIC card is not installed / not
>> present. After next reboot everything is fine and I do not see any
>> problems with NIC card.
>>
>...
2018 Mar 13
0
auto propagate interface status change
2020 Sep 07
0
AW: debian 10, vm cant connect to the host bridge
...CK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 52:54:00:fc:ea:e6 brd ff:ff:ff:ff:ff:ff
inet 195.37.235.121/26 brd 195.37.235.127 scope global enp1s0
valid_lft forever preferred_lft forever
inet6 fe80::5054:ff:fefc:ea...
2018 Oct 29
3
smb.service fails to start after openSUSE Tumbleweed update
...m/loadparm.c:548(init_globals)
Initialising global parameters
[2018/10/29 18:58:48.254407, 3]
../source3/param/loadparm.c:2786(lp_do_section)
Processing section "[global]"
doing parameter workgroup = HOME
doing parameter case sensitive = no
doing parameter interfaces = lo enp1s0
doing parameter bind interfaces only = yes
doing parameter restrict anonymous = 0
doing parameter dns proxy = no
doing parameter log file = /var/log/samba/log.%m
doing parameter log level = 4
[2018/10/29 18:58:48.254660, 2]
../source3/param/loadparm.c:2803(lp_do_section)
Process...
2018 Aug 24
0
Mail has quit working
...Re: [CentOS] Mail has quit working
>
> On 08/23/2018 04:10 PM, TE Dukes wrote:
> > Here's the link:
> > https://paste.fedoraproject.org/paste/MMNEJmqIrEzK-A4N3MR0ZA
>
> ip route show:
> default via 192.168.1.1 dev eno1 proto static metric 101
> 192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.111
> metric 100
> 192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.110 metric
> 101
>
> You have two physical devices using the same IPv4 subnet. Disable the
> one you aren't using. Set ONBOOT=no in
> /etc/sysconfig/net...