Advertisement
casaper

Situation Rooter nach Boot

Jan 13th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. root@rw:/tmp/home/root# ifconfig vlan2 && ifconfig br0
  2. vlan2 Link encap:Ethernet HWaddr 60:A4:4C:68:F0:81
  3. inet addr:77.xxx.xxx.xxx Bcast:77.xxx.xxx.255 Mask:255.255.254.0
  4. inet6 addr: fe80::62a4:4cff:fe68:f081/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:735 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:490 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:0
  9. RX bytes:273067 (266.6 KiB) TX bytes:112849 (110.2 KiB)
  10.  
  11. br0 Link encap:Ethernet HWaddr 60:A4:4C:68:F0:80
  12. inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
  13. inet6 addr: 2001:[range]::1/64 Scope:Global
  14. inet6 addr: fe80::62a4:4cff:fe68:f080/64 Scope:Link
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:955 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:703 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:144208 (140.8 KiB) TX bytes:283001 (276.3 KiB)
  20.  
  21. ----------------------------------------------------
  22.  
  23. root@fw:/tmp/home/root# ip6tables --list -v
  24. Chain INPUT (policy DROP 0 packets, 0 bytes)
  25. pkts bytes target prot opt in out source destination
  26. 0 0 logdrop all any any anywhere anywhere rt type:0
  27. 33 3120 ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
  28. 0 0 ACCEPT ipv6-nonxt any any anywhere anywhere length 40
  29. 16 1448 ACCEPT all br0 any anywhere anywhere
  30. 0 0 ACCEPT all lo any anywhere anywhere
  31. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp destination-unreachable
  32. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp packet-too-big
  33. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp time-exceeded
  34. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp parameter-problem
  35. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-request
  36. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-reply
  37. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 130
  38. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 131
  39. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 132
  40. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp router-solicitation
  41. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp router-advertisement
  42. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp neighbour-solicitation
  43. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp neighbour-advertisement
  44. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 141
  45. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 142
  46. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 143
  47. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 148
  48. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 149
  49. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 151
  50. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 152
  51. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 153
  52. 0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:445
  53. 0 0 logdrop all any any anywhere anywhere
  54.  
  55. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  56. pkts bytes target prot opt in out source destination
  57. 0 0 DROP all any any anywhere anywhere rt type:0
  58. 0 0 ACCEPT all br0 br0 anywhere anywhere
  59. 0 0 DROP all any any anywhere anywhere state INVALID
  60. 0 0 monitor all any vlan2 anywhere anywhere
  61. 0 0 ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
  62. 0 0 logdrop all vlan2 vlan2 anywhere anywhere
  63. 0 0 ACCEPT ipv6-nonxt any any anywhere anywhere length 40
  64. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp destination-unreachable
  65. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp packet-too-big
  66. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp time-exceeded
  67. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp parameter-problem
  68. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-request
  69. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-reply
  70. 0 0 wanin all vlan2 any anywhere anywhere
  71. 0 0 wanout all any vlan2 anywhere anywhere
  72. 0 0 ACCEPT all br0 any anywhere anywhere
  73. 0 0 ACCEPT all br0 vlan2 anywhere anywhere
  74.  
  75. Chain OUTPUT (policy ACCEPT 173 packets, 13516 bytes)
  76. pkts bytes target prot opt in out source destination
  77. 0 0 logdrop all any any anywhere anywhere rt type:0
  78.  
  79. Chain logdrop (4 references)
  80. pkts bytes target prot opt in out source destination
  81. 0 0 LOG all any any anywhere anywhere state NEW limit: avg 1/sec burst 5 LOG level warning tcp-sequence tcp-options ip-options macdecode unknown-flags prefix `DROP '
  82. 0 0 DROP all any any anywhere anywhere
  83.  
  84. Chain logreject (0 references)
  85. pkts bytes target prot opt in out source destination
  86. 0 0 LOG all any any anywhere anywhere limit: avg 1/sec burst 5 LOG level warning tcp-sequence tcp-options ip-options macdecode unknown-flags prefix `REJECT '
  87. 0 0 REJECT tcp any any anywhere anywhere reject-with tcp-reset
  88.  
  89. Chain monitor (1 references)
  90. pkts bytes target prot opt in out source destination
  91. 0 0 RETURN tcp any any anywhere anywhere WEBMON --max_domains 1000 --max_searches 1000
  92.  
  93. Chain wanin (1 references)
  94. pkts bytes target prot opt in out source destination
  95.  
  96. Chain wanout (1 references)
  97. pkts bytes target prot opt in out source destination
  98.  
  99.  
  100. ---------------------------------------------------------
  101.  
  102.  
  103. root@fw:/tmp/home/root# route -A inet6
  104. Kernel IPv6 routing table
  105. Destination Next Hop Flags Metric Ref Use Iface
  106. 2001:[range]::/64 :: U 256 0 0 br0
  107. fe80::/64 :: U 256 0 0 vlan1
  108. fe80::/64 :: U 256 0 0 eth2
  109. fe80::/64 :: U 256 0 0 br0
  110. fe80::/64 :: U 256 0 0 vlan2
  111. ::1/128 :: U 0 19 1 lo
  112. 2001:[range]::/128 :: U 0 0 2 lo
  113. 2001:[range]::1/128 :: U 0 105 1 lo
  114. fe80::/128 :: U 0 0 2 lo
  115. fe80::/128 :: U 0 0 2 lo
  116. fe80::/128 :: U 0 0 2 lo
  117. fe80::/128 :: U 0 0 2 lo
  118. fe80::62a4:4cff:fe68:f080/128 :: U 0 0 1 lo
  119. fe80::62a4:4cff:fe68:f080/128 :: U 0 10 1 lo
  120. fe80::62a4:4cff:fe68:f081/128 :: U 0 0 1 lo
  121. fe80::62a4:4cff:fe68:f083/128 :: U 0 0 1 lo
  122. ff02::1/128 ff02::1 UC 0 10 6 br0
  123. ff02::66/128 ff02::66 UC 0 201 0 vlan2
  124. ff00::/8 :: U 256 0 0 vlan1
  125. ff00::/8 :: U 256 0 0 eth2
  126. ff00::/8 :: U 256 0 0 br0
  127. ff00::/8 :: U 256 0 0 vlan2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement