Thank you for the response.
I have set up a DHCP server but I am facing issues with the configuration. what would I set the value as in these blocks for the dhcpd.conf file:
-
option definitions common to all supported networks…
option domain-name “your_domain.com”;
option domain-name-servers ns1.your_domain.com, ns2.your_domain.com;
-
A slightly different configuration for an internal subnet.
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.100 10.0.0.150;
option domain-name-servers 8.8.8.8 8.8.4.4;
option subnet-mask 255.255.255.0;
option routers 10.0.0.1;
default-lease-time 43200;
max-lease-time 86400;
}
-
host fixed-ip-client {
hardware ethernet 00:04:4b:cb:a8:72;
fixed-address 192.168.55.100;
}
-
The values for the network configuration gui settings in the client (Network Connections selected from the top right corner of desktop). To be specific, under ‘IPv4 settings’, the fields of: method, address, netmask, gateway and additional DNS servers.
Also, I have activated IP forwarding. I am unsure about how to set up a bridge and use it to connect to the Xavier.
Please help me out with this as I have no prior experience about these. I have tried various settings but still, am unable to access the internet.
ifconfig of host:
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:b7:13:76:31 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
docker_gwbridge: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.18.0.1 netmask 255.255.0.0 broadcast 172.18.255.255
inet6 fe80::42:efff:fe2e:2166 prefixlen 64 scopeid 0x20
ether 02:42:ef:2e:21:66 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 247 bytes 25723 (25.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s20f0u1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.55.100 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::ce56:7f4c:6125:3237 prefixlen 64 scopeid 0x20
ether c6:b2:93:ef:6a:9d txqueuelen 1000 (Ethernet)
RX packets 1735 bytes 328359 (328.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 950 bytes 238065 (238.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s20f0u1i5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::4790:aee1:3527:807f prefixlen 64 scopeid 0x20
ether 6e:42:2f:06:d7:36 txqueuelen 1000 (Ethernet)
RX packets 265 bytes 31133 (31.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 829 bytes 154273 (154.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enx74da38d8f2c5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::7676:c01a:fe4b:e610 prefixlen 64 scopeid 0x20
ether 74:da:38:d8:f2:c5 txqueuelen 1000 (Ethernet)
RX packets 5469 bytes 265805 (265.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1568 bytes 303737 (303.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 15242 bytes 1458301 (1.4 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 15242 bytes 1458301 (1.4 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vethee736d9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::87d:dcff:fe03:943d prefixlen 64 scopeid 0x20
ether 0a:7d:dc:03:94:3d txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 350 bytes 36660 (36.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 128.189.211.216 netmask 255.255.248.0 broadcast 128.189.215.255
inet6 fe80::1881:702d:3cc0:a627 prefixlen 64 scopeid 0x20
ether 44:03:2c:62:0c:6e txqueuelen 1000 (Ethernet)
RX packets 159713 bytes 144742917 (144.7 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 31596 bytes 6316066 (6.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ifconfig of nvidia agx xavier:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.55.1 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::cb96:5f4a:665f:1fbb prefixlen 64 scopeid 0x20
ether 00:04:4b:cb:a8:72 txqueuelen 1000 (Ethernet)
RX packets 496 bytes 118914 (118.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2863 bytes 127045 (127.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 40
l4tbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.55.1 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::fde5:d2a2:5958:5956 prefixlen 64 scopeid 0x20
ether 6e:42:2f:06:d7:35 txqueuelen 1000 (Ethernet)
RX packets 1832 bytes 334022 (334.0 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 904 bytes 188916 (188.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1 (Local Loopback)
RX packets 6087 bytes 496803 (496.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6087 bytes 496803 (496.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
rndis0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::6c42:2fff:fe06:d735 prefixlen 64 scopeid 0x20
ether 6e:42:2f:06:d7:35 txqueuelen 1000 (Ethernet)
RX packets 998 bytes 190298 (190.2 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1779 bytes 440267 (440.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::6c42:2fff:fe06:d737 prefixlen 64 scopeid 0x20
ether 6e:42:2f:06:d7:37 txqueuelen 1000 (Ethernet)
RX packets 834 bytes 143724 (143.7 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 265 bytes 34843 (34.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0