Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 ip a
- 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
- 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
- 13: tapfce5add1-84: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
- link/ether fa:16:3e:e4:77:0a brd ff:ff:ff:ff:ff:ff
- inet 10.0.8.101/24 brd 10.0.8.255 scope global tapfce5add1-84
- valid_lft forever preferred_lft forever
- inet6 fe80::f816:3eff:fee4:770a/64 scope link
- valid_lft forever preferred_lft forever
- [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 tftp ^C
- [root@granger ~]# tftp 10.0.8.101
- tftp> get menu.c32
- Transfer timed out.
- tftp> quit
- [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 tftp 10.0.8.101
- tftp> get menu.c32
- Transfer timed out.
- tftp> quit
- [root@granger ~]# tftp 10.0.8.2
- tftp> get menu.c32
- tftp> quit
- #####This is me accessing 10.0.8.101
- [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 tcpdump -n -i tapfce5add1-84
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on tapfce5add1-84, link-type EN10MB (Ethernet), capture size 65535 bytes
- 10:20:37.631496 ARP, Request who-has 10.0.8.101 tell 10.0.8.99, length 46
- 10:20:37.631538 ARP, Reply 10.0.8.101 is-at fa:16:3e:e4:77:0a, length 28
- 10:20:37.632200 IP 10.0.8.99.60592 > 10.0.8.101.tftp: 20 RRQ "menu.c32" netascii
- 10:20:37.632259 IP 10.0.8.101 > 10.0.8.99: ICMP 10.0.8.101 udp port tftp unreachable, length 56
- 10:20:42.632405 IP 10.0.8.99.60592 > 10.0.8.101.tftp: 20 RRQ "menu.c32" netascii
- 10:20:42.632464 IP 10.0.8.101 > 10.0.8.99: ICMP 10.0.8.101 udp port tftp unreachable, length 56
- 10:20:42.643584 ARP, Request who-has 10.0.8.99 tell 10.0.8.101, length 28
- 10:20:42.644147 ARP, Reply 10.0.8.99 is-at 3c:07:54:0f:aa:c7, length 46
Advertisement
Add Comment
Please, Sign In to add comment